﻿
body {
	cursor: default;
	margin: 5px 0;
	background: #333;
	color: #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	direction:ltr;
}

h1 {
	color: #003300;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	line-height: normal;
	margin: 3em 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h2 {
	color: #fff;
	background: #A36121;
	text-indent: 0.5em;
	font-size: 1.4em;
	margin-bottom: 5px;
	margin-top: 1em;
}

h3 {
	font-size: 1.1em;
	background-color: #F4F4CE;
	font-style: italic;
}

a {
	color: #47290E;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #87451B;
	border-bottom: 1px solid;
}

a:visited {
	color: #87451B;
}

img {
	border: 0;
}

#page {
	width: 820px;
	margin: 0 auto;
	color: #47290E;
	background: #F3ECCF;
	text-align: left;
}

	#header {
		width: 100%;
		height: 150px;
		background: url("img/logo.jpg") top right no-repeat;
	}
		#header h1 {
			margin: 0;
			border: none;
		}

	#menu {
		
		line-height: 3em;
		font-weight: bold;
		border-bottom: 1px solid #A36121;
		letter-spacing: 0.1em;
		border-top: 1px solid #A36121;
		background: #EADCA6;
		direction:ltr;
	}
		/* for #menu, #sidebar and #footer !!! */
		#menu ul, #sidebar ul, #footer ul {	
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#menu li {
			display: inline;
			padding: 0 2.5em;
		}
		
			#menu li a{
				color: #47290E;
				text-decoration: none;
				border: none;
			}
			#menu li a:hover {
				color: #87451B;
			}

	#content {
		float: right;
		width: 600px;
		padding: 0px 20px 30px 30px;
		border-left: 1px solid #A36121;
		background: #FBFFF0;
		background: url("img/123.gif") top left;

	}

	#sidebar {
		margin: 0 0 0 -1px;
		padding: 0 0 0 10px;
		float: left;
		width: 150px;
		font-size: 0.8em;

	}

	#footer {
		clear: both;
		margin: 0;
		padding: 1px 0;
		background: #8D5114;
		text-align: center;
		font-size: 0.8em;
	}
	
		#footer li {
	display: inline;
	padding: 0 1em 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
		}

		#footer a {
			color: #fff;
		}
h4 {

	color: #fff;
	background: #269900;
	text-indent: 0.2em;
	font-size: 1.4em;
	font-variant: small-caps;
	margin-top: 2em;
}

/////////////////////////////////////////////


