body {	
	margin: 0px;
	padding: 0px;	
   
	}
	
#frame {
    position: relative;
    width:700px;    
    left: 30px;
    margin-top:0px;
    padding:0px;
    border-right: 4px solid #000;     
    border-left: 4px solid #000; 
    text-align:left;
    background: #866F57;
    /*    background:#C7C4B8; */
    background-image: url(images/bg_state.gif);
    background-position: top left;
    background-repeat: no-repeat;
    }

#siteheader {    
    background:#000;
    padding: 0px;
    margin: 0px;
    
    }
		
#nav {   	
    margin-top: 35px;
    margin-left:10px;
	width:180px;
	padding:0px;
	float:left;
	background:transparent;
	}
	
#main {	
	margin-top: 20px;
	width:430px;
	padding:0px;
	float:left;
	background:transparent;
	}
 
 #main h1 {
     font-size:16px;
     color: #fff;
     padding-bottom: 5px;
     border-bottom: 1px solid #533C24;
 }
 
 #contact {
    text-align:center; 
 }

 #contact a {     
    color:#fff; 
 }

.mainleft {
	width:278px;
	padding:0px;
	float:left;
	background:#A29D88;
	}

.mainright {
	width:278px;
	padding:0px;
	float:left;
	background:#A29D88;
	}
	
.row {
  float: left;  
  padding-top: 7px;
  width:450px;
  clear: both;
  }

.label {
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 5px;
  }
 
.formelement {
  float: right;
  width: 345px;
  text-align: left;    
  } 
 
.navblock {
padding:2px;
border-top: 1px #000 solid;
width:100%;
}

.navblock a {
    display: block;
}
 
div .navblock a:hover {
    color: #fff; 
    background: #866F57;
    border-right: 3px #000 solid;
}
 
.underline {
	text-decoration: underline;
}
