/******************************************************
* Main Styles
******************************************************/ 
body {
	background: #081602 url(../images/background.gif);
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#wrap {
	background: transparent;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}
a { color: #ffffff; }
a:hover { color: #ffffff; text-decoration: none; }
#containerleft { background: url(../images/container_left.gif) repeat-y; }
#containerright { background: url(../images/container_right.gif) repeat-y; }
/******************************************************
* Home Page Styles
******************************************************/
#homeleft {
	width: 587px;
}
#homeright {
	background: #1a2c0d;
	width: 252px;	
}
#hometext {
	color: #ffffff;
	font: 12px/18px arial, verdana, helvetica, sans-serif;
	padding: 15px;
	text-align: center;
}
/******************************************************
* Navigation Styles
******************************************************/  
#nav {
	margin: 0 auto;
	text-align: center;
	width: 741px;
}
.navitem {
	display: inline;
	height: 19px;
	margin: 6px 20px 0px 20px;
}
/******************************************************
* Main Content Styles
******************************************************/
#maincontent {
	background: #1b310d url(../images/background_maincontent.jpg) no-repeat;
	margin: 0 auto;
	padding-bottom: 15px;
	text-align: center;
	width: 942px;
}
#tmplt {
	color: #ffffff;
	font: 12px/18px georgia, times, serif;
	/* font: 12px/18px arial, verdana, helvetica, sans-serif; */
	margin: 0 auto;
	text-align: left;
	width: 848px;
}
#leftbox {
	width: 496px;
}
#rightbox {
	width: 343px;
	background: #1a2c0d;
}
#righttext {
	position: relative; /* Need to set position, left and top for IE in tabled layout */
	left: 0px;
	top: 0px;
	height: 446px;
	margin: 0;
	overflow: scroll;
	overflow-x: hidden;
	padding: 15px 25px 15px 15px;
}
/******************************************************
* Gallery Styles
******************************************************/
#galleryhead {
	height: 33px;
	margin: 0 auto;
	text-align: center;
}
#galleryphotos {
	background: url(../images/gallery_background.jpg) no-repeat;
	height: 430px;
	margin: 0 auto;
	text-align: center;
	width: 842px;
}
/******************************************************
* Scrollbar Styles
******************************************************/
#scrollcontroll_contentmask { /* Med. Green 233c12 */
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	height: 466px;
	width: 316px; /* = #rightbox(343) - padding - scrollbar width - scrollbar margin */
	padding-right: 10px;
	float: left;
}
#scrollcontroll_scrollcontainer {
	float: left;
	height: 466px;
	width: 12px;
	margin-left: 5px;
}
#scrollcontroll_scrollUpBtn {
	height: 13px;
	width: 9px;
	background: url(../images/scrollbar_up.gif);
	margin: 2px 0 3px 0;
}
#scrollcontroll_scrollDownBtn {
	height: 13px;
	width: 9px;
	background: url(../images/scrollbar_down.gif); 
	margin: 3px 0 2px 0;
}
#scrollcontroll_scrolltrack {
	height: 430px;
	width: 9px;
	background: #3f6211;
}
#scrollcontroll_scrollknob {
	width: 9px;
	background: url(../images/scrollbar.gif) repeat-y center center;
}
/******************************************************
* Form Styles
******************************************************/


