body {
	margin: 15px;
	padding: 0;
	background-color: black;

	
	}


#container {
	width: 800px;
	margin: 0 auto;
	background-color: white;
	

}

#banner {
	width: 800px;
	height: 161px;
	background-color: #0C0C87;
	
}


#nav {
	width: 796px;
	background-color: white;
	padding: 1px;
	font-family: "Optima", sans-serif;
	font-size: 95%;
	color: #f5ba5c;
	text-indent: 196px;
}


#nav ul {
	list-style: none;
}



#nav ul li {
	display: inline;
	padding-left: 25px;
}



#images {
	width: 550px;
	float: right;
	padding: 10px;
	background: white;
	color: black;
	text-align: center;
	font-family: "Optima", sans-serif;
	font-size: 90%;
	padding-bottom: none;
}


#images img {
	border: 0;
}


#content {
	width: 200px;
	float: left;
	padding-bottom: none;
	color: black;
	font-family: "Optima", sans-serif;
	line-height: 15pt;
	font-size: 90%;
	background-color: white;
	margin-left: 30px;
}



#content ol li {
	color: #white;
	list-style: none;
	display: block;
	margin-left: -3em;
	padding-left: 0em;
	text-indent: 0em;
	padding-top: 1em;
}

#content ol li p{
	color: white;
	display: inline;

}




#footer {
	clear: both;
	background-color: gray;
	color: white;

	
}

a:link {
	color: #d01a1a;
	text-decoration: none;
	
}

a:visited {
	color: #d01a1a;
	text-decoration: none;
	
}


a:hover {
	color: #f5ba5c;	
}


	 


h1 {
	font-family: Bauer Bodoni, Times New Roman;
	line-height: 30pt;

}


	
	
.color {
	color: #f5ba5c;
	}
	
	.color2{
	color: #f5ba5c;
	
	}

.align {
	text-align: left;
	margin-left: 6.3em;
	}
	
	.align2 {
	text-align: left;
	margin-left: 9.4em;
	
	}

.align3 {
	text-align: left;
	color: black;
	margin-left: 2em;
	}

.height {
	line-height: 2pt;
	}

	


.one_wide,
.two_wide {
	float: left;
 	margin: 10px;
 	}


.one_wide { width: 250px; }
.two_wide { width: 550px; }




