/* <style> */

	
* { font-family: Verdana, Arial, Helvetica, Sans-Serif; }
body { background-color: #202020; color: #000; padding: 0px; margin: 0px; }
a { color: #009; cursor: hand; cursor: pointer; text-decoration: none; }

#Logo {
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -85;
	z-index: 999;
}

#searchContainer {
	width: 100%;
	height: 100%;
}
#bgTopGradient {
	background-image: url(/images/Main_bgTopGradient.png);
	height: 181px;
}
#bgBotGradient {
	background-image: url(/images/Main_bgBotGradient.png);
	height: 181px;
}
#SearchForm {
	background-color: #292929;
	height: 26px;
	padding: 4px 8px 2px 464px;
	margin: 0;
	border-color: white;
	border-width: 0 8px;
	text-align: right;
}
#SearchForm * {
	font-size: 10pt;
}
#SearchForm #string {
	width: 200px;
}



#Footer {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	padding: 2px 8px;
}
#Footer a { color: #ccb; padding: 0px 3px; }
#Footer a:hover { color: #eec; }






/* </style> */