@charset "utf-8";

html {
	background-color:#849c7a;
	}

body {
	width:950px;
	padding: 0px;
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #849c7a;
}

#container {
 	width: 950px;
 	background-color: #c8d6bf;
 	background-image: url(/images/navbackground.gif);
	background-repeat: repeat-y;
}

#header {
	background-color: #272624;
	height: 207px;
}

#nav {
	width: 200px; 
 	float: left;
 	min-height:500px;
}
#nav ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#nav li li a{
 display:block;
 text-align:left;
 padding: 2px;
 margin:15px 0px 15px 20px;
 border-bottom: solid #fff 1px;
 color: #000000; 
 text-decoration:none;
 font-weight:bold;
}

#nav li a:hover {
	color: #fff;
}

/*#nav li.last {border-bottom:0px}*/

#content {
	width: 710px;
	float: right;
	background-color: #c8d6bf;
	min-height:460px;
	padding: 20px 20px 20px 20px;
}

#content a {
	color: #cd4a3d;
}

#content a:hover {
	color: #444773;
}

#lowerbar {
	height: 7px;
	clear:both;
	background-image: url(/images/lowerbar.gif);
}

#footer {
	height: 55px;
	text-align: center;
	padding: 20px 20px 20px 20px;
/*	margin-top: 5px;
	border-top: 5px;*/
	clear:both;
	background-color:#c8d6bf;
	font-size: 10px;
}

