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

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

h1 {
	margin: 0px;
	padding: 10px;
	font-size: 40px;
	color: #009EBD;;
}

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: 341px;
}

#header_panel #title_section{
	width: 960px;
	height: 341px;	/* +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: 20px;	
	margin: 0 auto;
	background:   url(images2/menu_bkgrnd.jpg) repeat-x;
	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: #ffffff;
}

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

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

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

/* content panel */
#content_container {
	overflow: hidden;
	height: 100%;
	width:100%;
	background: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content_container #content{
	width: 930px;
	padding: 15px 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;
	margin-bottom: 20px;
	color: #000000;
	border: 3px dotted #009EBD;
	background: #000000 url(images2/right_column_bkgrnd.jpg) repeat-y;
}

#content_left .post_wrapper {
	clear: both;
	width: 590px;
	background: url(images2/bg_repeat.gif) repeat;
	border: 3px dotted #E1AA04;
	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: 12px;
	font-weight: normal;
	color: #ffffff;
}

.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: #006699;
	padding: 0px 0px 0px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	align: center;
	border-bottom: 1px solid #000000;
}
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;
	padding-bottom: 20 0 0 0px;
	background: url(images2/footer_bkgrnd.jpg) center repeat;
	height: 195;
}

#bottom_panel #bottom_section{
	width: 930px;
	margin:0 auto;
	height: 175px;	
	padding: 20px 0 15px 20px;
}

#bottom_section .bottom_section_content {
	display: inherit;
	float: left;
	width: 270px;
	padding-right: 20px;
	margin-left: 10px;
	margin-bottom: 15px;
	color: #dbc1a7;
}

#bottom_section .bottom_section_content ul{
	margin: 0 0 0 10px;
	padding: 0 0 5px 10px;
}

#bottom_section .bottom_section_content li a{
	color: #dbc1a7;
}

#footer_panel{
	width:100%;
	margin: 0 auto;
	background-color: #000000;
	color: #ffffff;
}

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

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