html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
body	{
	margin:0 auto;
	padding:0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	line-height:18px;
	background:#2B447D url(../images/bg.jpg) repeat-x;
	}
#wrapper	{
	width:750px;
	height:auto; 
	margin: 0 auto;
	text-align:left;
	padding-top:15px;
	}
	
* html #wrapper {padding-top:0px;}	
	
#leftnav	{
	background:url(../images/leftbg.jpg) no-repeat;
	width:272px;
	height:347px;
	float:left;
	z-index:1;
	margin-top:-144px;
	}
	
#header	{
	float:right;
	margin-top:3px;
	padding-bottom:15px;
	margin-top:-12px;
	}
	
.logo	{
	z-index:2;
	margin: 28px 0 0 -33px;
	position:absolute;
	width: 355px;
	}

#repeatbg	{
	background:url(../images/bgrepeat.jpg);
	width:750px;
	height:auto;
	}

#content	{ 
    margin: 0 8px 0 0px;
	padding: 0 5px 3px 18px;
	height:auto;
	clear:right;}
	
#nav	{
	margin: 125px 0 0 100px;
	}
.spider {background: url(../images/spiders.png) center top; background-repeat: no-repeat; height: 10px; display:block; text-transform:uppercase; font-size:10px; padding: 40px 0 0 0; text-decoration: none; width: 100px; }
.spider:hover {background-position: center -50px; }
a,
a:link,
a:visited,
a:hover,
a:active	{color:#696969;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

.addpics img, .border	{
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	}

.odd	{background:#fdf8ba;}
.even	{background:#faf7d9;}
hr		{border:1px solid #aba761;padding:0;margin:0;}
.sm10	{font-size:10px;}
.sold	{color:#990000;}

#footer	{
	width: 700px;
	font-size:9px;
	color:#fff;
	margin:0 auto;
	clear:both;
	}
	
#footer a	{
	color:#fff;
	font-size:9px;
	text-decoration:none;
	}


h1.header	{
	font: 21px Georgia, "Times New Roman", Times, serif;
	color: #2B447D;
	line-height:30px;
	}





/******** FORM **********/
form	{
	margin:0;
	padding: 5px;
	float:left;
	width: 275px;
	margin:10px 0 0 60px;
	}	

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
}

br {
	clear: left;
}
fieldset	{
	width:250px;
	border:1px solid #ccc;
	padding: 0 10px;
	background: #F3F77E;
	}
legend	{ 
	color: #1e467e;
	padding:5px;
	font-weight:bold;
	}
#city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
}
#comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}
#submit	{
	width: 80px;
	height:30px;
	background-color:#2b447d;
	color:#fff;
	border:1px solid #fff;
	margin-left:80px;
	}


