@charset "utf-8";
body{
	text-align:center;
	background: #2b3602 url(images/body_bg.jpg) center top no-repeat;
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#2b3602;
}

h1{
	font-family: Verdana, Geneva, sans-serif;
	float:left;
	font-size:16px;
	color:#FFF;
	font-weight:normal;
	margin:0px;
	padding:8px 35px 8px 30px;
	background:url(images/arrows.png)  no-repeat right;
	clear:both;
}

h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	font-weight:normal;
	text-decoration:underline;
	margin:00px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}

p{
	text-indent:20px;
	margin-top:0px;
}

a{
	color:#e5b936;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}


/* CONTAINERS */
#main_div{
	position:relative;
	width:950px;
	margin:auto;
	text-align:left;
} 

#main{
	position:relative;
	float:left;
	width:850px;
	background: url(images/main_bg-trans.png) repeat-y;
	padding:0px 50px 0px 50px;
}

#header{
	position:relative;
	float:left;
	width:850px;
	height:27px;
	background: url(images/header_bg.jpg) no-repeat;
	margin:0px 0px 20px 0px;
}

#header_left{
	position:relative;
	float:left;	
	padding:4px 0px 0px 18px;
}

#header_left a{
	display:inline-block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 20px;
	background:url(images/point.jpg) left no-repeat;

}

#header_right{
	position:relative;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;	
	color:#b6b6b6;
	padding:8px 18px 0px 0px;
}

#menu{
	position:relative;
	float:left;
	width:850px;
	height:355px;
	background-color:#ffffff;
	margin:0px 0px 14px 0px;
}

#content_header{
	position:relative;
	float:left;
	width:850px;
	height:38px;
	background:url(images/content_header_bg.jpg) repeat-y;
}

#content_header_left{
	position:relative;
	float:left;
	width:500px;
	height:38px;
}

#content_header_right{
	position:relative;
	float:right;
	width:280px;
	height:38px;
}


#content{
	position:relative;
	float:left;
	width:850px;
	background:url(images/content_bg.jpg) repeat-y;
	margin:0px 0px 7px 0px;
}

#content_left{
	position:relative;
	float:left;
	width:516px;
	min-height:200px;
	padding:30px;
}

#content_right{
	position:relative;
	float:left;
	width:249px;
	padding:5px 0px 0px 0px;
}


#content_footer{
	position:relative;
	float:left;
	width:850px;
	height:4px;
	line-height:4px;
	background:url(images/content_bg.jpg) repeat-y;
}

#footer{
	position:relative;
	float:left;
	width:850px;
	height:25px;
	background: url(images/footer_bg.jpg) no-repeat;
}

#content_footer_left{
	position:relative;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#b6b6b6;
	padding:8px 0px 0px 45px;
}

#content_footer_left a{
	color:#ffffff;
	text-decoration:none;
}

#content_footer_right{
	position:relative;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;	
	color:#b6b6b6;
	padding:8px 45px 0px 0px;
}


input, textarea, select {
	color: #000000;
	background-color: #d2d0d0;
	border: 1px solid #7d7d7d;
}

#button{
	position:relative;
	float:left;
	padding: 30px 15px 15px 15px;
}

#button a{
	position:relative;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	background:url(images/arrows.png)  no-repeat right;
	padding: 0px 35px 0px 0px;
	color:#FFF;
}



