body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9C5F06;
}
.style1 {
	color: #5e5f56;
	font-size: 12px;
	font-family: arial;
}
.style2 {
	color: #694714;
	font-size: 18px;
	font-family: arial;
}

h1 {
	color: #694714;
	font-size: 18px;
	font-family: arial;
}

h2 {
	color: #694714;
	font-size: 14px;
	font-family: arial;
	margin-bottom: 5px;
}

.style3 {color: #FF0000}

.style5 {color: #FF0000; font-size: 16px; }

a {
color:#9C5F06;

}

a img {
	text-decoration: none;
	border: 0 none;
	}

.footer {
	color: #ffffff;
	font-size: 10px;
	font-family: arial;
}
.footer a{
	color: #ffffff;
	font-size: 10px;
	font-family: arial;
}
.navfooter a{
	color: #fce55d;
	font-size: 10px;
	font-family: arial;
	text-decoration: none;
}
.navfooter a:hover{
	color: #ffffff;
	text-decoration: none;
}


/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1

position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0px solid black;
margin: 5px 0px 5px 5px;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px ;
}




/* nav on property page\*/

.navcss {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5;
	padding: 0;
	width: 205px; /* width of menu */
	height:20px;
}
.navcss li {
	border-bottom: 1px solid black; /* white border beneath each menu item */
}


.navcss li a {
	background:  url(images/sa_1.jpg) repeat-x center left; /*color of menu by default*/
	font:  15px "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: white;
	width: auto;

	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	border-bottom: 0px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}
.navcss li a:visited, .navcss li a:active {
	color: white;

}
.navcss li a:hover {
	background: url(images/sa_5.jpg); /*color of menu onMouseover*/
	color: black;
	font:  15px "Lucida Grande", "Trebuchet MS", Verdana;
	border-bottom: 0px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}
<!--[if IE]>

.navcss li a{ /* Menu link width value for IE */
width: 100%;
}
/* End Nav on home page\*/


/* start contact form\*/
#hefs  {
color: #5e5f56;
	font-size: 12px;
	font-family: arial;
}
 #hefs label {
    width: 180px;
    text-align: left;
    display: inline-block;
	color: #5e5f56;
	font-size: 12px;
	font-family: arial;
    }

    #hefs text {
    margin: -3em 0 0 10px;
	
}
    

    #hefs .submit {
    margin-left: 0px;
    }

    #hefs .acknowledge {
    margin-left: 220px;
    font-size: small;
    }

    #hefs .acknowledge a {
    color: #333;
    }

    #hefs .acknowledge a:hover {
    color: #906;
    }
	/* End contact form\*/
