/* Page Structure Styles
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	
	font: 12px/18px arial, verdana, sans-serif;
	color: #353535;
	
	text-align: center;
	
	background: #F1EFE2 url(../interface/body-bg.jpg) top left repeat-x;
}

#container {
	position: relative;
	
	margin: 0 auto;
	padding: 0;
	width: 770px;
	
	text-align: left;
	background: url(../interface/content-bg.gif) repeat-y 0px 49px;

}

#header {
	position: relative;
	
	margin: 0;
	padding: 0;
	width: 770px;
	height: 135px;
	
	background: url(../interface/header-bg.jpg) no-repeat;
}

#signin {
	position: absolute;
	top: 4px;
	right: 30px;
	
	margin: 0;
	padding: 0;
	
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	
	background: none;
}

#subhead {
	position: relative;
	
	margin: 0;
	padding: 0;
	width: 770px;
	height: 55px;
	
	background: url(../interface/subhead-bg.gif) no-repeat;
}
#banner {
	position: relative;
	
	margin: 0;
	padding: 0;
	width: 770px;
	height: 118px;
	
	background: #F1EFE2;
}
#phplive {
	position: absolute;
	top: 140px;
	left: 30px;
	
	margin: 0;
	padding: 0;
	width: 195px;
	height: 40px;
}


#content, #home {
	float:left;
	margin: 0;
	padding: 20px 0px 15px 30px;
	width: 510px;
	
	text-align: justify;
	
	background: url(../interface/content-bg.gif) repeat-y 0px 49px;
}

#column {
	float:right;
	margin: 0 20px 0 0;
	padding: 0;
	width: 185px;
	
	font-size: 11px;
	line-height: 11px;
}

#footer {
	clear:both;
	position:relative;
	margin: 0;
	padding: 5px 0 0 30px;
	width: 740px;
	height: 40px;
	
	color: #fff;
	font-size: 11px;
	
	background: url(../interface/footer-bg.gif) no-repeat;
}

#footer div.right {
	position: absolute;
	top: 5px;
	right: 30px;
	
	margin: 0;
	padding: 0;
	
	text-align: right;
}

#nav {
	position: absolute;
	top: 110px !important; /* IE Sucks */
	top: 111px;
	right: 30px; /* xmas header: 135px; */
	
	margin: 0;
	padding: 0;
	
	font-size: 11px;
	line-height: 11px;
}



#subnav {
	position: relative;
	
	margin: 0 0 25px;
	padding: 0;
	width: 185px;
}

#optin {
	position: relative;
	
	margin: 0;
	padding: 10px 15px 0;
	width: 155px;
	height: 80px;
	
	color: #fff;
	
	line-height: 16px;
	text-align: center;
	
	background: url(../interface/optin-bg.gif) no-repeat;
}

#detail-left {
	position: absolute;
	top: 185px;
	left: 0;
	
	margin: 0;
	padding: 0;
	width: 10px;
	height: 65px;
	
	background: url(../interface/detail-left.gif) no-repeat;
}

#detail-right {
	position: absolute;
	top: 185px;
	right: 0;
	
	margin: 0;
	padding: 0;
	width: 10px;
	height: 65px;
	
	background: url(../interface/detail-right.gif) no-repeat;
}



/* Home Page Structure Styles
----------------------------------------------- */

#home {
	padding: 0;
	width: 770px;
	
	font-size: 11px;
	line-height: 15px;
}

#home div#banners {
	position: relative;
	
	margin: 0;
	padding: 5px 15px 20px;
	width: 740px;
	height: 160px;
	
	color: #fff;
	line-height: 13px;
}

#home div#banners div.left {
	position: relative;
	
	margin: 0;
	padding: 52px 135px 0 20px;
	width: 213px;
	height: 108px;
	
	background: url(../interface/banner-autoboss.jpg) top left no-repeat;
}

#home div#banners div.right {
	position: absolute;
	top: 5px;
	right: 15px;
	
	margin: 0;
	padding: 52px 20px 0 135px;
	width: 213px;
	height: 108px;
	
	background: url(../interface/banner-aquaboss.jpg) top left no-repeat;
}

#home div#news {
	position: relative;
	
	margin: 0;
	padding: 0 15px 15px;
	width: 740px;
	
	line-height: 15px;
}

#home div#news div.left {
	position: relative;
	
	margin-left: 20px;
	padding: 0;
	width: 335px;
}

#home div#news div.right {
	position: absolute;
	top: 0;
	right: 35px;
	
	margin: 0;
	padding: 0;
	width: 335px;
}
