body {
	margin: 0;
	padding: 0;
	font: 95% Georgia, "Times New Roman", Times, serif;
	color: #999;
	background-color:#8D9EB0;
}

a:link { 
	color: #8D9EB0;
}

a:visited { 
	color: #8D9EB0;
}
	
a:hover, a:active{
	color:#C7C7C7;
}
	
#wrapper {
	margin: 1em auto;
	width: 800px;
	text-align: left;
	background-color: #394d73;
}
	
#header {
	height: 180px;
}


.contact {
	color:#999;
	padding-left: 15px;
	font-size: 11px;
	float: left;
	letter-spacing: .5px;
}

.categories {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	padding-left: 12px;
}
	
#nav {
	float: left; 
	width: 170px;
	height: 370px;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 35px;
}

#nav ul li {
	font-size: 13px;
	letter-spacing: 1px;
	padding-left: 12px;
}
	
#nav ul li.subnav {
	padding-left: 22px;
	line-height: 22px;
	}
	
	
#content {
	height: 370px;
	background-color: #000;	
}
	
#footer	{
	clear: both;
	height: 50px;
	color:#666;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
	font-size: 11px;
}

