body {
	background: url(_img/pagebg.png) #571A1A;
	font-family: Verdana, sans-serif, serif;
	font-size: 11px;
	color: #fff;
	margin: 0px;
}
a {
	color: #8F0C16;
	text-decoration: none;
}
a:hover {
	color: #D80B1A;
	text-decoration: underline;
}
img {
	border: 0px;
}
#container {
	width: 700px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	background: #d8cdb2 url(_img/containbg.png);
	border: #890B15 2px solid;
	text-align: center;
}
#header {
	width: 700px;
	height: 100px;
	background: #7E070F url(_img/redbg.png);
	text-align: left;
}
#content {
	width: 500px;
	float: left;
}
.narrowcolumn h2 {
color: #54050a;
}
#sidebar {
	width: 200px;
	float: right;
}
#footer {
	clear: both;
	width: 700px;
	font-size: 10px;
	font-weight: bold;
	color: #887D5F;
}
/* Sidebar Specific */
#sidebar h2 {
	font-size: 12px;
	background: #54050A;
	margin: 0px;
	border-bottom: #890B15 1px solid;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	background-image: url(_img/redbg.png);
	margin: 10px;
	border: #890B15 2px solid;

}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar ul li p {
	padding: 5px;
	margin: 0px;
}

#sidebar ul li ul li {
	border: 0px;
	background: transparent;
}

#sidebar a{
	color : #CFC4AD;
	text-decoration : none;
}

#sidebar a:hover{
	color : #E4DECF;
	text-decoration : underline;
}
#sidebar form {
	padding: 5px;
	text-align: center;
}
#sidebar input {
	background: #7E070F;
	color: #fff;
	border: 1px solid #DED4BB;
	font-size: 11px;
}
#sidebar #searchsubmit {
	color: #DED4BB;
	margin-top: 5px;
}
#calendar {
text-align: center;
}
/* Post */
.post { margin-left:10px; margin-top: 10px; height:auto; padding:5px; background: #F0EDE5; font-size: 12px; font-family: Verdana, san-serif, serif; color: #000; text-align: left; }
.entry img {
padding-right: 5px;
padding-bottom: 2px;
}
.pagetitle {
color: #54050a;
}

/* Comments */
#comment-form {
color: #000;
width: 480px;
text-align: left;
margin: 10px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 2px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}
hr {
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #887D5F;
	color: #887D5F;
}
#comments {
color: #000;
}
.commentlist {
color: #000;
text-align: left;
}
/* Extra Stuff */
.quotes {
	font-weight: bold;
	position: absolute;
	color: #D1080D;
	z-index: 2;
	width: 400px;
	height: 30px;
	top: 40px;
	left: 200px;
}
.quotes2 {
	font-weight: bold;
	color: #000;
	position: absolute;
	z-index: 1;
	width: 400px;
	height: 30px;
	top: 42px;
	left: 202px;
}