html *{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
body{
	background-color: #dbdace;
}
h1, h2, h3{
	color: #48433d;	
	padding: 10px 0;
	font-size: 1.1em;
}
h1{
	color: #48433d;	
	padding: 10px 0;
	font-size: 1.5em;
}
a:{
	color: #f8bb7a;	
}
#head_wrap{
	width: 100%;
	height: 136px;	
	background-color: #838886;
}
#head_banner{
	width: 960px;
	margin: 0 auto;	
	background-image: url(../images/blueprint_house.jpg);
	background-repeat: no-repeat;
	background-position: right ;
}
#nav_wrap{
	width: 100%;
	height: 40px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	padding: 12px 0;
}
#nav{
	width: 960px;
	margin: 0 auto;
}
#content{
	width: 940px;
	margin: 0 auto;	
	min-height: 480px;
	padding: 10px 10px;
}
#footer{
	clear: both;
	width: 100%;
	height: 65px;
	background-image: url(../images/footer_bg.gif);
	bacground-repeat: repeat-x;	
	margin-bottom: 40px;
	font-size: 11px;
}
#footer_content{
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
	color: white;
}
#footer_content a{
	color: #fffffd;
	text-decoration: none;	
}
.float_l{
	float: left;	
}
.float_r{
	float: right;	
}
.logo{
	margin: 15px;	
}
#nav ul{
	margin-top: 5px;	
}
#nav ul li{
	display: inline;	
}
#nav ul li a{
	padding: 20px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;	
}
#nav ul li a:hover{
	color: #f8bb7a;
}
#home_content{
	width: 340px;
	min-height: 300px;	
	margin-top: 60px;
	margin-right: 60px;
	line-height: 24px;
}

#commercial_content{
	width: 450px;
	min-height: 300px;	
	margin-top: 50px;
	margin-right: 60px;
	line-height: 24px;
}
#home_slide img{
	margin-left: 20px;
	margin-top: 80px;
	border: 15px solid #fff;
	min-width: 300px;
	min-height: 220px;
}
#gallery{
	margin: 0 auto;	
	text-align: center;	
	margin-left: 80px;
}
#gallery object{
	margin: 0 auto;	
}
#contact_form{
	text-align: right;
	margin-left: 100px;
	margin-top: 30px;
	width: 400px;	
	line-height: 1.4em;
}
#contact_form input{
	padding: 5px 3px;
	margin: 3px 0;
}
#contact_form textarea{
	width: 96%;
	min-height: 300px;	
}
#contact_info{
	min-width: 300px;
	min-height: 300px;
	margin-left: 20px;	
	margin-top: 40px;
}
#message{
	font-weight: bold;
	text-align: center;
}
#message p.error{
	border: 1px solid #aaa;
	background-color: #FCC;
	font-size: .8em;
}
#message p.success{
	border: 1px solid #aaa;
	background-color: #838886;
	font-size: .8em;
}
#left_imgs img {
	padding: 10px 0;	
}
form .submit{
	background-image: url('../images/btn_submit.jpg');	
	width: 135px;
	height: 39px;
	border: none;
	margin: 20px;
	cursor: pointer;
}
.block{
	display: block;
	width: 100%;	
	text-align: left;
}
img{
	border: none;	
}