/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#F0EFDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width:740px;
	color: #006600;
}

.side {
	color: #7D6F57;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.smallside {
	color: #7D6F57;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.heading {
	color: #7D6F57;
	font-weight: bold;
}
.headingGreen {
	color: #006600;
	font-weight: bold;
}
.tan {color:#be8a3d;}
.lightbrown {color:#996f31;}
.darkbrown {color:#735425;}
.blue {color:#57878c;}
.lightgray {color:#bfbfbf;}
.darkgray {color:#404040;}
.black {color:#000000;}
.white {color:#f2f2f2;}

.smalltext {font-size:11px;}
.smallertext {font-size:10px;}
.tinytext {font-size:9px;}

a {
	color: #006600;
}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #009900;
}
a:active {
	color: #006600;
}
.inputf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A424E;
	background-color: #FFFFFF;
	border: 1px solid #2A424E;
}
.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A424E;
	background-color: #FFFFFF;
	border: 1px solid #2A424E;
}


/* DIV IDS */
#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 740px;
	text-align: left;
	background-color:#FFFFFF;
	border: 1px solid #006600;
	min-height:100%;
	margin-bottom:-130px;
	height:auto;
	z-index: 0;
	background-image: url(images/bg_main.gif);
}

#containerIndex {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 740px;
	text-align: left;
	background-color:#FFFFFF;
	border: 1px solid #006600;
	min-height:100%;
	margin-bottom:-130px;
	height:auto;
	z-index: 0;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(images/bg_home.gif);
	
}
/* * html #container{height:100%;	background: url(images/bg_main.gif); 
}*/
#header {
	width:740px;
	height:65px;
	margin-bottom:1px;
	background-color: #1C4D38;
}
/** html #header {
	width:740px;
	background-color: #1C4D38;
}*/
#menu {  
width:740px; 
height:24px;
}

#forSale {
	width:140px;
	height:205px;
	float: right;
	margin-top:8px;
}
.register {
	margin:0;
	border:1;
	padding:5px;
	background-color:#A6C789;
	width:123px;
	border-color: #498472;
	text-align: left;
}

#title {
width:585px;
height:94px;
padding-left: 1px;
}
* html #title {padding-left: 1px;} 

#content {
	padding-left:43px;
	width:510px;
	border: 1px none #000000;
	min-height:100%;
}

* html #content {width:510px; height: 100%}
#contentindex {
	padding-left:43px;
	width:510px;
	border: 1px none #000000;
	min-height:100%;
}

* html #contentindex {width:510px; height: 100%}
ul {
border:0; padding:0; margin:0;
}
ul li {
	padding:0px 30px 20px;
	text-decoration:none;
	background:#FFFFFF url(images/bullet.gif) no-repeat 0px top;
	position:relative;
	list-style-type: none;
}
* html ul li{height:1%; margin-right: 20px; padding: -10px 30px 20px;}/* for ie5 */

.clear {
	font-size: 1px;
	clear: both;
}
.formtext {
 	float: left;
 	margin:0; padding:0; border:0;
 	width:110px;
 	position:relative;
}
.formelement {
 	border:0; margin:0; padding:0;
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 122px;
}
.super {
	vertical-align: top;
		font-size: 8px;
}
.fontlarger {
 font-size:120%;
 }
.fontsmaller {
 font-size:80%;
 }
.sub {font-size: 8px}
.rightfloat {
	text-align: right;
	border: 1px solid #EFEFEF;
	height:20px;
	padding:3px;
	padding-bottom:0;
}
.space_diff{
	width: 50px;
	height: 10px;
}
* html .space_diff{
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
}
