#bodyholder {
	width: 935px;
	background: #4C5A3F url(/images/pg_bg.jpg) repeat-y top center;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
#join_bodyholder {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	background: transparent url(/images/header.jpg) top left no-repeat;
	width: 935px;
	height: 241px;
	}
#join_header {
	background: transparent url(/images/join_header.jpg) top left no-repeat;
	width: 955px;
	height: 254px;
	}
#welcome {
	background-color: #869D6E;
	color: #fff;
	padding: 0 20px 20px 20px;
	text-align: center;
	}
#menu {
	background-color: #869D6E;
	text-align: center;
	}
#footer {
	background: #E6F5D8 url(/images/block_bg.jpg) top left repeat-x;
	padding: 20px 7px 10px 7px;
	text-align: center;
	}
.footer_txt {
	font-size:10px;
}
#join_footer {
	background: #E6F5D8 url(/images/join_block_bg.jpg) top left repeat-y;
	text-align: center;
	}
#join_footer_bottom {
	background: #E6F5D8 url(/images/join_footer_bottom.jpg);
	height: 21px;
	}
#frm {
	border: 2px solid #BCD3A6;
	width: 500px;
	}
#frm TR {
	background-color: #D2E6C0;
	}
#frm_text {
	background-color: #BCD3A6;
	}
#frm_input {
	background-color: #FFFFA0;
	width: 200px;
	}
#footer {
	border-bottom: 1px solid #8C8A8C;
	}
#about {
	background-color: #869D6E;
	height: 320px;
	padding: 0 10px 0 10px;
	text-align: center;
	color: #fff;
	position: relative;
	}
#about .blurb {
	padding: 0 10px 0 10px;
	float: left;
	text-align: left;
	width: 889px;
	}
#about .blurb h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 17px;
	}
#about .boxes {
	background: #6F8757 url(/images/about_boxes_bg.jpg) top left no-repeat;
	width: 209px;
	height: 228px;
	z-index: 9;
	position: absolute;
	right: 0px;
	top: -28px;
	text-align: left;
	}
#about .boxes .box1 {
	z-index: 10;
	position: absolute;
	left: 12px;
	top: 18px;
	width: 186px;
	}
#about .boxes .box2 {
	z-index: 10;
	position: absolute;
	left: 12px;
	top: 100px;
	width: 186px;
	}
#about .boxes .box3 {
	z-index: 10;
	position: absolute;
	left: 12px;
	top: 175px;
	width: 186px;
	}
#about .boxes .title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #fff;
	}
#about .boxes .s1 {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #D1E050;
	}
#about .boxes .s2 {
	text-align: right;
	font-size: 10px;
	color: #fff;
	}
#about .boxes .s3 {
	font-size: 10px;
	color: #fff;
	}
#about .boxes .s3 a {
	font-size: 10px;
	font-weight: bold;
	color: #D1E050;
	}
#about .ruleh {
	height: 20px;
	background: transparent url(/images/about_ruleh.gif) center center repeat-x;
	}
#about .hdtext {
	font-size: 10px;
	color: #DADCD8;
	}
	
.block {
	background: #E6F5D8 url(/images/block_bg.jpg) top left repeat-x;
	padding: 20px 7px 10px 7px;
	text-align: left;
	}
.join_block {
	background: #E6F5D8 url(/images/join_block_bg.jpg) top left repeat-y;
	padding: 20px;
	text-align: left;
	}
.clear {
	clear: both;
	line-height: 0; font-size: 0;
	}
.frame {
	background-color: #fff;
	padding: 1px;
	border: 1px solid #4C5A3F;
	}
.pad_r5 {
	padding-right: 5px;
	}
.movie_desc {
	padding: 5px;
	text-align: left;
	}
.ruleh {
	height: 30px;
	background: transparent url(/images/ruleh.gif) center center repeat-x;
	}
.rulev {
	width: 30px;
	background: transparent url(/images/rulev.gif) center center repeat-y;
	}

/*
BASIC
*/
BODY {
	margin: 0;
	padding: 0;
	background-color: #4C5A3F;
	color: #4B6424;
	text-align: center;
	}
BODY, TABLE, TD {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	}
A   {
	color: #577F01;
	text-decoration: underline;
	}
A:hover   {
	text-decoration: none;
	}
IMG {
	border: 0;
	}
P   {
	margin: 0;
	padding: 5px 0 5px 0;
	}

/*
FORM ELEMENTS
*/

FORM, TEXTAREA {
	margin: 0;
	padding: 0;
	}

/*
OPACITY
*/
.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
}

