body {
	color: #000;
	padding: 0;
	background-attachment: fixed;
	background-color: #BFBFBF;
	background-image: url(images/maintile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	width: 760px;
	margin: 0 auto 0 auto ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-position: center;
	overflow: visible;
}

#topbar {
	margin-bottom: 1px;
	margin-bottom: 2px;
}
#scroller {
	border: 1px solid #6B5B3A;
	border-top: none;
}





#contentwrapper {
	border: 1px solid #6B5B3A;
	width: 758px;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: none;
	xxxborder-bottom: none;
	background: #fff url(images/content_bground.jpg) repeat-y;
	color: #000;
	height: auto !important;
	height: 330px;
	min-height: 330px;

}
#headingwrapper {
	background: url(images/h2bground.jpg) no-repeat;
}
h2 {
	color: black;
	margin: 0;
	font-size: 18px;
	height: 37px;
	padding: 5px 0 5px 190px;
}	


#left {
	xxxbackground: url(images/content_bground.jpg) repeat-y;
	margin: 0 148px 0 0;
	padding: 0 20px 0 190px;
	
}	
p {
	padding: .5em 0;
	margin: 0;
}	



#right {
	width: 118px;
	margin: 0;
	padding: 0;
	background:#B3AE9B url(images/right_bground.jpg) repeat-x top ;
	padding: 15px 15px 0 15px;
	float: right;
	color: white;
	height: auto !important;
	height: 233px;
	min-height: 233px;
}
#right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#right li a {
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	height: 30px;
	width: 112px;
	font-size: 11px;
	background: url(images/right_buttons/button_right_nground.jpg) no-repeat;
	padding: 5px 3px;
	margin: 0;
	text-align: center;
}	
#right li a:hover {
	background: url(images/right_buttons/button_right_bground_hover.jpg) no-repeat; 
	height: 30px;
	width: 112px;
	color: black;
}
