<!--
     Body {
       background: #990000;
       margin: 0;
       text-align: center;
    }
    #Container {

       width: 815px;
	   margin: 0 auto;
       text-align: left;
       background: #ccc;
	   border-right: 3px solid #fff;
       border-left: 3px solid #fff;
	   border-top: 3px solid #fff;
	   border-bottom: 3px solid #fff;
    }
/*	#Left {
		margin-top: 0px;
		margin-left: 0px;
		width: 100px;
		height: 100px;
		text-align: left;
		}
	#Right {
		margin-top: -100px;
		margin-left: 670px;
		width: 100px;
		height: 100px;
		text-align: left;
		background: #ff0000;
} 
*/
#Top {
          margin-left: 6.5px;
	width: 800px;
	height: 175px;
	background-image: url(images/asihouses.jpg);
	background-repeat: no-repeat;
	z-index: 3;
	}
		#Center {
		margin-top: 0px;
		margin-left: 228px;
		width: 369px;
		height: 100px;
		text-align: left;
		background-image: url(images/logo.JPG)
}
#Credit {
margin: 0 auto;
width: 325px;
height: 75px;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #fff;

}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	color: #000;
}
a:visited {
	color: #333;
}
a:active {
	color: #7A7A7A;
}
#ServiceSection {
text-decoration: underline;
font-weight: bold;
}
#BText {
font-weight: bold;
}
#UText {
text-decoration: underline;
}
#IText {
font-style: italic
}
-->