/* Layout */
* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background: #ECE6D6;
	background-image:url(../img/bg2.jpg);
	background-repeat: repeat-x;
	text-align: center; /*IE 5*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	color: #484848;
	}

#wrap {
	width: 100%;
	height: 100%;
	}

#container {
	width: 777px;
	margin: 0 auto;
	}
	
#header {
	padding: 0 0px;
	width: 777px;
	height: 161px;
	}
	
#menu #nav li {
	display: inline;
	margin: 0px; 
	padding: 0px;
	list-style: none;
	}

#spacer {
	width: 777px;
	}
	
#main {
	width: 777px;
	background-color: none;
	background-image: url(../img/site_bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	overflow:auto;
	}

	#sub_nav {
	width: 170px;
	float: left;
	text-align:left;
	}
	
	#main_content {
	width: 500px;
	float: left;
	text-align:left;
	padding-top: 35px;
	padding-left: 47px;
	}
	
	* html #main_content {
	padding-left: 35px;
	}
	
#footer {
	clear: both;
	width: 777px;
	height: 22px;
	background-color: white;
	background-image: url(../img/site_bg_foot.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:right;
	}
		
	#footer #footer_txt {
		color: #CACACA;
		font-size:10px;
		padding-top: 3px;
		padding-right: 28px;
		}
		
	#footer a {
		color: #CACACA;
		text-decoration:none;
		}
		
	#footer a:hover{
		font-size:10px;
		color: #BC2A34;
		text-decoration:underline;
		}
		
/*legends*/

form legend {
	color: #BC2A34;
	}
	
/* Staff 
---------*/

#staff dl {
clear: both;
margin-bottom: 10px;
padding-bottom: 10px;
}

#staff dl dt.photo {
float: left;
margin-right: 15px;
}

#staff dl dd.position {
margin-bottom: 5px;
}

#staff dl dd.contact {
margin-bottom: 5px;
}

.staffbkimg {
background-image:url(http://www.mayfieldrealestate.com.au/img/staffbkimg01.gif);
background-repeat:no-repeat;
background-position:top right;
width:92px;
height:112px;
float:right; 
padding-top: 3px;
padding-right: 4px;
}

.staffbkimg2 {
background-image:url(http://www.mayfieldrealestate.com.au/img/staffbkimg02.gif);
background-repeat:no-repeat;
background-position:top right;
width:225px;
height:270px;
float:right; 
padding: 8px;
}
	
/*staff member bottom border*/
#staff dl {
	border-bottom: 1px solid #FFF;
	}
/*staff name*/
#staff dl dt.name {
	font-weight: bold;
	font-size: 1.2em;
	color:#5F1917;
	}
/*staff position*/
#staff dl dd.position {
	font-weight: bold;
	}
/*staff contact*/
#staff dl dd.contact {
	font-weight: bold;
	}
	
form legend {
	margin: 0 0 0 0; padding: 0 10px 0 10px;
	font-size: 12px; font-weight: bold;
	color: #5F1917;
	}




	

	
	
	
	