body { 
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	background-color: #351a07;
/*	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
*/
}

#site_container {
	margin: 0 auto;
	width: 900px;
/*	width: 920px;
*/
/*	padding: 0px 10px 0px 10px;
*/	border-left: 1px solid #909090;
	border-right: 1px solid #909090;
	border-bottom: 1px solid #909090;
	background-color: #ffffff;
/*	background-image: url(/images/page-bg.png);
	background-repeat: repeat-y;
*/
/*	background-color: #ffffff;
*/
}

#header {
	background-image: url(/images/h-top.jpg);
	background-repeat: no-repeat;
	height: 340px;
	width: 900px;
}

#nav {
	width:900px;
}

#inner_container {
	margin: 20px;
}

#main_body {
	float: left; 
	width: 580px;
}

#main_body_wide {
	float: left; 
	width: 675px;
}

#left_nav {
	float:left;
	margin-right: 20px;
/*	width:250px;
*/
	width: 244px;
}

#left_nav_narrow {
	float:left;
	margin-right: 20px;
	width:164px;
}

.lnav_pad {
	padding: 10px;
	border-left: 2px solid #f1b843;
	border-right: 2px solid #f1b843;
	border-bottom: 2px solid #f1b843;
}

.lnav_pad_ads {
/*	padding: 10px 0px;
*/
	text-align: center;
	border-left: 2px solid #f1b843;
	border-right: 2px solid #f1b843;
	border-bottom: 2px solid #f1b843;
}

.lnav_pad_ad_narrow {
	text-align: center;
	border-left: 2px solid #f1b843;
	border-right: 2px solid #f1b843;
	border-bottom: 2px solid #f1b843;
}

.gbar {
	width: 244px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	background-image: url(/images/gbar.jpg);
	background-repeat: repeat-x;
}

.gbar_narrow {
	width: 164px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	background-image: url(/images/gbar.jpg);
	background-repeat: repeat-x;
}

.gbar_pad {
	padding-top: 2px;
	color: #663300;
	font-size: 18px;
}

.search_label {
	padding-top: 10px;
}

.search_input {

}

h1 {
	padding-top: 0px;
	margin-top: 0px;
}

#news {
	padding-top:10px;
}

#ads {
	padding-top: 10px;
}

#ads_narrow {

}

#signup {

}

#signup h1 {
	text-align: center;
}

#img_pager {
	margin: 15px 0px 5px 0px;
}

#img_pager a:link, #img_pager a:visited, #img_pager a:hover  {
	text-decoration: none;
	border: 1px solid #F1B843;
	margin-right: 5px;
	padding: 2px;
	background-color: #FEE98C;
	color: #000000;
}

#img_pager a.activeSlide:link, #img_pager a.activeSlide:visited, #img_pager a.activeSlide:hover {
	text-decoration: none;
	border: 1px solid #F1B843;
	margin-right: 5px;
	padding: 2px;
	color: #663300;
	background-color: #f1b843;
}

a.listing:link, a.listing:visited, a.listing:hover {
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}

a.listing:hover {
	text-decoration: underline;
	font-size: 16px;
	color: #000000;
}

.account_item { 
	border:2px solid #663300;
	margin-bottom:20px;
}

.account_pic {
	width:235px;
	float:left;
	margin:10px 0px 10px 10px; 
	border: 2px solid #663300;
}

.account_text {
	float:left;
	margin:10px 0px 10px 10px;
}

.account_header {
 	background-color: #663300;
	color:#ffffff;
	font-size:16px;
	padding:3px;
	margin-bottom:10px;
}

.account_link {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.alabel {
	float: left;
	width: 150px;
	height: 20px;
	margin-left: 10px;
}

.ainput {
	float: left;
}

#icons {
	float: right;
	padding: 7px;
}

#image_1, #image_2, #image_3, #video_1, #video_2 {
	display: none;
}