html{

	padding: 0px;
	margin: 0px;
}

body {

	padding: 0px;
	margin: 0px;
	background: white url("http://www.mpestateagency.com/images/bg.jpg") top center no-repeat;
}

.temptype
{
	font: .75em arial;
}

/*this div holds the contents of the entire site and set the max width*/
div#container {
	position:relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 769px;
	top: 30px;
}

div#logobackground
{
	float: left;
	width: 460px;
	height: 90px;
	background: url("http://www.mphomefinder.com/images/V2_Logo.gif") left no-repeat;
	border-top: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

div#contactpanel
{
	float: left;
	width: 307px;
	height: 90px;
	border-top: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

div#contactpaneltext
{
	width: 307px;
}
	.contactpaneltext
	{
		color: #707070;
		text-decoration: none;
		font: 1.4em arial;
	}
	.contactpaneltext a
	{
		color: #707070;
		text-decoration: none;
		font: .8em arial;
	}
	.contactpaneltext a:hover
	{
		color: #003333;
		text-decoration: none;
		font: .8em arial;
	}


/*container for the body content columns*/
div#bodycontentcontainer
{
	border-bottom: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	width: 767px;
	height: 585px; /*415px; */
}

/*containers for left and right content*/

div#lefthome
{
	float: left;
	margin: 20px 0px 0px 19px;
	width: 460px;
	height: 20em;

}
div#righthome
{
	text-align: left;
	float: right;
	margin: 30px 0px 0px 19px;
	width: 250px;
	height: 17.5em;
	padding-top: 2.5em;
}


div#leftandright
{
	float: left;
	margin: 0px 0px 0px 19px;
	width: 650px;
}

div#leftandrightadmin
{
	float: left;
	margin: 20px 0px 0px 19px;
	width: 650px;
}

.middlehomeflow
{
	float: left;
	margin: 20px 0px 0px 0px;
	width: 460px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-width: 0px;
	padding: 0px 16px 0px 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #CCCCCC;
	height: 29.5em;
}
	
.middlehomeflow h1
{
	margin-top: 0px;
	font: normal .75em Arial ;
	color: #000;
	text-align: justify;
}





div#righthome /*total now 200px*/
{
	float: left;
	margin: 20px 0px 0px 0px;
	width: 171px;
	padding-left: 19px;
	text-align: left;
}

div#leftcontact
{
	float: left;
	margin: 20px 0px 0px 19px;
	width: 390px;
	
}
div#rightcontact
{
	text-align: right;
	float: right;
	margin: 60px 19px 0px 0px;
	width: 320px;
}

div#centeredimages
{
	width: 767px;
	text-align: center;
}

/*this is the footer div and should stick to the bottom of the page*/
div#footer {

	width: 769px;
	background-color: #9ECD67;
	font: bold .7em arial;
	line-height: 2em;
	height: 2em;
	text-align: left;
	margin-top: 5px;
}
.footertext
{
	float: left;
	margin-left: 18px;
}

.adtext
{
	float: right;
	margin-right: 18px;
	text-decoration: none;
	color: black;
}



div#contactform {
	width: 280px;
	margin: 0px;
	padding: 0px;
}

.small_spacer
{
	height: 2px;
}

.float_clear
{
	clear: both;
}

.contactphotoholder 
{
	width: 240px;
	height: 90px;
	text-align: left;
}

.contactphotoholdersmall
{
	width: 240px;
	height: 40px;
	text-align: left;
}

.contactphoto
{
	float: left;
	width: 50px;
	height: 53px;
}

.contactphototext
{
	float: left;
	display: block;
	font: .9em Arial;
	width: 150px;
	height: 53px;
	line-height: 1em;
	margin-top: 1em;
}

.contactphototext a
{
	color: #707070;
}