* { padding: 0; margin: 0; }

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

body {
font-family: Verdana, sans-serif;
font-size: 13px;
background-image: url(lightblue.gif);
background-repeat: repeat;
text-align: center;
	padding: 10%;
	
}

h1 {
	font-weight: bold;
	font-size: x-large;
}

h2 {
	font-weight: bold;
	font-size: large;
	text-align: center;
}

h3 {
	text-align: center;
	font-weight: normal;
	font-size: medium;
}

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

#header {
height: 180px;
width: 1080px;
float: left;
}

#img{
margin: 0px;
border: 0px solid #0000ff;
height: auto;
width: 100%;
float: left;
text-align: center;
}

#content { 
width: 100%;
color: #333;
border: 0px solid #ccc;
background: #F2F2E6;
margin: 0px 0px 0px 0px;
height: autopx;
float: left;
	text-align: center;
}

#navcontainer ul{
padding: .2em 0;
margin: 0px;
list-style-type: none;
color: White;
background-image: url(lightblue.gif);
float: left;
width: 100%;
text-align: center;	
}

#navcontainer ul li { 
display: inline;
color: #fff;
}

#navcontainer ul li a
{
padding: 0.2em 5em;

color: #fff
}


#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

#footer { 
width: auto;
color: #fff;
margin: 0px 0px 10px 0px;
padding: 20px;
text-align: center;
	font-size: x-small;
	text-transform: uppercase;
	letter-spacing: 2px;
}
