* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: #403F3D url(img/body.jpg) repeat-x;
	font-family: verdana;
	font-size: 12px;
	color: #111;
}
h1 {
	font-family: georgia;
	color: #5e5e5e;
	font-size: 2.5em;
	border-bottom: 1px solid #5e5e5e;
	margin-bottom: 20px;
	font-weight: normal;
	background: #f2f2f2;
	padding: .1em .2em;
}
	h1.home {
		font-size: 2em;
		border: none;
		background: none;
	}
h2 {
	color: #575247;
	font-family: georgia;
	font-weight: bold;
	font-size: 1.3em;
	margin: 20px 0 10px;
}
p {
	margin: 10px 0;
}
ul, ol {
	margin-bottom: 5px;
}
li {
	margin-left: 20px;
}
a {
	color: #700000;
}
	a:hover {		
		text-decoration: none;
	}
#container {
	background: #fff url(img/container.jpg);
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(img/header.jpg);
	height: 400px;
}
	#logo {
		display: block;
		width: 232px;
		height: 128px;
		position: absolute;
		top: 92px;
		left: 8px;
	}
#content {
	float: right;
	width: 650px;
	margin-right: 30px;
}
	#content p,
	#content li {
		line-height: 1.3em;
	}
	#content a {
		color: #700000;
	}
		#content a:hover {		
			color: #BD0000;
			border-bottom: 1px dotted #BD0000;
		}
#menu {
	float: left;
	margin-left: 26px;
	width: 200px;
	font-family: georgia;
	position: relative;
	margin-top: -120px;
}
	#menu li {
		list-style: none;
		font-size: 1.3em;
		font-weight: bold;
		text-transform: capitalize;
		margin: 0;
	}
	#menu a  {
		color: #473339;
		display: block;
		padding: 6px 12px;
		text-decoration: none;
		margin: 0;
		border: none;
	}
		#menu a:hover {
			color: #000;
			background: #BAB2A0;
		}
		#menu a:active {
			color: #F0EFEA;
		}
		#menu a.current {
			border: 1px solid #9A8F74;
			padding: 5px 11px;
		}
#footer {
	background: url(img/footer.jpg);
	height: 62px;
	clear: both;
	color: #fff;
	font-weight: bold;
	padding-top: 100px;
	text-align: center;
	font-size: .9em
}
	#footer p {
		margin: 0;
	}

#header big,
.navi,
big {
	display: none;
}

