body {
	width:750px;
	margin:0 auto;
	margin-top:30px;
	font-family: Verdana;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1em;
}
a, a:visited, a:active{
	color: #11F;
}
a:hover{
	color: #11F;
}

#header {
	width:750px;
	height:150px;
	text-align: center;
}
#content { 
	width:750px;
	margin-top:10px;
	min-height:250px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:250px; /* for IE5.x and IE6 */
	text-align: center;
}
#bannerAd{
	margin: 10px auto;
	padding: 0px;
	width: 600px;
	height: 65px;
	border: solid 2px #ccc;
	text-align: center;
	font-size: .8em;
}
#bannerAd a{
	font-size: .8em;
	color: #000;
	text-decoration: none;
	font-weight:bolder;
}
#bannerAd a:hover{
	font-size: .8em;
	font-weight:bolder;
	border-bottom: solid 1px #000;
	color: #000;
}
.singleBannerAd{
	width: 200px;
	float: left;
	padding: 0px;
}
#footer { 
	width:750px;
	height:100px;
	margin-top:10px;
	color: #000;
	text-align: center;
	color: #aaa;
}
#footer hr{ 
	background: #ccc;
	color: #ccc;
	width: 700px;
	text-align: center;
}
#footer a{ 
	background: #fff;
	color: #aaa;
	font-size: .8em;
}
.mainSearch{
	font-size: 1.0em;
}
.mainButton{
	font-size: 1.0em;
	margin-bottom: 3px;
	padding: 1px;
}
.phil{
	font-size: .7em;
}
.phil select{
	font-size: .8em;
	font-family: Verdana;
	background-color: #fff;
	color: #444;
}

form {
	margin: 0;
	padding: 0;
}
input{
	margin: 0;
	padding: 0;
}