body {
	font-family:  "arial", "tahoma", sans-serif;
	font-size: 12px;
	color: #727272;
	background-color: #ebebeb;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	width: 100%;
}

#container {
	width: 800px;
	margin: auto;
	background-color: #ebebeb;
}

#top {
	width: 800px;
	height: 100px;
	padding: 0;
	margin: 0;
}

#leftnav {
	float: left;
	width: 144px;
	margin: 0px;
	padding: 0px;
}

ul#navlist {
	width: 144px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	border-top: 0px;
	margin: 0px;
	background: #808080;
}

ul#navlist li {
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #fff;
}

ul#navlist li a {
	display: block;
	width: 120px;
	padding: 4px 10px 4px 10px;
	border: 0px;
	border-left: 4px solid #fff;
	background: #dbddd2;
	text-decoration: none;
	text-align: left;
}

ul#navlist li a:link { 
	color: #666677; 
}

div#leftnav li a:visited { 
	color: #666677; 
}

ul#navlist li a:hover {	
	border-color: #a1a1a1;
	color: #666677; 
	background: #ebebeb;
} 


#content {
	margin-left: 160px;
	background-color: #ebebeb;
	width: 635px;
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;
}

a:link {
  color: #8b8b8b;
  text-decoration: none;
  cursor: default;
  font-size: 13px;
}

a:active {
  color: #8b8b8b;
  text-decoration: none;
  cursor: default;
  font-size: 13px;
}

a:visited {
  color: #8b8b8b;
  text-decoration: none;
  cursor: default;
  font-size: 13px;
}

a:hover {
  color: #686868;
  text-decoration: none;
  cursor: default;
  font-size: 13px;
}

a img {
  border-style: none;
}

h1 {
	border-bottom: 2px solid #fff;
	font-size: 14px;
	color: #808c78;	
}


.borders img {
	border: 1px solid #8b8b8b;
}