@charset "UTF-8";
/* CSS Document */

body {
	margin:0px; background-image: url('bg.jpg');
	background-repeat:repeat-x;
	background-color:#000
}

#container {width:930px; height:auto; margin-left:auto; margin-right:auto; margin-top:0px}

#header {background-image:url('headersp.gif'); background-repeat:no-repeat; width:930px; height: auto; margin-left:auto; margin-right:auto}

#header a:link {
	color: #FFF;
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
	color: #FFF;
}
#header a:hover {
	text-decoration: underline;
	color: #FFF;
}
#header a:active {
	text-decoration: none;
	color: #FFF;
}
	


#content {background-color:#FFF; width:915px; height:auto; font-family:Verdana, Geneva, sans-serif; font-size:11px;}

#footer {color:#FFF; font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:bold; background-image:url('footer.gif'); background-repeat:no-repeat; width:930px; height:auto; margin-left:auto; margin-right:auto}

#footer a:link {
	color: #36F;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #36F;
}
#footer a:hover {
	text-decoration: underline;
	color: #36F;
}
#footer a:active {
	text-decoration: none;
	color: #36F;
}
