body {
	background: #FFF;
	font-family:Verdana;
	color: #FFF;
	font-size: 12px;
}


/* GENERAL STYLES */


a, a:visited {color: #b4daed; text-decoration: none;}
a:hover, a:active {color: #FFF; text-decoration: underline;}

#wrapper {width: 960px; margin-left: auto; margin-right: auto;}

/* HEADER */
	#header {background: url('../img/header.jpg') transparent no-repeat; margin-top: 50px;width: 100%; height: 144px;overflow: hidden;}
	

	#header ul {float: right; width: 144px; margin-top: 8px;}
		#header ul li {font-size: 11px; list-style: none; height: 29px;}
		#header ul li a {color: #003333; text-decoration: none; font-weight: bold;}
		#header ul li a:hover {color: #FFF; text-decoration: underline;}
		
		
/* CONTENT */

#container {background: url('../img/bg.gif') transparent repeat-y; margin-top: 8px; width: 100%; height: 400px; overflow: hidden;}
	.column {float: left;}
	.span-1 {width: 240px;}
	.span-2 {width: 720px;}
	.span-3	{width: 670px;}
	.span-4 {width: 290px;}
	.span-5 {width: 210px;}
	#slider {width: 650px; height: 400px}
	.content {}
	.padding {padding: 40px;}
	
	.content p {font-size: 12px; padding: 0 0 15px 0; line-height: 16px;}
	.content h2 {font-size: 13px; padding: 0 0 20px 0;}
	.content h3 {font-size: 13px; margin: 40px 0 20px 40px;}
	.content h4 {font-size: 11px; margin: 0 0 10px 0; color: #ddd;}

	ul.peopleNav {margin-left: 10px;list-style: none; }		
	ul.peopleNav li {background: url('../img/navPeopleBg.gif') transparent repeat-x; height: 25px; line-height: 25px; padding-left: 30px; font-size: 11px; }
	
	.people {padding: 40px 0 40px 40px;}
	.people p {font-size: 10px; line-height: 14px; padding: 0 0 10px 0;}
	.people ul {width: 190px; list-style: disc; }
	.people ul li {font-size: 10px;line-height: 14px;margin-left: 15px;}	
/* FOOTER */
#footer {width: 100%; background: #1f576e; height: 30px; margin-top: 8px; line-height: 30px; font-size: 10px; color: #fff; margin-bottom: 20px;}
	.copy {float: left; margin-left: 20px;}
	.addr {float: right; margin-right: 20px;}

	
	


	
