body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dbc1a7;
	background-color: #000000;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link, a:visited { color: #cfa3eb; text-decoration:none; } 
a:active, a:hover { color: #CCFF00; }

h1 {
	margin: 0px;
	padding: 10px 0;
	font-size: 26px;
	color: #dbb4e0;
	font-weight: normal;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #dbc1a7;
	border-bottom: 1px dotted #663e17;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #dbb4e0;
	border-bottom: 1px dotted #663e17;
}

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

/* end of form */


#header_panel {
	width:100%;
	margin: 0 auto;
	height: 145px;
}

#header_panel #header_section {
	width: 960px;
	height: 145px;
	margin:0 auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}

#header_section #title_section {
	float: left;
	width: 400px;
	padding: 90px 0 15px 30px;
	font-size: 60px;
	color: #d3c2f9;
}

#menu_panel {
	width:100%;
	height: 59px;	
	margin: 0 auto;
	color: #ffffff;
}

#menu_panel #menu_section {
	width: 800px;
	height: 59px;
	margin:0 auto;
	padding: 0 0 0 0px;
	color: #03a0a6;
	background-image: none;
	background-repeat: no-repeat;
	text-align: center;
}

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

#menu_section ul li {
	display: inline;
}

#menu_section ul li a {
	float: left;
	width: 110px;
	padding: 5px 0;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

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

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

#content_container #content {
	overflow: hidden;
	height: 100%;
	width: 930px;
	padding: 30px 0 0 15px;
	margin:0 auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}

#content_left {
	float: left;
	width: 600px;
	margin-bottom: 15px;
}

#content_right {
	float: right;
	width: 300px;
	margin-bottom: 5px;
}

#content_left .post {
	width: 600px;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border: 0px none #FFFFFF;
}

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

.post .post_title {
	width: 570px;
	height: 20px; /* padding 20px + */
	margin: 0px;
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.post .post_title .post_info {
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	color: #dbc1a7;
	margin-top: 6px;
}

.post .post_body {
	color: #FFFFFF;
	background-image: url(images/sample.png);
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 5px;
}

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

.post .post_comment {
	padding: 5px 30px;
	font-weight: bold;
}

#content_right .right_section {
	clear: both;
	display:inline-block;
	width: 250px;
	padding: 15px 15px 10px 15px;
	margin-bottom: 30px;
	color: #dbc1a7;
	border-bottom: 1px solid #361d40;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
#bottom_panel {
	width:100%;
	margin: 0 auto;

}

#bottom_panel #bottom_section {
	overflow: hidden;
	height: 100%;
	width: 930px;
	margin:0 auto;
	padding: 40px 0 15px 30px;
	border-top: 1px solid #3d234d;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
}

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

#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;
	color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
}

#footer_panel #footer_section {
	width: 960px;
	margin:0 auto;
	padding: 20px 15px;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
}
