/* Skin Layout CSS Document */
body {
	padding: 0px;
	margin:0px;
	background-image: url(../../images/pageBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#d8a530;
	height: 100%;
}
#Hdr{
	width: 600px;
	height: 151px;
	line-height: 151px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../../images/geeks_searchBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#topMenu {
	width: 600px;
	height: 30px;
	line-height: 30px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../../images/topMenuBg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

#topMenu a:link, #topMenu a:visited, #topMenu a:active{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	padding: 0px;
}
#topMenu a:hover{
	color: #FF9900;
}
#contentTopCap {
	width: 600px;
	height: 21px;
	line-height: 21px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../../images/contentTopCap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentSurround {
	width: 600px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../../images/contentBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-height:400px;
	height:auto !important;
	height:400px;
}
#contentInner {
	width: 584px;
	margin: 0px auto;
	padding: 8px;
}
#subFooterCap {
	background-image: url(../../images/footerTopCap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 600px;
	height: 12px;
	line-height: 12px;
	margin: 0px auto;
	padding: 0px;
	clear:both;
}
#footer {
	width: 600px;
	height: 41px;
	line-height: 20px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../../images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
#footerTail {
	width: 600px;
	height: 8px;
	line-height: 8px;
	margin: 0px auto;
	padding: 0px;
	background-color: #d8a530;
}
.go_button {
	color: #000000;
	background-image: url(../../images/go_button.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
	line-height: 23px;
	width: 49px;
	border: 0px;
	display: inline;
	padding: 0;
	margin: 0;
}