body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a0d00;
	background: #4c4c4c;
}


h1 {
	margin: 0px;
	padding: 10px;
	font-size: 40px;
	color: #330000;;
}
h1 a:link,h1 a:visited { color: #330000; text-decoration: none; } 
h1 a:active,h1 a:hover { color: #dbc1a7; text-decoration: underline; }

h2 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 22px;
	border-bottom: 1px dotted #663e17;
	color:#330000;
}

h3 {
	margin: 30px 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	color: #a6703c;
	border-bottom: 1px dotted #663e17;
}

p {
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;	
}

/* ----- Form ----- */

form{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
}

.inputfield{
	background: #ffffff;
	border: 1px solid #c9f5f6;
	color: #000;
	font-size: 13px;
	font-variant: normal;
	height: 14px;
	line-height: normal;
	padding: 4px;
	margin-bottom: 5px;
	width: 240px;
}

.button{
	width: 60px;
	height: 25px;
}

/* end of form */


#header_panel{
	width:100%;
	margin: 0 auto;
	background-color: #0c0600;
	color: #FFFFFF;
	height: 205px;
}

#header_panel #title_section{
	width: 960px;
	height: 132px;	/* +73 ( padding ) */
	margin:0 auto;
	padding-top: 73px;
	background: url(images/title_bg.jpg) center top no-repeat;
	text-align: center;
}

#menu_panel{
	width:100%;
	height: 45px;	
	margin: 0 auto;
	background: url(images/menu_bg.gif) repeat-x;
	color: #ffffff;
}

#menu_panel #menu_section{
	width: 930px;
	height: 45px;	
	margin:0 auto;
	padding: 0 0 0 30px;
	color: #03a0a6;
}

#menu_section ul {
	float: left;
	width: 930px;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu_section ul li{
	display: inline;
}

#menu_section ul li a:link,
#menu_section ul li a:visited{
	float: left;
	width: 140px;
	padding: 5px 0;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #DBC1A7;
	border-bottom: 3px solid #472400;
}

#menu_section ul li a:hover,
#menu_section ul li a:active, #menu_section li .current{
	color: #ffffff;
	border-bottom: 3px solid #703901;
}
/* end of menu */

/* content panel */
#content_container {
	overflow: hidden;
	height: 100%;
	width:100%;
	margin: 0 auto;
	background: url(images/content_bg.gif) repeat;
}

#content_container #content{
	width: 930px;
	padding: 15px 0 0 30px;
	margin:0 auto;
}

#content_left {
	float: left;
	width: 600px;
	margin: 0px;
	margin-bottom: 15px;
}

#content_right {
	float: right;
	width: 300px;
	margin-bottom: 15px;
	color: #dbc1a7;
	background: #000000 url(images/right_column_bg.jpg) repeat-y;
}

#content_left .post_wrapper {
	clear: both;
	width: 590px;
	background: url(images/post_bg_repeat.gif) repeat;
	border: 5px solid #3b3023;
	margin-bottom: 15px;	
}

#content_left .post {
	width: 530px;
	padding: 25px 30px 0 30px;
	background: url(images/post_bg.gif) top center no-repeat;
	
}

* html #content_left .post {
	margin-bottom: 5px;
}

.post .post_title{
	width: 100%;
	margin: 0px;
	padding: 5px 0;
	font-size: 26px;
	font-weight: bold;
	color: #1a0d00;
}

.post .post_info{
	width: 100%;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	margin-bottom: 15px;
}

.post .post_body{
	width: 100%;
}

.post .post_body img{
	margin-bottom: 15px;
}

.post .post_comment{
	width: 100%;
	padding: 5px 0;
	font-weight: bold;
}

#content_right .right_section{
	clear: both;
	display:inline-block;
	width: 250px;
	color: #bd8956;
	padding: 15px 15px 10px 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #684018;
}

#content_right .right_section h2{
	color: #bd8956;
	font-size:16px;
}

#content_right .right_section form{
	padding: 0 0 15px 0;
}

#content_right .right_section ul{
	clear: both;
	margin: 0 0 0 15px;
	padding: 0px;
}

#content_right .right_section ul li{
	margin: 0 0 5px 0;
}

#content_right .right_section ul li a:link,
#content_right .right_section ul li a:visited { color: #dbc1a7; text-decoration: none; } 
#content_right .right_section ul li a:hover,
#content_right .right_section ul li a:active { color: #dbc1a7; text-decoration: underline; }

#bottom_panel{
	width:100%;
	margin: 0 auto;
	border-top: 5px solid #000000;
	background-color: #0c0600;
}

#bottom_panel #bottom_section{
	width: 930px;
	margin:0 auto;
	height: 120px;	
	background: #0c0600 url(images/footer_bg.jpg) center top no-repeat;
	padding: 30px 0 15px 30px;
	text-align:center;
	color:#ffffff;
}

#bottom_panel #bottom_section a:link,
#bottom_panel #bottom_section a:visited { color: #dbc1a7; text-decoration: none; } 
#bottom_panel #bottom_section a:active,
#bottom_panel #bottom_section a:hover { color: #dbc1a7; text-decoration: underline; }


#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:link,
#bottom_section .bottom_section_content li a:visited,
#bottom_section .bottom_section_content li a:hover,
#bottom_section .bottom_section_content li a:active{
	color: #dbc1a7;
}

#footer_panel{
	width:100%;
	margin: 0 auto;
	background-color: #000000;
	color: #ffffff;
}

#footer_section{
	margin:15px auto;
}

.ad {
	margin-top:10px;
}
.ad a:link,.ad a:visited { color: #990000; text-decoration: none; } 
.ad a:active,.ad a:hover { color: #990000; text-decoration: underline; }


.ad1 {
	margin-top:15px;
}
#content_right .right_section .ad1 a:link,#content_right .right_section .ad1 a:visited { color: #fff; text-decoration: none; } 
#content_right .right_section .ad1 a:active,#content_right .right_section .ad1 a:hover { color: #fff; text-decoration: underline; }

.ad2 {
	margin-top:20px;
}

#bottom_panel #bottom_section .ad2 a:link,#bottom_panel #bottom_section .ad2 a:visited { color: #fff; text-decoration: none; } 
#bottom_panel #bottom_section .ad2 a:active,#bottom_panel #bottom_section .ad2 a:hover { color: #fff; text-decoration: underline; }
