* html{}

body{
 margin:0 auto;
 padding:0;
 background-color:white;
}

#wrapper{
 margin:0 auto;
 padding:0;
 width:1024px;
 height:100%;
 background-color:white;
 /*border-left:3px double #333;
 border-right:3px double #333;*/
}

.head{
 background-image:url("../images/construction-mart_head.jpg");
 background-position:top;
 background-repeat:no-repeat;
 height:295px;
}

.data{
 background-color:orange;
 height:500px;
 border:3px double #333;
}
.data h1{
 width:489px;
 margin:15px 0 0 400px;
 font-size:35px;
 color:red;
 text-align:center;
}
.data h2{
 clear:both;
 background-color:green;
 margin:15px 35px 0 35px;
 font-size:15px;
 color:white;
 text-align:center;
}
.data h3{
 background-color:green;
 width:150px;
 margin:0 0 0 150px;
 font-size:30px;
 color:white;
 text-align:center;
 border:1px solid #aaa;
}
.data span, .data label, .data p {
 margin: 10px 10px 10px 150px;
 color:black;
}
.data table{
 margin-bottom:10px;
 font-size:15px;
}
.data table h4{
 margin:5px;
 font-size:17px;
 color:blue;
}
.data table label{
 margin-left:20px;
}
.bottom{
 background-image:url("../images/construction-mart_bottom.jpg");
 background-position:top;
 background-repeat:no-repeat;
 height:59px;
}

.footer{
 margin-top:30px;
 font-size:11px;
 text-align:right;
 color:#666;
}
