/* css for D&M Quality Homes */
/* Blue Aeon  */

body {
background-color: #000000;
font-size: 12px;
font-family: Tahoma;
color:#ffffff;
padding:0px;
margin:0px;
}
a {color:#DE2953; text-decoration: none;}
a:visited {color:#F8586D; text-decoration: none;}
a:hover {color:#F55A59; text-decoration: none;}
a:active { color:#000000; text-decoration: none;}

/* --- container to center the layout --- */
#container {
width: 888px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
border:2px solid #b7b7b7;
}

/* --- space for logo --- */
#banner {
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px 0px;} 

/* --- main content --- */
#content {
height: 400px;
padding: 0px;
margin-left: 0px;
margin-right: 0px;
background:  url(../images/body01.png) no-repeat;

}
div#container { 
min-height: 590px;
height:expression(this.scrollHeight > 590 ? "auto":"590px"); 
}

/* --- footer --- */
#footer {
height: 110px;
clear: both;
margin: 0px;
padding: 0px;
text-align: right;
background:  url(../images/foot01.png) no-repeat;
}

/* --- iframe class --- */

.inline {
background:  url(/images/transpblack75.png);
height: 375px;
width: 777px;
padding: 5px;
border:1px solid #b7b7b7;
margin-left: 55px;
}
.if1{
width: 777px;
height: 375px;
border:0px;
filter: chroma(color="#FFFFFF");
}