body {
	background-color: #F3F3F3;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(/_img/body_background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.wrapper {
	width: 782px;
	text-align:center;
	background-image: url(/_img/content_background.jpg);
	background-repeat: repeat-y;
}


.header {
	padding-right: 10px;
	padding-left: 14px;
	padding-top: 83px;
}


#content {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
}

.content_sub {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	font-size: 12px;
}

.content_text {
	font-size: 12px;
	line-height: 18px;
}
a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

.sub-h1 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 2px 0px 10px 0px;
	padding: 0 0 15px 0;
}


.footer {
	color: #7d5500;
	background-image: url(/_img/footer_background.jpg);
	background-repeat: no-repeat;
	height: 44px;
}
#rightbox {
	background-color: #FFFFFF;
	height: 200px;
	width: 180px;
	border: 1px solid #666666;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	line-height: 24px;
}
