body {
	background: url(images/background.png) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #543616;
	background-color: #E9DBBC;
}
h1, h2 {
	color: #39250F;
}
h1 {
	letter-spacing: -1px;
	font-size: 28px;
	padding-top: 15px;
	margin: 1em 0;
}
h2 {
	font-size: 20px;
	margin: 1em 0;
	bottom: -5px;
	position: relative;
}
p {
	margin: 1em 0;
}

blockquote {
	font-style: italic;
	border: 1px solid;
	margin: -10px 0 0 0;
	padding: 0px 10px;
	font-size: 14px;
	color: #39250F;
	border-color: #817856;
	background: #ECDAAA url(images/blockbg.png) repeat-x bottom left;
	background-color: #ECDAAA;
}
ul {
	list-style-type: none;
	padding: 8px 0 10px 10px;
	margin: -3px;
}
li {
	background-image: url('images/img03.jpg');
	background-repeat: no-repeat;
	background-position: -1px 1px;
	padding-left: 19px;
}
a {
	color: #820000;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
img.under {
	position: relative;
	top: -9px;
	vertical-align: bottom;


}
img.top {
	margin: 0;
}
img.left {
	float: left;
	margin: 0 10px 0 0;
	border: none;
}
img.right {
	float: right;
	margin: 10px 0 0 10px;
	border: none;
}
#header {
	margin: 0 auto;
	width: 920px;
	height: 140px;
	background: url(images/GClogo.png) no-repeat left top;
	padding: 0px;
}
/* Menu */

#menu {
	height: 50px;
	margin: 0 auto;
	width: 550px;
}
#menu ul {
	padding: 0;
	margin: 0;
}
#menu li {
	display: inline;
	padding-left: 0px;
}
#menu a {
	display: block;
	padding: 4px 0px 0px 15px;
	text-decoration: none;
	font-size: 1.6em;
	color: #FFFFFF;
	float: left;
}
#menu a:hover {
	color: #FFE16B;
}
#menu .current_page_item a {
	color: #FFE16B;
}
/* Page */

#page {
	width: 840px;
	margin: 0 auto;
}
#left {
	float: left;
	width: 598px;
	padding: 0px 15px 0px 13px;
	line-height: 18px;
	font-size: 14px;
	text-align: justify;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	min-height: 656px;
	background: #F5E7AC url(images/pagebg.png) repeat-x bottom left;
}

#left-small {
	float: left;
	width: 598px;
	padding: 0px 15px 0px 13px;
	line-height: 18px;
	font-size: 12px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	min-height: 656px;
	background: #F5E7AC url(images/pagebg.png) repeat-x bottom left;
}
#left-small p {
	line-height: 16px;
}
#left-side1 {
	float: left;
	width: 285px;
	padding:0px 15px 0px 13px;
	line-height: 18px;
	font-size: 15px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	min-height: 656px;
	background: #F5E7AC url(images/pagebg.png) repeat-x bottom left;
}
#left-side2 {
	float: left;
	width: 285px;
	padding: 0px 15px 0px 13px;
	line-height: 18px;
	font-size: 15px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	min-height: 656px;
	background: #F5E7AC url(images/pagebg.png) repeat-x bottom left;
}
#right {
	float: right;
	width: 187px;
	padding: 15px 12px 10px 12px;
	line-height: 15px;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	border-right: 1px solid;
	border-bottom: 1px solid;
	min-height: 631px;
	background: #F5E7AC url(images/pagebg.png) repeat-x bottom left;
}
.post .title {
	margin: 0;
}
.post .meta {
	margin: 0;
	padding-bottom: 6px;
	padding-top: 5px;
	line-height: normal;
	font-size: 14px;
	color: #997C39;
}
.post .entry {
	margin-bottom: 25px;
	padding-bottom: 0px;
}
/* Footer */

#footer {
	width: 840px;
	margin: 0 auto;
}
#footer p{
	float: left;
	font-size:12px;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
}

