body{
	background-color:#FFF2F2;
}
body, p, td, div, form, input, textarea, h1, h2, h3{
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	color:#4C5E6C;
	font-size:14px;
	font-family:tahoma, verdana, arial;
}
a img{
	border:none;
}
ul, ol, li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#page{
	width:766px;
	margin:0px auto;
	background:url(images/page_bg.gif) repeat-y;
}
#header{
	height:245px;
	background:url(images/header_bg.jpg) no-repeat;
}
.logo{
	float:left;
	margin:32px 0px 0px 213px;
}
#menu{
	float:right;
	padding:26px 26px 0px 0px;
}
#menu li{
	display:inline;
	padding:0px 10px 0px 0px;
}
#menu a{
	color:#FFC0C0;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover{
	color:#CC8080;
}
#sidebar{
	float:left;
	width:165px;
	padding:0px 0px 0px 24px;
}
#sidebar h2{
	color:#D9362F;
	font-size:14px;
	height:26px;
	text-align:center;
	text-transform:uppercase;
}
#sidebar li ul{
	padding:0px 0px 20px 0px;
}
#sidebar li ul li{
	line-height:18px;
	color:#666261;
	padding:0px 0px 10px 0px;
}
#sidebar a{
	color:#666261;
	text-decoration:none;
}
#sidebar a:hover{
	text-decoration:underline;
}
#sidebar p a{
	color:#4C5E6C;
	text-decoration:underline;
}
#sidebar p a:hover{
	text-decoration:none;
}
#sidebar form{
	padding:0px 0px;
	height:30px;
}
#s{
	float:left;
	width:110px;
	height:16px;
	padding:2px 0px 0px 4px;
	margin:0px 0px 4px 0px;
	border:#FFC0C0 solid 1px;
	background:none;
}
#searchsubmit{
	float:right;
	width:46px;
	height:20px;
	text-align:center;
	border:#FFC0C0 solid 1px;
	background:none;
}
#content{
	float:right;
	width:506px;
	padding:0px 27px 0px 0px;
}
#content h2{
	color:#3E0D05;
	font-size:16px;
	text-transform:uppercase;
	padding:2px 10px;
	margin:0px 0px 10px 0px;
	background-color:#FFECEC;
}
#content h2 a{
	color:#3E0D05;
	text-decoration:none;
}
#content h2 a:hover{
	text-decoration:underline;
}
.entry{
	padding:0px 10px;
}
.entry img{
	float:left;
	border:#B7B7BC solid 1px;
	padding:1px;
	margin:0px 10px 10px 0px
}
.entry p{
	margin:0px 0px 10px 0px;
}
.entry a{
	color:#72BD82;
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.entry strong{
	color:#D9362E;
}
.not_found form{
	width:166px;
	padding:12px 0px 0px 0px;
}
.postmetadata{
	height:20px;
	padding:0px 10px;
	text-align:right;
}
.postmetadata a{
	color:#D9362E;
	font-weight:bold;
	text-decoration:none;
}
.postmetadata a:hover{
	text-decoration:underline;
}
.commentlist{
	clear:left;
	margin:8px 10px 20px 10px;
}
.commentmetadata{
	height:24px;
}
.comment_author{
	float:left;
	font-size:11px;
	text-transform:uppercase;
}
.comment_date{
	float:right;
}
#commentform{
	padding:8px 0px 0px 10px;
}
#commentform label{
	float:left;
	clear:left;
	width:60px;
	line-height:24px;
}
#author, #email, #url, #comment{
	width:410px;
	height:16px;
	padding:2px 0px 0px 4px;
	border:#FFC0C0 solid 1px;
	margin:0px 0px 4px 0px;
	background:none;
}
#comment{
	float:right;
	overflow:auto;
	width:470px;
	height:100px;
	margin:0px 0px 10px 0px;
}
#submit{
	float:right;
	clear:both;
	cursor:pointer;
	border:#FFC0C0 solid 1px;
	background:none;
	text-align:center;
}
#footer{
	background-color:#FFEAEA;
	height:28px;
	padding:12px 0px 0px 0px;
}
#footer p{
	color:#7A828D;
	text-align:center;
}
#footer a{
	color:#7A828D;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

.clearer{
	height:0px;
	overflow:hidden;
	clear:both;
}