* {
	margin: 0px;
	padding: 0px;
}

body {
	background: ;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.nav a, .nav a:visited {
	color: #fff;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#wrapper2 {
	width: 1000px;
	margin: 0 auto;
	background: #000000;
}

	#banner {
		width: 1000px;
		height: 255px;
		float: left;
		background: url(images/banner.jpg) no-repeat;
	}
	
	#splash {
		margin: 0 auto;
		width: 550px;
		
	}
	
	#content_wrapper {
		width: 1000px;
		float: left;
		background: #FFFFFF;
	}
		#nav {
			width: 234px;
			float: left;
			padding: 0 0 40px 0;
			background: url(images/navBottom.gif) bottom no-repeat;
		}
			ul.nav {
				
			}
			li.nav {
				width: 219px;
				float: left;
				background: #000000;
				color: #FFFFFF;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 16px;
				padding: 10px 0 10px 15px;
				border-bottom: 2px solid #FFFFFF;
				list-style-type: none;
			}
	
		#content {
			width: 606px;
			float: left;
			
		}
			#content h1 {
				width: 518px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 16px;
				margin: 30px 0 0 20px;
				color: #1e5b99;
			}
			
			#content h2 {
				width: 518px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 16px;
				font-weight: lighter;
				margin: 30px 0 0 25px;
				color: #1e5b99;
			}
			
			#content p {
				width: 518px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				margin: 15px 0 0 25px;
			}
			#content ul {
				width: 400px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				margin: 15px 0 0 60px;
				
			}
			#content li {
				font-size: 11px;
				margin: 0 0 5px 0;
				
			}
			
			.form {
				margin: 30px 0 0 100px;
			}
			
			
		#content_thin {
			width: 160px;
			float: left;
		}
			#content_thin h1 {
				width: 130px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				margin: 30px 0 0 15px;
				color: #1e5b99;
			}
			
			#content_thin h2 {
				width: 130px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				margin: 30px 0 0 15px;
				color: #1e5b99;
			}
			
			#content_thin p {
				width: 125px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				margin: 10px 0 0 20px;
			}
	
	
	#footer {
		width: 1000px;
		float: left;
		margin: 30px 0 0 0;
		padding: 0 0 50px 0;
	}
		#footer ul {
			text-align: center;
			
		}
		#footer li {
			display: inline;
			font-size: 10px;
			
		}