a{
	margin:0 auto;
    text-align: center;
	min-width: 800px;
}

#whole{
	margin: 0 auto;
	width: 800px;
	text-align: left;
}


a:link{
color: #888888;
text-decoration:none;
}

a:visited{
color:#888888;
text-decoration:none;
}

a:hover{
text-decoration:none;
color:#B4B4B4;
background-color: none;
}

a:active{
color: #B4B4B4;
background-color: white;
text-decoration:none;
}

#top{
	position:relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 150px;
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 550px;
	height: 120px;
	
}

#nav_bar{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 550px;
	height: 30px;
	font-family: Verdana;
	font-size: 10pt;
	color: #888888;
	text-align: left;

}


#logo{
    position: absolute;
    top: 0px;
    left: 550px;
    width: 250px;
    height: 150px;
    
}




#content{
    position: relative;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 420px;
    font-family: Gill Sans;
	font-size: 10pt;
	color: #888888;
	text-align: center;
    
}


#contact {
	Position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 32px;
	font-family: Verdana;
	font-size: 8pt;
	color: #888888;
	text-align: center;
}

