body {
background-color: #ceebf1;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#ffffff;
padding:0px;
margin:0px;
}
a {color: #177187;}
a:visited {color:#177187;}
a:hover {color: #0c414e;}
a:active { color:#177187;}

h1 {
font-size: 11px;
text-transform:uppercase;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
padding: 5px 10px;
margin:0px;}


/* ----------container to center the layout-------------- */
#container {
background:url(images/shadow.jpg) top center repeat-x;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
overflow:auto;
}

/* ----------banner for logo-------------- */
#banner {
	background:url(images/header.jpg) top center repeat-x;
text-align: center;
padding: 0px;
margin: 0px;
height:250px;
}


/* -----------------content--------------------- */
#content {
background:url(images/body.jpg) top center no-repeat;
background-color:#FFF;
padding: 0px;
margin: 0px auto;
width: 900px;
}
#content h3 {
padding: 10px 50px 10px 50px;
margin:0px;
color:#333;
line-height:20px;
}
div#content { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

p {
padding: 0px 10px;
margin:0px;
}

/* --------------left navi------------- */
#office {
	background:url(images/office.jpg) top center no-repeat;
float: left;
width: 261px;
height:480px;
margin: 0px 0px 20px 50px;
padding: 0px;
}
#office p {
padding: 0px ;
margin:0px 15px 0px 15px;
line-height:13px;
}

#residential {
		background:url(images/residential.jpg) top center no-repeat;
float: left;
width: 261px;
height:480px;
margin: 0px 0px 0px 10px;
padding: 0px;
}
#residential p {
padding: 0px ;
margin:0px 15px 0px 15px;
line-height:13px;
}
#storage {
		background:url(images/storage.jpg) top center no-repeat;
float: left;
width: 261px;
height:480px;
margin: 0px 0px 0px 10px;
padding: 0px;
}
#storage p {
padding: 0px ;
margin:0px 10px 0px 10px;
line-height:12px;
}
/* -----------footer--------------------------- */
#footer {
background:url(images/footer.jpg) top center repeat-x;
clear: both;
margin: 0px;
padding: 0px;
height:138px;
text-align: center;
color:#177187;
line-height:18px;}
