body {
	background: #351911;
	color: #333333;
	font: 75% verdana,arial,hevetica,sans-serif;
	margin: 0;
	padding: 0
}
form { margin: 0; padding: 0 }
input, textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}
hr { display: none }
/* Menu */
div#nav{
	background-color: transparent;
	border: 0px solid #000000;
	height: 35px;
	vertical-align: top;
	width: 500px
}
#header {
	background-image: url(images/header.jpg);
	border: 0px solid #000000;
	height: 240px;
	margin: 0 auto;
	padding-left: 300px;
	padding-top: 110px;
	width: 600px
}
#page {
	background: url(/images/bg.jpg);
	height: 700px;
	margin: 0 auto;
	padding: 10px;
	width: 880px
}
#page2 {
	background: url(/images/bg.jpg);
	height: 1150px;
	margin: 0 auto;
	padding: 35px 20px 20px 30px;
	width: 850px
}
#page3 {
	background: url(/images/bg.jpg);
	height: 500px;
	margin: 0 auto;
	padding: 10px;
	width: 880px
}
#page4 {
	background: url(/images/bg.jpg);
	height: 800px;
	margin: 0 auto;
	padding: 35px 20px 20px 30px;
	width: 850px
}
#footer {
	border-top: 6px solid #3F3F3F;
	clear: both;
	color: #E5E5E5;
	font-size: smaller;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	width: 900px
}
#footer p { line-height: normal; margin: 0; text-align: center }
/* Content */
#content {
	border: 0px solid #000000;
	float: right;
	padding: 0 20px 0 20px;
	width: 600px
}
.post { padding-bottom: 20px }
.post .title {
	border-bottom: 1px dashed #B9B9B9;
	font-size: 24px;
	letter-spacing: -2px;
	margin: 0;
	padding: 5px 20px;
	text-transform: uppercase
}
.post .title a { text-decoration: none }
.post .entry { padding: 10px 20px }
.post .meta {
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	font-size: smaller;
	height: 26px;
	text-decoration: none;
	text-transform: uppercase
}
.post .posted { float: left; height: 16px; padding: 5px 20px }
.post .permalink, .post .comments { float: right; height: 16px; padding: 5px 20px }
.post .permalink { }
/* Sidebar */
#sidebar { float: left; padding: 0 20px 0 20px; width: 200px }
/*#sidebar ul { list-style: none; margin: 0; padding: 0; }
#sidebar li { margin-bottom: 20px; }
#sidebar li ul { padding: 20px; }
#sidebar li li {
	background: url(images/img04.gif) no-repeat left 50%;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
*/
#sidebar p { font-size: 90%; padding: 0 20px }
#sidebar ul { font-size: 90% }
#sidebar h2 {
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	text-transform: uppercase
}
#sidebar h4 {
	background: transparant;
	color: #A37D48;
	font-size: 100%;
	font-weight: bold;
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	text-align: left
}
/*Links*/
a:link{
	color: #582011;
	font-weight: bold;
	text-decoration: none
}
a:active{
	color: #582011;
	font-weight: bold;
	text-decoration: none
}
a:visited{
	color: #004080;
	font-weight: bold;
	text-decoration: none
}
a:hover{
	color: #8A8A8A;
	font-weight: bold;
	text-decoration: none
}
.image-right-inline{ border: 0; float: right; margin: 10px }
.arrow{
	color: #6D1F09;
	font-family: Arial,Verdana,Helvetica,"sans serif"
}
h1,h2,h3,h4,h5{ color: #6D1F09 }
.dates { color: #A37D48; font-weight: bold }
