html {
	height: 100%;
}
body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#631a0d;
	background:#191739;
	height: 100%;
}
img{border:0;}
form, fieldset{ margin:0; padding:0; border:0;}
#main{
	margin:0 auto;
	width:836px;
	min-height:100%;
	background:#181818 url(../images/bg-main.gif) repeat-y;
}
* html #main {
	height: 100%;
}
#header{
	position:relative;
	top:0;
	left:0;
	height:301px;
	width:836px;
	background:url(../images/bg-head.jpg) no-repeat;
}
#header .logo{
	position:absolute;
	top:61px;
	left:51px;
	width:258px;
	height:187px;
	overflow:hidden;
	background:url(../images/logo.jpg) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
#content{
	padding:0 0 60px 0;
	overflow:hidden;
	width:836px;
}
#content h1,
#content h2,
#content h3{
	margin:0;
	padding:17px 0 0 18px;
	color:#d6e3d0;
	font-weight:bold;
	font-size:13px;
	height:35px;
}
#content h4{
	margin:0;
	padding:17px 0 0 17px;
	color:#6e1611;
	font-weight:bold;
	font-size:14px;
}
#col1{
	padding:0 18px 0 22px;
	width:450px;
	float:left;
	overflow:hidden;
}
#col1 h1{
	margin:0;
	background:url(../images/bg-heading1.jpg) no-repeat;
	width:468px;
}
#content p{
	margin:11px 0 0;
	padding:0 0 5px 16px;
}
#content table{
	margin:11px 0 0;
	padding:0 0 38px 16px;
}
#content a{
	color:#19173a;
}
#content a:hover{
	text-decoration:none;
}
#col1 img{
	border:2px solid #7f2f29;
	float:left;
	margin:0 12px 0 0;
}
#col2{
	width:161px;
	float:left;
	overflow:hidden;
}
#col2 h2{
	margin:0 0 5px;
	padding:17px 0 0 13px;
	background:url(../images/bg-heading2.jpg) no-repeat;
	width:161px;
}
#col2 h3{
	background:url(../images/bg-heading4.jpg) no-repeat;
	width:161px;
}
#col2 ul{
	margin:0;
	padding:0;
	list-style:none;
}
#col2 ul li{
	background:url(../images/bg-menu.gif) no-repeat;
	margin:0 0 8px 17px;
	line-height:13px;
}
#col2 ul li a{
	display:block;
	height:17px;
	width:110px;
	background:url(../images/bullet1.gif) no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#6e1611;
	padding:4px 0 0 20px;
}
#col2 ul li a:hover{
	background:url(../images/bullet2.gif) no-repeat;
}
#col2 .fild{
	margin:9px 0 0 23px;
	padding:3px 3px 0;
	border:1px solid #c3c3c3;
	background:#fff;
	font-size:11px;
	height:19px;
	width:109px
}
#col2 .button{
	margin:5px 0 5px 23px;
	vertical-align:middle;
	width:52px;
}
#col3{
	width:161px;
	float:left;
}
#col3 h3{
	margin:0 0 11px;
	background:url(../images/bg-heading5.jpg) no-repeat;
	width:161px;
}
#col3 h2{
	background:url(../images/bg-heading3.jpg) no-repeat;
	width:161px;
}
#col3 ul{
	margin:8px 0 0;
	padding:0;
	list-style:none;
}
#col3 .newsletter{
	margin:0 0 0 3px;
	line-height:10px;
}

#col3 ul li{
	margin:0 0 9px 14px;
	color:#6e1611;
	font-size:11px;
}
#col3 ul li a{
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#6e1611;
	
}
#col3 ul li a:hover{
	text-decoration:underline;
}
#col3 .newsletter li{
	margin:0 0 4px 12px;
}
#col3 h4{
	margin:0 0 0 14px;
}
#col3 h4 a{
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#6e1611;
	line-height:19px;
}
#col3 h4 a:hover{
	text-decoration:underline;
}
#footer{
	position:relative;
	background:url(../images/bg-foot.jpg) no-repeat 20px 0;
	width:836px;
	height:24px;
	padding:30px 0 0 0px;
	margin:-54px auto 0;
}
#footer p{
	margin:0;
	font-size:9px;
	color:#d7caaa;
	text-align:center;
}
#footer a{
	color:#d7caaa;
}
#footer a:hover{
	text-decoration:none;
}
/*-----------------------------------------------------------------------------*/
.newsletter li a{
    font-weight: normal !important;
}
.post{
    background:url(../images/separ.gif) no-repeat 15px 100%;
}
.date{
    margin-left: 16px;
}
.alignleft{
    float: left;
    margin: 5px 16px 10px;
}
.alignright{
    float: right !important;
    margin: 5px 0 10px;
}
img.alignright{
    float: right !important;
    margin: 5px 0 10px 10px !important;
}
.comments{
    color: #6E1611 !important;
}
#commentform p{
    padding: 0 0 10px 16px !important;
}