@charset "utf-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	background-image:url(../images/background.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	position: absolute;
	top: 50%;
	margin-top: -279px;
	height: 559px;
	width: 980px;
	right: auto;
	left: 50%;
	margin-left: -490px;
	
	
}


#outerContainer {
	width: 864px;
	margin:0 auto;
	text-align: left;
}


#header {
width: 864px;

}

#logo {
width: 864px;
padding:0 0 10px 2px;
}
#nav {
width: 564px;
padding-top:8px;
text-align:left;
}

#flash {
width: 864px;
height:359px;
padding:0;
}



#nav a {
text-decoration:none;
color:#858585;
}

#nav a:hover {
color:#000000;
}

#nav ul{
margin:0;
padding:0 0 30px 2px;

}

#footer {
	width: 864px;
	font-size:smaller;
	margin:0 auto;
	padding:25px 0 0 0;
	text-align: left;
}
.footertext {
color:#c7c6c6;
}

#nav li{
display:inline;
text-decoration:none;
list-style-type:none;
padding-right:6px;
}
