body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #DCD7B2;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #be070e;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #E0E7C7;
	color: #000;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
	color: #333;
}

code{
	background: #fff;
}

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #e6eecb;
	color: #e6eecb;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

#container{
	margin: 0 auto;
	width: 919px;
	text-align: left;
	vertical-align: top;
}

#header{
	padding: 10px;
	background: #DCD7B2;
	color: #c00;
}

#header h1{
	text-align: left;
	padding: 0 0 0 17%;
	background: #DCD7B2;
}

#description-container{
	clear: both;
	padding: 20px;
	background: #a79e8a url(images/bg_description.gif) repeat-x;
	color: #fff;
}

.description{
	padding: 5px;
	font-family: Georgia, sans-seriff;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #000;
}

.description p{
	border: 1px solid #c7c7c7;
	padding: 4px 8px 6px;
}

.page{
	clear: both;
	float: left;
	width: 919px;
	border-top: 1px solid #a0ac75;
	text-align: left;
	vertical-align: top;
	background: #fff url(images/bg_page.gif) repeat-y 538px 0px;
	color: #000;
}

.maincol{
	float: left;
	width: 688px;
	text-align: left;
	vertical-align: top;
}

.post{
	background: #fff;
}

.post_alt{
	background: #f6fbe5;
}

.post, .post_alt{
	padding: 15px;
	text-align: center;
	vertical-align: top;
}

.post h2, .post_alt h2{
	padding: 0 0 9px;
	border-bottom: 1px solid #e1e9c4;
	color: #738338;
}

.post h2 a, .post_alt h2 a{
	text-decoration: underline;
	color: #738338;
}



.entry{
	line-height: 24px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 10px 0 0;
}

.entry h1{
	font-size: 24px;
	font-weight: normal;
}

.entry h2{
	font-size: 18px;
	color: #000;
}

.entry h3{}

.entry  h4{ font-size: 16px; }

.entry h5{ font-size: 14px; }

.entry h6{ font-size: 11px; font-weight: normal; }

.entry img{
	border: 1px solid #e6eecb;
	padding: 4px;
	background-color: #fff;
}

.sidebar{
	float: left;
	width: 231px;
	text-align: left;
	vertical-align: top;
}

.sidebar ul{
	margin: 0;
	padding: 35px 20px 10px 21px;
	list-style: none;
}

.sidebar ul li{
	padding: 10px 0 10px;
}

.sidebar ul li h2{
	padding: 0 0 5px;
	border-bottom: 1px solid #e5dfb3;
	color: #555;
}

.sidebar ul ul{
	padding: 0;
}

#footer{
	clear: both;
	margin: 0 0 15px;
	float: left;
	padding: 15px 0 16px;
	width: 919px;
	font-family: Georgia, sans-seriff;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	vertical-align: top;
	background: #2e2e2e url(images/bg_footer.gif) no-repeat left bottom;
	color: #ccc;
}

#footer p{
	padding: 0 20px;
}


