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


body{
	background-image: url(../images/bgcolor.jpg);
	padding: 0;
	margin: 0;
	font-family:Verdana, Geneva, sans-serif;
	border:0;
	
}

#outershell{
	background-image:url(../images/shellbg.jpg);
	width:950px;
	margin: 0 auto 0 auto;
}

#topnav{
	background-image: url(../images/navbar.jpg);
	width:900px;
	height:35px;
	margin:0px auto 0px auto;
}

#bigheader{
	background-image:url(../images/bigheader.jpg);
	width:900px;
	height:390px;
	margin:0px auto 0px auto;
}

#smallheader{
	background-image:url(../images/smheader.jpg);
	width:900px;
	height:143px;
	margin:0px auto 0px auto;
}

#sitecontent{
	background-image: url(../images/tanbg.jpg);
	width:900px;
	margin:0px auto 0px auto;
}

#footer{
	width:900px;
	height:25px;
	background-color:#36C;
	margin:0px auto 0px auto;
	font-size:10px;
}

a:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	}

a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#FFF;	
	font-weight:bold;
}

a:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-decoration: underline;
	color:#FFF;
    font-weight:bold;
}