body {
	margin: auto;
	background-color: #527E1F;
	/*background-color: #CE4C3F;*/
	font-family: sans-serif;
	font-size: 16px;
}
/* TinyMCE specific rules */
body#tinymce, body.mceContentBody {
	background-color: white;
}
/*div {*/
/*	width: 910px;*/
/*	background-color: #FFFFFF;*/
/*}*/
p {
	clear: both;
}
h2, .content h1 {
	color: #006600;
}
img {
	border: none;
}
#main {
	clear: both;
	width: 910px;
	background-color: #3D3509;
	margin: auto;
}
#header {
	height: 250px;
	background-color: #FFFFFF;
}
#logo {
	width: 267px;
	height: 209px;
	float: left;
	padding-top: 2px;
}
#banner {
	width: 633px;
	float: right;
	height: 180px;
	padding-top: 10px;
}
#updates {
	text-align: left;
	float: left;
	width: 247px;
	padding-left: 20px;
	/*width: 284px;*/
}
#tag {
	display: block;
	width: 576px;
	float: right;
}
#when {
	text-align:right;
	float: right;
	padding: 10px 40px 0px 0px;
	font-size:20px;
	width: 593px;
}
#footer {
	text-align: center;
	clear: both;
	background-color: #FFC20F;
	line-height: 24px;
	padding-top: 10px;
}
.home_body {
	background-image: url(/static/css/images/rooster_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	float: right;
	padding: 20px 0;
	width: 100%;
	height: 300px;
}
.home_link_left, .home_link_right {
	width: 430px;
	height: 75px;
	line-height: 24px;
	font-family: Georgia;
	font-style: italic;
}
.home_link_left a:link, .home_link_right a:link, .home_link_left a:visited, .home_link_right a:visited, #footer a:link {
	color: #006600;
	text-decoration: none;
}
.home_link_left a:hover, .home_link_right a:hover, #footer a:hover {
	text-decoration: underline;
}
.home_link_left {
	text-align: left;
	float: left;
	padding-left: 20px;
}
.home_link_right {
	text-align: right;
	float: right;
	padding-right: 20px;
}
#nav {
	width: 185px;
	float: left;
	background-color: #3D3509;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
a.menu, a.menu_current {
	display: block;
	text-decoration: none;
	color: #F5F671;
	text-indent: 20px;
	padding: 10px 0;
}
a.menu_current {
	background-color: #FFFFFF;
	color: #006600;
}
a.menu:hover {
	background-color: #AB221F;
}
.content_home, .content {
	float: right;
	text-align: left;
}
.content {
	width: 685px;
	padding: 0 20px 20px 20px;
	float: right;
	letter-spacing: 1px;
	background-color: #FFFFFF;
}
/*.content div {*/
/*	width: 100%;*/
/*}*/
.content img {
	padding: 10px;
}
/*.col_left span, .col_right span {*/
/*	width: 315px;*/
/*}*/
.col_left, .col_right {
	width: 45% !important;
	padding: 0px 15px 15px 15px;
	line-height: 20px;
        display: block;
	text-align: justify;
}
.col_right {
	float: right;
}
.col_left {
        float: left;
}
.col_left h2, .col_right h2 {
	text-align: left;
	line-height: normal;
}
/*Style for the Gallery*/
.nav {
	text-align: right;
        float: right;
}
.blog_nav {
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	line-height: normal;
	padding-right: 0px;
}
a.blog_nav {
        color: #993F17;
}
.album_list {
        float: left;
        padding: 10px;
        width: 100%;
}
.album_cover {
	width: 175px;
	float: left;
}
.album_description {
	width: 65%;
	float: left;
}
.album {
        text-align: center;
        padding: 10px;
	width: 650px;
}
.gallery_image {
	width: 175px;
	height: 175px;
	float: left;
}
