body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a0d00;
	background: #F0E4AF;
}

a:link, a:visited { color: #990000; text-decoration: none; } 
a:active, a:hover { color: #ffffff; text-decoration: underline; }

h1 {
	font-size: 40px;
	color: #F9F5C3;
	margin-top:-75px;
	vertical-align:top;
	padding-top:0px; 
	background: #122300;
	height:40;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #ffffff;	
}

h3 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #03ACA2;	
}

p {
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;	
}

/* ----- Form ----- */

#header_panel{
	width:100%;
	margin: 0 auto;
	background:   url(images2/title_bkgrnd.jpg) center top repeat;
	color: #FFFFFF;
	height: 416px;
}

#header_panel #title_section{
	width: 960px;
	height: 416px;	/* +73 ( padding ) */
	margin:0 auto;
	padding-top: 73px;
	background:   url(images2/title.jpg) center top no-repeat;
	text-align: center;
}

#menu_panel{
	width:100%;
	height: 50px;	
	margin: 0 auto;
	background:
	color: #000000;
}

#menu_panel #menu_section{
	width: 930px;
	height: 0px;	
	margin:0 auto;
	padding: 0 0 0 10px;
	color: #ffffff;
}

#menu_section ul {
	float: left;
	width: 930px;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
	color: #122300;
}

#menu_section ul li{
	color: #ffffff;
	display: inline;
}

#menu_section ul li a{
	float: left;
	padding-left: 40px;
	padding-right: 10px;
	margin: 0;
	color: #203C01;
}

#menu_section li a:hover, #menu_section li .current{
	color: #4A6C25;	
}
/* end of menu */

/* content panel */
#content_container {
	overflow: hidden;
	height: 100%;
	width:100%;
	margin: 0 auto;	
}

#content_container #content{
	width: 960px;
	padding:0px 0 0 5px;
	margin:0 auto;
}

#content_left {
	float: left;
	width: 600px;
	margin: 0px;
	margin-bottom: 0px;
	padding: none;
}

#content_right {
	float: right;
	width: 300px;
	height: 150px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 40px;
	padding-right: 5px;
	color: #000000;
	border: 3px dotted #0D1800;
}

#content_left .post_wrapper {
	clear: both;
	width: 590px;
	background: url(images2/bg_repeat.gif) repeat;
	border:
	margin-bottom: 15px;	
}

#content_left .post {
	width: 530px;
	padding: 0px 25px 0 30px; 
}

* html #content_left .post {
	margin-bottom: 5px;
}

.post .post_title{
	width: 100%;
	margin: 0px;
	padding: 5px 0;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

.post .post_info{
	width: 100%;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	color: #ffffff;
}

.post .post_body{
	width: 100%;
}

.post .post_body img{
	margin-bottom: 15px;
}

#content_right .right_section{
	width: auto;
	color: #0D1800;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;	
}
a:link { color: #0581B5; text-decoration: none;}
a:link, a:visited { color: #0581B5; text-decoration: none; } 
a:active, a:hover { color: #012F42; text-decoration: none; }

#content_right .right_section form{
	padding: 0 0 15px 0;
}

#content_right .right_section ul{
	clear: both;
	margin: 0 0 0 0px;
	padding: 0px;
}

#content_right .tright_section ul li{
	margin: 0 0 5px 0;
}

#content_right .right_section ul li a {
	color: #dbc1a7;
}

#bottom_panel{
	width:100%;
	margin: 0 0 0 0px;
	background: url(images2/footer_bg.jpg) center repeat;
	height: 150px;
}

#bottom_panel #bottom_section{
	width: 960px;
	margin:0 auto;
	height: 150px;	
}

#bottom_section .bottom_section_content {
	width: 960px;
	height: 150px;
	margin: 0 0 0px 0;
	background: url(images2/footer.jpg) no-repeat;
}
#footer_panel{
	width:100%;
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
	color: #ffffff;
}

#footer_panel #footer_section{
	width: 960px;
	margin:0 auto;
	text-align: center;
	padding: 0px;
}

#footer_panel #footer_section a {
	color:#dbc1a7;
}