﻿.SearchButton{
	border-style:none;
	outline: 0;
	vertical-align:bottom;
	/*padding-bottom:3px;*/
}

body{
background-color:#CCCCCC
}
.Page {
	width: 100%;
	height:100%;
	
}
.PageContent {
	background-position: center center;
	width: 900px;
	height:auto;
	border: thin solid #564B21;
	margin:auto;
	white-space:normal;
	text-align: center;
	background-color: white;
	overflow:visible;
	

}
.PageContent:after{ 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
}

.Header {
	width: 100%;
	height: 110px;
	text-align: left;
	background-color: #E2C657;
}
.MenuNav {
	float: left;
	width: 220px;
	margin: 20px auto auto auto;
	background-repeat: no-repeat;
	background-image: url('../Images/Menu.jpg');
	
}
.Ads {
	float: left;
	width: 220px;
	height: 100%;
	background-color: #FFFFFF;
	padding-top:15px;
}
.Content {
	margin: 20px auto auto auto;
	min-height: 650px; /*float: right;*/;
	width: 680px;
	background-color: #FFFFFF;
	overflow: visible;
	float: right;
}

.Footer {
	width: 900px;
	float: left;
	background-color: #D6B4D6;
}
a:active {
	color: #0000FF;
	z-index:0;
}
a:visited {
	color: #0000FF;
	z-index:0;
}