/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

<style type="text/css">

}
a:link {
	color: #333399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993399;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
-->

body {
font-family: Arial, Times, Serif;
color: #FFFFFF;
}

h1 {
font-size: 120%
}

h2 {
font-size: 110%
}

h3 {
font-size: 100%;
color:#FFFFFF;
}

h4 {
font-size: 20%;
color:#000000
}

#wrapper{
width: 990px;
background-color:#000000;
margin:10px auto;
border: 5px solid #000000;
text-align: left
}

#banner{
	height: 430px;
	background-position:center;
	background-color:#000000;
	background-repeat: no-repeat;
}

#nav{
border-top: 7px solid #000000;
border-bottom: 7px solid #000000;
color:#FFFFFF;
height: 43px;
}

}

#content{
margin: 0px;
color:#FFFFFF
}

#content p{
margin: 20px;
}

#content h1{

color: #FFFFFF;
padding: 0;
margin: 20px;
font-size: 130%;
}

#content h2{

color: #FFFFFF;
padding: 0;
margin: 20px;
font-size: 110%;
}

#content h4{

color: #FFFFFF;
padding: 0;
margin: 20px;
font-size: 80%;
}

#footer{
	border-top: 1px solid #000000;
	border-bottom: 0px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
}

#footer p{
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	color:#000000
	padding: 6px;
	font-size: 100%;
	}
	
.banner{
	margin-top: 10px;
	}

.leftimage{
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
	margin-right: 5px;
	float: left;
}

.leftimage2{
	margin-left: 35px;
	margin-bottom: 5px;
	margin-top: 15px;
	margin-right: 5px;
	float: left;
}

.rightimage{
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	float: right;
}