body {
	background-color: #c3cea9;
	margin-top: 0px;
	font-size:12px;
	font-family: bedrock, arial, "lucida console", sans-serif
}

#footertxt {
	margin-top: 10px;
}

.flinks { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: black}
.flinks:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF8B22; text-decoration: none}

.main_menurow {
	background-color: #f2eedd;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

.main_content_box{
	padding:5px 1px 5px 1px;
}

.main_content_inner{
	height:100%;
	width:auto;
	background: #d4d0be;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:15px;
	padding-top:15px;
	font-weight: bold;
	color: #444a38;
	/*margin:10px 5px 15px 20px;*/
}

/*image gallery*/
.photo_gallery{
  height:100%;
	text-align: center;
	height: 375px;

	overflow: auto;
}

img.framed {
    border: 1px solid #4C3C1B;
    padding: 3px;
    width: 156px;
    background-color: #fcffea;
}

.questions{
	width: 80px;
	height: 25px;
	background: black;
	float: right;
	color: #FFFFFF;
  
}

/* Plans */

.plan-title {
	font-size: 20px;
	padding-top: 13px;
	font-weight: normal;
	padding-bottom: 10px;
}
