html{
	background: #987654 url(images/bg_gr.png) repeat-x; /*Edit this BG color*/
}
* {
	font-weight:normal;
}
body {
	margin: 0;
	padding: 0;
	font-family:Georgia,Arial,Helvetica,sans-serif;
	font-size:14px;
	color: #000;
	background: url(images/bg3.png);
}
.body {
	text-align:center;
}
.header{
	padding:0 20px;
	text-align:center;
}
.header img{
	margin:0;
	border:0;
	padding:0;
}
.h_block{
	width:960px;
	margin:0 auto;
	text-align:left;
}
.logo{
	padding:20px 0;
	display:block;
	text-align:left;
}
.logo a{
	color:#3f3f3f;
	text-decoration:none;
}
.description{
	padding:30px 10px;
	background:#fff; /*Change this BG color*/
	color:#000;
	text-align:center;
}
.description span{
	float:left;
}
h1,h2,h3{
	margin:0;
	padding:0;
}

.tbody, .footer{
	margin:0 auto;
	width:960px;
	text-align:left;
}
.tbody{
	background:#fff;
}
.tbody td{
	vertical-align:top;
}
.content{
	xposition:relative;
	xbackground: url(images/cont_bg.png) left bottom no-repeat;
	padding:20px 10px 30px 10px;
	border-right:1px #e0e0e0 dashed;
}
.title{
	font-size:200%;
}
.byline{
	color:#666;
	padding:0;
	margin:0;
	font-size:80%;
}
.comment_post{
	border-bottom:1px gray dashed;
	padding:3px 0;
}
.title_comment{
	color:#af1b1b;
}
.comment_post .entry{
	background:#efefef;
}
.menu{
	xposition:absolute;
	xmargin-top:-40px;
	xmargin-left:-10px;
	xright:0;
	background:#014f6d  url(images/foot_bg.png) repeat-x;
	text-align:left;
	height:49px;
	line-height:49px;
	padding:0 10px;
}
.menu ul, ul{
	list-style:none;
}
.menu ul,.sidebar ul{
	padding:0;
	margin:0;
}
.menu li{
	display:inline;
	margin:0 10px 0 0;
}
.menu a{
	color:#fff;
}

.lsidebar ul, .lsidebar li{
	padding:0;
	margin:0;
}
.lsidebar .ulside{
	padding:20px 10px;
}
.lsidebar{
	border-right:1px #afafaf dashed;
}
.sidebar{
	width:250px;
	xbackground: url(images/sb_bg.png) right bottom no-repeat;
	padding:10px 0 30px 0;
}
.sidebar .sideli{
	margin:10px 10px;
}
.sideli ul{
	border-top:1px gray dashed;
}
.sideli li{
	padding:4px 5px;
	border-bottom:1px gray dashed;
	background:#efefef;
}
.content a,.sideli a{
	color:#00e;
	text-decoration:none;
}
.content a:hover, .sideli a:hover{
	border-bottom:1px red dotted;
}

.footer{
	background:#014f6d url(images/foot_bg.png);
	padding:30px 0px;
	text-align:left;
	color:#fff;
}
.footer div{
	padding:0 10px;
}
.footer a{
	color:#fff;
}

.overburned{
	position:absolute;
	display:block;
	top:-10000px;
	left:-10000px;
}
