/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#536529;
	text-align:center;
	margin-top:30px;
}

#holder {
	width:917px;
	height:950px;
	margin:auto;
}

#banner {
	width:917px;
	height:92px;
	background-color:black;
}


/** INDEX **/

#main {
	width:917px;
	height:582px;
	background-image:url(images/img_main.jpg);
	background-repeat:no-repeat;
	background-color:white;
}

/** SUBS **/

#sub {
	width:917px;
	height:582px;
	background-color:white;
}

#sub_green {
	width:917px;
	height:582px;
	background-color:white;
}

#sub_left {
	float:left;
	width:370px;
	height:582px;
}

#sub_left_green {
	float:left;
	width:370px;
	height:812px;
}

#sub_mid {
	float:left;
	width:515px;
	height:582px;
	background-color:white;
}

#sub_mid_green {
	float:left;
	width:515px;
	height:812px;
	background-color:white;
}

#content {
	width:425px;
	height:497px;
	padding:65px 45px 0 45px;
	text-align:left;
}

#sub_right {
	float:left;
	width:32px;
	height:582px;
	background-color:black;
}

#sub_right_green {
	float:left;
	width:32px;
	height:812px;
	background-color:black;
}

#footer {
	clear:both;
	width:917px;
	height:45px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:left;
}

#footer_green {
	clear:both;
	width:917px;
	height:45px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:left;
	margin:230px auto 0 auto;
}

#footer_left {
	float:left;
	width:441px;
	padding:10px 0 0 18px;
	text-align:left;
}

#footer_right {
	float:left;
	width:426px;
	padding:10px 32px 0 0;
	text-align:right;
}

/** TEXT **/

p, a, #content, #footer_green, #footer, #footer_copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p, a, #content {
	font-size:12px;
	color:#64752f;
	line-height:16px;
	text-decoration:none;
}

a:hover {
	color:#95a75c;
}

.error {
	color:#CC0000;
	font-weight:bold;
}

#footer, #footer_green {
	font-size:10px;
	color:#9ece16;
}

#footer a {
	color:#9ece16;
	text-decoration:none;
}

#footer a:hover {
	color:#5e6e2d;
}

#footer_green a {
	color:#9ece16;
	text-decoration:none;
}

#footer_green a:hover {
	color:#5e6e2d;
}

#footer_copy {
	font-size:10px;
	color:white;
}

#footer_right {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:white;
}
