body {
	background-image: url(bkgnd_top_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #334A0D;
	margin: 0px;
	padding: 0px;
}
.clear_both {
	clear: both;
	display: block;
}
.clear_both:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#footer {
	height: 72px;
	width: 790px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 200px;
	text-align: center;
	color: #FFFFE6;
}



#container {
	width: 790px;
	background-image: url(bkgnd_container.png);
	top: 0px;
	left: 50%;
	margin-left: -395px;
	position: absolute;
}
#container_inner {
	background-image: url(bkgnd_container_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 398px;
	width: 790px;
}
#left_column {
	width: 160px;
	margin-top: 240px;
	margin-left: 23px;
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFE6;
}
#right_column {
	float: right;
	display: inline;
	width: 498px;
	margin-top: 200px;
	margin-right: 65px;
	text-align: justify;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
#right_column a {
	color: #3C5610;
}

#right_column p {
	font-size: 12px;
	line-height: 175%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
#right_column h1 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	font-weight: bold;
}
#right_column h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	font-weight: bold;
}
#left_column h2 {
	font-size: 16px;
	line-height: 16px;
}
#left_column h1 {
	font-size: 18px;
	margin-bottom: 18px;
	margin-top: 0px;
}
#left_column a {
	color: #FFFFE5;
}
#left_column a:visited {

	color: #FFFFE5;
}
.exerpt_right {
	float: right;
	width: 225px;
	font-size: 19px;
	font-weight: bold;
	line-height: 26px;
	margin-left: 24px;
	margin-bottom: 0px;
	text-align: left;
	text-transform: capitalize;
	font-style: italic;
	color: #334A0D;
	margin-top: 0px;
}
#right_column a:visited {

	color: #3C5610;
}
#mini_bio {
	font-size: 10px;
	font-style: italic;
	margin-top: 60px;
	margin-right: 30px;
	margin-left: 30px;
}
