body {
	background: white url("beige.gif");
	font-family: arial;
	font-size: 16px;

}

.header {
	position: static;
	width: 638px;
	height: 175px;
	top: 0px;
	right: 0px;
	bottom: auto;
	left: 0px;
	color: #000000;
	margin: auto;
}

.logo{
	float: left;
	}

.pics{
	float: right;
	margin: 10px;
	}

.main {
	position: static;
	width: 638px;
	height: auto;
	top: 185px;
	right: 0px;
	bottom: auto;
	left: 0px;
	background: white url("mainbg.jpg");
	background-repeat: no-repeat;
  	background-position: top;
	color: #000000;
	margin: auto;
}

.mainlong {
	position: static;
	width: 638px;
	height: auto;
	top: 185px;
	right: 0px;
	bottom: auto;
	left: 0px;
	background: white url("mainbglong.jpg");
	background-repeat: no-repeat;
  	background-position: top;
	color: #000000;
	margin: auto;
}


.footer {
	color: #000000;
	position: absolute;
	width: 638px;
	height: auto;
}

.selected {
	background-color: #5282E8;
	color: #000000;
	padding: 2px;
	text-decoration: none;
}

.notselected{
	color: #000000;
	text-decoration: none;
	padding: 2px; 
}
	
.notselected:hover{
	background-color: #5282E8;
	color: #000000;
	padding: 2px;
	}	

a{
	text-decoration: underline;
	color: #000000;
}

a:hover{
	color: #ffffff;
	background-color: #5282E8;
}

.menu{
	background: white url("beige.gif");
	position: absolute;
	width: 638px;
	height: auto;
}

.centered{text-align: center;}
