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

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

#wrapper {
	width: 758px;
	margin: 0 auto;
	overflow: auto;
}

	#banner1 {
		background: url(images/banner1.jpg) no-repeat;
		width: 758px;
		height: 259px;
		float: left;
	}
	
	#banner2 {
		background: url(images/banner2.jpg) no-repeat;
		width: 758px;
		height: 259px;
		float: left;
	}
	
	#banner3 {
		background: url(images/banner3.jpg) no-repeat;
		width: 758px;
		height: 259px;
		float: left;
	}
	
	#banner4 {
		background: url(images/banner4.jpg) no-repeat;
		width: 758px;
		height: 259px;
		float: left;
	}
	
	#banner5 {
		background: url(images/banner5.jpg) no-repeat;
		width: 758px;
		height: 259px;
		float: left;
	}
	
	
	
	#nav {
		width: 758px;
		height: 42px;
		float: left;
		margin: 2px 0 0 0;
	}
		#nav ul {
			height: 42px;
			float: left;
		}
		#nav li {
			height: 42px;
			display: inline;
			float: left;
			background: #000000;
		}	
		#nav li:hover {
			height: 42px;
			display: inline;
			background: #FFFFFF;
		}	
		#nav a, a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		#nav a:hover {
			color: #000000;
			text-decoration: underline;
		}
		
	
	
	#column_wide {
		width: 570px;
		float: left;
		margin: 15px 0 0 0;
	}
		#column_wide p {
			margin: 15px 20px 0 30px;
			text-align: justify;
		}
		
		#column_wide ul {
			margin: 15px 125px 0 90px;
		}
		#column_wide li {
			margin: 8px 0;
			list-style-image: url(images/bullet.jpg);
			list-style-type: disc;
			
		}
		#column_wide h2 {
			color: #965531;
			font-size: 14px;
			font-family: Georgia, "Times New Roman", Times, serif;
			margin: 15px 0 0 30px;
		}
	
	#column_thin {
		width: 186px;
		float: left;
		margin: 15px 0 0 0;
		padding: 0 0 30px 0;
		border-left: 1px solid #000000;
	}
		#column_thin p {
			margin: 15px 10px 0 10px;
			font-size: 11px;
		}
	
	#footer {
		width: 758px;
		height: 64px;
		float: left;
		background: url(images/footer.jpg) no-repeat;
		margin: 75px 0 0 0;
	}
		#footer p {
			margin: 15px 20px 0 50px;
		}
		#footer a, a:visited {
			color: #9f5d00;
			text-decoration: none;
		}
		#footer a:hover {
			color: #990000;
			text-decoration: underline;
		}