body {
	background: #ffffff url(../images/mainback_rpt.gif) repeat-x;
}
.innercontent {
	min-height: 500px;
	width: 930px;
	clear: both;
	overflow-y: hidden;
	float: left;
	padding: 25px 25px 40px;	
}

.innertwobox {
	min-height: 100%;
	width: 980px;
	clear: both;
	overflow-y: hidden;
	float: left;
	padding-top: 25px;
	padding-bottom: 40px;
	background: url(../images/inner1_rpt.gif) repeat-y;
}
.innerleftbox {
	float: left;
	width: 640px;
	padding-right: 40px;
	padding-left: 25px;
}
.innerrightbox {
	width: 225px;
	margin-left: 705px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 15px;
	line-height: 24px;
	color: #333333;
}
.innerrightbox p {
	font-size: 15px;
	line-height: 24px;
	color: #333333;
}

.innerrightbox a:link, .innerrightbox a:visited, .innerrightbox a:hover, .innerrightbox a:active, .innerrightbox a:focus {
	font-size: 15px;
	color: #497878;
	text-decoration: underline;
}

.photo {
	height: 89px;
	width: 519px;
	float: left;
	padding-top: 211px;
	padding-left: 461px;
	background: url(../images/mainphoto.gif) no-repeat;
}

.twobox {
	min-height: 100%;
	width: 980px;
	clear: both;
	overflow-y: hidden;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.leftbox {
	float: left;
	width: 545px;
	padding-right: 40px;
	padding-left: 25px;
}
.rightbox {
	width: 355px;
	margin-left: 610px;
	padding-right: 15px;
	font-size: 15px;
	line-height: 18px;
	color: #333333;
}
.rightbox p {
	font-size: 15px;
	line-height: 18px;
	color: #333333;
}

.rightbox a:link, .rightbox a:visited, .rightbox a:hover, .rightbox a:active, .rightbox a:focus {
	font-size: 14px;
	line-height: 24px;
	color: #497878;
	text-decoration: underline;
}

/* 3 column css */
/* 3 column css */

.outercontthree {
	width: 100%;
	height: 100px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden;
	background: #645f5a;
}

.containerthree {
	width: 980px;
	height:100px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden;
}

#threeboxmember {
	float: left;
	width: 980px;
	margin: 0 auto;
	height: 86px;
	padding-top: 34px;
	background: url(../images/memberbox_back.gif) no-repeat;
	font-size: 17px;
	line-height: 24px;
	font-family: 'Lora', serif, Georgia;
	color: #FFFFFF;
}
#threeboxmember p {
	font-size: 17px;
	line-height: 24px;
	font-family: 'Lora', serif, Georgia;
	color: #FFFFFF;
}

#memberlist1 {
	float: left;
	width: 327px;
	padding-left: 218px;
}

#memberlist2 {
	float: left;
	width: 338px;
}

#memberlink {
    float: left;
    width: 97px;
}

#footer {
    clear: both;
} /* always make sure to clear out divs after this */
/* end 3 column css */