/* CSS Document */

a:link {
	color: #0000FF;
}
a:hover {
	color: #000066;
}

body{
	width: 640px;
	margin: 0px;
	text-align: left;
	background-color:#094DA2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	height: auto;
}
#body {
	width: 640px;
	height: auto;
	float: left;
}

#header{
	width:640px;
	height: 100px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 24pt;
	font-style: normal;
	float: left;
}

#logo {
	display: none; 
	float: left;
	height: 70px;
	width: 150px;
	background-image:url(../graphics/29er.jpg);
}

#links {
	display: none; 
	float: left;
	width: 150px;
}

#advertising {
	display: none; 
	float: left;
	width: 150px;
}

#left{
	display: none; 
	width:0px;
	background-color:white;
	float: left;
	margin: 0px;
	height:100%;
}

.footer{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: left;
}
#footer{
	float:left;
	width:640px;
	background-color: white;
	margin: 0px;
	height: auto;
}

#imgtitle
{
	display: none;
}
#pagebody
{
	width: 640px;
	margin: 0px;
	height: auto;
/*	background-color: pink; */
}
#pagetitle
{
	font-family: Verdana,  Arial,   Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: black;
	line-height: 2; 
	text-align: center;
}
#pagecontent
{
	font-family: Verdana,  Arial,   Helvetica, sans-serif;
	color: black;
	font-size: 8pt; 
	font-style: normal; 
	text-align: left;
}


.maincontent{
}
