body { 
	margin:0px;
	background-color:#94ac55;
	font-family:'Lucida Sans','Gill Sans MT','Tw Cen MT',verdana, arial;
	font-size:13px;
	color:#000;
	background-image:url("../images/site_background.jpg");
	background-attachment:fixed;
	background-position:0 -100px;
	background-repeat:repeat-x;
	}
	
div#greyout {
	display:none;
	position:absolute;
	background-color:#000;
	z-index:10;
	filter: Alpha(Opacity=85);
	-moz-opacity:0.85;
	}
	
p,h3,h2,h4 {
	margin-top:0px;
	margin-bottom:10px;
	}
	
a {
	color:#fff;
	}
	
.clear {
	clear:both;
	}
	
div#outerdiv {
	position:absolute;
	width:751px;
	height:auto;
	left:50%;
	margin-left:-375px;
	z-index:1;
	background-color:transparent;
	}
	
div#spacer_top {
	position:relative;
	width:100%;
	height:40px;
	}
	
div#one {
	position:relative;
	left:0px;
	width:751px;
	height:325px;
	background-color:transparent;
}

	img#logo {
		position:absolute;
		z-index:4;
		no-width:248px;
		no-height:71px;
		left:50px;
		top:-30px;
		border-width:7px;
		border-style:solid;
		border-color:#000;
	}
	
	div#phone {
		position:absolute;
		z-index:4;
		right:0px;
		overflow:visible;
		top:-23px;
		}
		
	div#phone span {
		color:#fff;
		font-size:18px;
		font-weight:bold;
		}
	
	div#photo_frame {
		position:absolute;
		z-index:3;
		width:751px;
		height:315px;
		background-color:transparent;
		}
		
	div#photo_front {
		position:absolute;
		z-index:2;
		left:5px;
		top:4px;
		width:740px;
		height:304px;
		background-color:transparent;
		}
		
	div#photo_shadow {
		position:absolute;
		z-index:1;
		width:841px;
		height:35px;
		left:-75px;
		top:297px;
		}
	
div#two {
	position:relative;
	width:751px;
	height:249px;
	float:right;
}
		
	div#two_left {
		position:relative;
		width:215px;
		height:auto;
		float:left;
		}
		
/* INSIDE SIDE NAVIGATION */
div.sidenav_inside {
	position:relative;
	height:29px;
	width:215px;
	}
	
div.sidenav_inside_div {
	position:absolute;
	height:29px;
	width:215px;
	left:0px;
	top:0px;
	z-index:3;
	background-color:transparent;
	}
	
div.sidenav_inside:hover  {
	background-image:url('../images/auction_tree_nav.png');
	cursor:pointer;
	}

div.sidenav_inside span {
	position:absolute;
	float:right;
	top:5px;
	right:10px;
	font-family:rockwell,georgia;
	font-size:15px;
	color:#01512a;
	z-index:5;
	text-decoration:none;
	cursor:pointer;
}

a.a_nav {
	color:#01512a;
	text-decoration:none;
	cursor:pointer;
}
/* INSIDE SIDE NAVIGATION */

	div#two_main {
		position:relative;
		width:535px;
		height:249px;
		float:right;
		border-left-width:1px;
		border-left-style:solid;
		border-left-color:#fff;
		}
	
	div#main_background {
		position:absolute;
		width:530px;
		height:249px;
		left:5px;
		top:0px;
		overflow:hidden;
		}
		
	div#main_content {
		position:relative;
		width:504px;
		height:229px;
		left:15px;
		top:10px;
		color:#fff;
		line-height:150%;
		overflow:auto;
		padding-right:7px;
		}
	

div#three {
	clear:both;
	position:relative;
	width:751px;
	height:30px;
	top:15px;
}

span#footer_left {
	font-size:10px;
	position:relative;
	float:left;
	left:3px;
	}
	
span.extra_links {
	float:left;
	position:relative;
	left:5px;
	top:5px;
	color:#fff;
	}
	
span.extra_links a {
	color:#fff;
	text-decoration:none;
	}
	
	
span#footer_right{
	color:#fff;
	font-size:12px;
	position:relative;
	float:right;
	right:3px;
	}