html {
	margin: 0px;
	padding: 0px;
	}
body {
	background: #fff url(../images/whitewall.jpg) repeat; background-attachment: fixed;
}
#head {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 100%;
	background: #fff url(../images/house.jpg) no-repeat center right; 
	margin: 0px; 
	padding: 0px 0px 0px 3px;
	border-bottom: 1px solid #999;
	z-index: 3;
	}
html>body #menu {
	padding: 17px 0px 0px 3px;
	z-index: 4;
}	
#menu {
	padding: 1px 0px 0px 3px;
	z-index: 4;
}		
#main{
	position: absolute;
	top: 218px;
	left: 0px;
	width: 100%;
	padding: 5px 30px 20px 30px;
	}
html>body #main{
	position: absolute;
	top: 202px;
	left: 0px;
	width: 100%;
	padding: 0px 30px 20px 30px;
	}
#footer {
	padding: 20px 20px 5px 5px;
	text-align: center;
	font-size: 11px;
	z-index: 5;
	}
	
address{ 
	font-size: 12px;
	font-weight: bold;
	color: #003C77;
	margin-left: 105px;
	}
h1 {
	font-size: 20px;
	color: #003C77;
}

h2 {
	font-size: 16px;
	color: #003C77;
}
h3 {
	font-size: 13px;
	color: #003C77;
}

a,a:active,a:visited {
      color: #00f;
      text-decoration: none;
}
a:hover {
      text-decoration: underline;
      color: red;
}
ol, ul {
	padding-left: 40px;
}
.centa{
text-align: center;
}
.centa1{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003C77;
	text-align: left;
	margin: 5px 10px 0px 80px;
	}
.blu
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003C77;	
 }
.pnk {
	color: #909;
}	 
img.hed{
	border: none;
	float: left;
	margin: 0px 30px 0px 0px; 
	}
img.bod{
	border: none;
	float: left;
	margin: 0px 5px 0px 5px; 
	}	
.menu{padding-top: 10px;
}
hr {
	width: 100%;
	color: #003C77;
}
	
	
