* { padding: 0; margin: 0; }

body {
 font-family: Georgia, Times New Roman;
 font-size: 12px;
 color: #ffffff;
 background: #08060b;
}
a:link, a:visited { color: #ffffff; text-decoration:none; } 
a:active, a:hover { color: #ffffff; text-decoration: underline; }

h1 {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

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

p {
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header { 
color: #fff; 
width: 900px; 
float: left; 
border: solid 1px #38275b; 
height: 240px; 
background-color:#08060b; 
background-image: url(images/content_bg.jpg); 
background-repeat: no-repeat; 
margin-bottom: 20px}

#leftcolumn { 
color: #fff;
 background:#08060b;
 margin: 0;
 padding: 5px;
 height: auto;
 width: 145px;
 float: left;
}

#content { float: left; color: #ffffff; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-top: 5px; margin-bottom: 20px; padding-left: 10px; height: auto; width: 495px; display: inline; }

#content_1 { float: left; 
color: #ffffff; 
background:#08060b; 
margin-top: 5px;
margin-bottom: 20px; 
padding-left: 15px; 
height: auto; 
width: 850px; 
display: inline; }
#header_content_container #content{
	clear: both;
	height: 100%;
	width: 900px;
	padding: 15px 0 0 15px;
	
}
#rightcolumn {  
 color: #fff;
 background:#08060b;
 height: auto;
 width: 200px;
 float: right;
 list-style: none;
}
#content_right .right_section{
	clear: both;
	display:inherit;
	width: 190px;
	margin-bottom: 20px;
	background: #08060b url(images/right_section_bg.jpg) no-repeat center top;	
	border: solid 1px #38275b;
	 float: right;
	 font-size: 11px;	
}

#content_right .right_section .popular_post {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content_right .right_section .popular_post li{
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #38275B;
	list-style: none;

}

#content_right .right_section ul{
	clear: both;
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;

}

#content_right .right_section ul li{
	margin: 0 0 5px 0;
	list-style: none;
}

#bottom_panel{
	width:100%;
	min-height: 150px;
	margin-top: 30px;
	border-top: 1px solid #050702;
	background:  url(images/content_bottom.jpg) no-repeat center bottom;	

}

#bottom_panel #bottom_section{
	overflow: hidden;
	height: 100%;
	width: 900px;
	margin:0 auto;
	padding: 10px 0px 10px 10px;	

}

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

#bottom_section .bottom_section_content img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.bottom_section_content .gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #050702;
}

.bottom_section_content .gallery li {
	padding: 0;
	float: left;
	margin: 0 4px 4px 0;	
	width: 70px;
	height: 70px;
	border: 3px solid #050702;
}

.bottom_section_content .gallery img {
	border: none;
}

.bottom_section_content .list_section{
	margin: 0 0 10px 10px;
	padding: 0;
}
/* end of bottom panel */

/* Footer */

#footer {
	clear: both;
	height: 100px;
	width: 910px;
	margin: 0 auto;
	border-top: 1px solid #1e2223;
	text-align: center;
	font-size: smaller;
	font-family: Century,Times New Roman, Georgia;
	color: #443743;
}

#footer p {
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 9px;
}

#footer p a {
	color: #FFFFFF;
}

/* end of footer */
