* {margin:0; padding: 0;}

body{
	background: url(../img/background.jpg);
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p,h1,h2,h3,h4,h5,h6{margin-bottom: 10px;}
h1{font-size: 24px;}
h2{font-size: 18px;}
a{color: #B34813;}
img{border: none;}

#page_wrapper{width: 1000px;}

#header{
	background: url(../img/header.jpg) no-repeat;
	height: 419px;
	position: relative;
}

#title{padding: 15px 0 0 10px;}

#title a{
	color: #f6f6f6;
	text-decoration: none;
}

#rss{
	position: absolute;
	top: 120px;
	left: 180px;
}

#rss a{
	width: 92px;
	height: 87px;
	display: block;
}

#search{
	position: absolute;
	top: 35px;
	left: 787px;
}

#search input{
	float: left;
}

.field{
	border: none;
	background: none;
	margin-top: 3px;
}

.search_button{
	width: 60px;
	height: 24px;
	margin: -1px 0 0 6px !important;
	margin: -1px 0 0 8px;
}

#navigator{
	position: absolute;
	bottom: 5px;
	left: 760px;
	height: 75px;
}

#li_1{
	width: 44px;
	height: 25px;
	float: left;
	padding: 13px 0 0;
	list-style: none;
}

#li_2{
	width: 44px;
	height: 25px;
	float: left;
	padding: 20px 0 0;
	list-style: none;
}

#li_3{
	width: 44px;
	height: 25px;
	float: left;
	padding: 31px 0 0 27px !important;
	padding: 32px 0 0 5px;
	list-style: none;
}

#li_4{
	width: 44px;
	height: 25px;
	float: left;
	padding: 43px 0 0 19px !important;
	padding: 43px 0 0 2px;
	list-style: none;
}

#content_wrapper{
	background: url(../img/content_bg.jpg) repeat-y;
	min-height: 420px;
	height: auto !important;
	height: 420px;
	position: relative;
}

#left_sidebar{
	float: left;
	width: 153px;
	padding: 0 20px;
	color: #B34813;
}

#left_sidebar ul{
	list-style: none;
	color: #B34813;
}

#left_sidebar h2{
	font-size: 13px;
	margin-bottom: 5px;
}

#left_sidebar ul ul{
	margin-left: 8px;
}

#left_sidebar ul ul li{
	background: url(../img/arrow.gif) 0 5px no-repeat;
	padding-left: 10px;
	margin-bottom: 20px;
}

#divider{
	float: left;
	height: 100%;
	width: 46px;
}

#divider_top{
	background: url(../img/divider_bg.jpg) no-repeat;
	width: 46px;
	height: 66px;
	margin-top: 73px;
}

#divider_bottom{
	background: url(../img/divider_bg.jpg) no-repeat;
	width: 46px;
	height: 66px;
	position: absolute;
	bottom: 73px;
}

#rope_end{
	background: url(../img/container-border.jpg) no-repeat;
	height: 42px;
	width: 39px;
	float: right;
	margin-right: 58px;
	display: inline;
}

#content{
	margin: 0 90px 0 243px !important;
	margin: 0 90px 0 240px;
	padding: 0 10px;
}

.post{
	background: url(../img/star.gif) no-repeat;
	padding: 0 10px 0 30px;
}

.post h2{
	color: #B34813;
	margin-bottom: 2px;
}

.postdate{
	border-top: 1px solid #CD906F;
	color: #FF5100;
	font-size: 11px;
	margin-bottom: 20px;
	padding-top: 3px;
}

.count_comments{
	text-align: right;
}

#footer{
	clear: both;
	background: url(../img/footer-bg.jpg) no-repeat;
	height: 60px;
	text-align: right;
	padding: 70px 100px 0 0;
	font-size: 11px;
	line-height: 18px;
}

