body {
	background-color: #b3c458;
	padding: 0px;
	margin: 0px;
	color: #794937;
	font-family: Georgia, Times New Roman, Times, serif;
	width: 100%;
	text-align: center;
}

#header {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	height: 166px;
	position: relative;
}

#header-l {
	position: absolute;
	top: 0px;
	left: 0px;
}
#header-r {
	position: absolute;
	top: 112px;
	right: 0px;
	width: 580px;
	font-variant: small-caps;
	text-align: center;
}

#theheadquote {
	position: absolute;
	bottom: 60px;
	right: 0px;
	width: 580px;
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
}

.content, .content-bg {
	padding: 10px;
}

.eightsixty {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.content-bg {
	background-image: url('background.png');
}

#imagerotate {
	text-align: center;
}

h1, h2 {
	margin-bottom: 10px;
	margin-top: 0px;
	color: #879a21;
	font-variant: small-caps;
}

.cenbold {
	text-align: center;
	font-weight: bold;
}

#blogandtweet {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	text-align: center;
}

#blogandtweet tr {
	width: 100%;
	border: 0;
	text-align: center;
}

#blogandtweet td {
	width: 400px;
	border: 0;
	text-align: center;
	vertical-align: top;
}

#blogandtweet td .twtr-widget {
	margin-left: 16px;
	margin-top: -6px;
}

#blogandtweet ul {
	list-style: none;
}

#blogandtweet li {
	margin-top: 6px;
	list-style: none;
}

a:link, a:visited { color: #95644B; }
a:hover, a:active { color: #BF9484; }

#foot {
	margin-bottom: 20px;
	font-size: 0.8em;
	height: 140px;
	width: 880px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#foot-l {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#foot-m {
	width: 800px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -400px;
}

#foot-r {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.leftjust {
	text-align: left;
}

hr {
	color: #b3c458;
	background-color: #b3c458;
	border: 0;
	height: 2px;
}

.post {
	text-align: left;
}

.mainh1 {
	margin-top: 20px;
	text-align: center;
}

#formBuilderCSSIDContact {
	margin-top: -150px;
	min-height: 164px;
}

#sidebar {
	float: right;
	background-color: #b3c458;
	text-align: left;
	font-size: 0.75em;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sidebar ul {
	margin-left: -24px;
	padding-right: 5px;
	list-style: none;
}


#sidebar h2 {
	margin-top: 10px;
	color: #794937;
}

.piccaption {
	float: left; 
	background-color: #000;
	padding: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

h4 {
	color: #B5C25F;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	height: 23px;
	margin-bottom: 2px;
	margin-top: -6px;
}

h3 {
	color: #EB7F8F;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: -6px;
}

/* Easy Slider */

	#slider { margin: 0 auto; }	
	#slider ul, #slider li{
		margin: 0 auto;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:800px;
		height:364px;
		overflow:hidden; 
		}	
												

/* // Easy Slider */

.workaround {
	margin-top: 0;
	padding: 0;
}

.gallery { margin: auto; }
.gallery .gallery-item { float: left; margin-top: 10px; text-align: center; }
.gallery img { border: 2px solid #cfcfcf; }
.gallery .gallery-caption { margin-left: 0; }

.centered { margin: 0 auto 12px; text-align: center; }
.centered iframe { margin: 12px auto; text-align: center; }
