body{
	background: url(../images/page_bg.jpg) #6C1805 top left no-repeat;
	margin: 0;
	padding: 0;
}

a{
	color: #7E0701;
	font-weight: bold;
}

a:visited{
	color: #333;
	font-weight: bold;
}

a:hover{
	color: #B56B02;
	font-weight: bold;
	text-decoration: none;
}

h1{
	color: #410706;
	font: italic 24px/24px "Trebuchet MS", Trebuchet, "Times New Roman", Times, serif;
}

p, div, span, td, th, ul, li{
	font: 13px/17px "Trebuchet MS", Trebuchet, "Times New Roman", Times, serif;
}

.post{
	border-bottom: 1px solid #AA591A;
	padding-bottom: 15px;
	width: 350px;
}

#footer_ornament{
	bottom: 20px;
	height: 142px;
	left: 795px;
	position: absolute;
	width: 77px;
}

#main_page{
	left: 200px;
	padding: 85px 20px 20px 70px;
	position: absolute;
	top: 91px;
	width: 543px;
	background: #A9776C url(../images/main_page_bg.jpg) no-repeat top;
}
*+html #main_page, *html #main_page{
	width: 542px;
}

#sidebar{
	left: 640px;
	padding: 0 20px;
	position: absolute;
	top: 177px;
	width: 150px;
}

#main_page p{
	font-style: normal;
	margin-left: 20px;
	width: 350px;
}

*html .post h1, *+html .post h1{
	margin-top: 20px;
}

.post-footer{
	margin-left: 0 !important;
}
