@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html, body #holder{
	height: 100%;
}
body > #holder {
	height: auto;
	min-height: 100%;
}
body {
	Utext-align:center; /*center hack*/
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	font-size:14px;
	color:#333;
	background-color:#193800;
	background-image: url(../images/BODY_topstripe.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
li {
	list-style-position: inside;
}

/*ID's*/
#bg_image {
	background-image:url(../images/BODY_bgimage.png);
	width:750px;
	height:501px;
	position:absolute;
	top:520px;
	left:0px;
	z-index:0;
}
#holder {
	width:994px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/HOLDER_bg.png);
	background-repeat:repeat-y;
	position:relative;
	z-index:10;
}
#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;	
}
#header {
	width:960px;
	height:200px;
}
#l_header {
	width:480px;
	height:200px;
	background-image:url(../images/HEADER_left.jpg);
	float:left;
}
#r_header {
	width:480px;
	height:200px;
	background-image:url(../images/HEADER_right.jpg);
	float:left;
}
#nav {
	width:960px;
	height:40px;	
}
#nav_main {
	background-image:url(../images/NAV_stripe.jpg);
	background-repeat:repeat-x;
	position:relative;
	text-align:center;
}
#nav_holder {
	width:762px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#content {
	width:960px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#l_side {
	width:250px;
	margin-right:10px;
	float:left;
}
#r_side {
	width:680px;
	float:left;
}
#bread_and_font {
	width:680px;
	height:30px;
	margin-bottom:8px;
}
#breadcrumb {
	font-size:12px;
	margin-top:7px;
	float:left;
}
#font {
	float:right;
	width:150px;
}
#breadcrumb a {
	color:#102500;
}
#holder_bottomstripe {
	width:994px;
	height:17px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/HOLDER_bottomstripe.png);
}
#footer {
	height:100px;
	width:960px;
	background-image:url(../images/FOOTER_stripe.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:12;
}
#l_footer {
	width:480px;
	height:100px;
	float:left;
	text-align:left;
}
#r_footer {
	width:470px;
	height:93upx;
	float:left;
	text-align:right;
	font-size:10px;
	color:#fffbf4;
	padding-top:7px;
	padding-right:10px;
}
#r_footer a {
	color:#fffbf4;
}

/*Classes*/
.clear {
	clear: both;
	height: 0px;
}
.pg_text {
	font-size:14px;
	text-align:justify;
	margin-bottom:10px;
}
