* { padding: 0; margin: 0; }

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

body {
font-family: Lucida, Verdana, sans-serif;
font-size: 13px;
background-image: url(bk.jpg);
background-repeat: repeat-x;
}

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;
}

#shadowbox_content {
	background-image: url(lightblue.gif);
} 

#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: auto;
color: #333;
border: 0px solid #ccc;
background: #F2F2E6;
height: autopx;
float: left;
	text-align: center;
	margin-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

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

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

#navcontainer ul li a
{
width: 100%;

color: #fff;
	padding: 0 3em 1em;
}


#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;
}