﻿#header p {
	color:white;
	margin:0 0 0 200px;
	padding-top:60px;
	font-size:11px;
}
#main {
	width:1000px;
	height:345px;
	background:url('../imagesPRES/home/mainBG.gif') repeat-y;	
	border-left:none;
	border-right:none;
}
#main div#leftNav {
	width:175px;
	float:left;
}
#main div#leftNav ul {
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
	width:175px;
}
#main div#leftNav ul li {
	background-color:#CCC;
	margin:10px 5px 27px 0;
	padding:3px 0 3px 10px;	
	font-size:14px;
	font-weight:bold;
}
#main div#leftNav ul li a {
	color:black;
	text-decoration:none;
}
#main div#leftNav ul li a:hover {
	color:#005897;
}

#main div#content {
	position:relative;
	top:0;
	left:10px;
	width:815px;
	height:345px;
	float:left;
}
#footer {
	width:1000px;
	height:190px;
	background:url('../imagesPRES/home/footerBG.gif') no-repeat;
}


