/*#headertitle, #footer, #bodybackground, DIV#menu A{ behavior: url("png opacity/iepngfix.htc"); }*/
* { behavior: url("png opacity/iepngfix.htc");  }

HTML, BODY{
margin: 0px;
padding: 0px;
}

DIV{
margin:0;
padding: 0;
}

BODY{
background-image:url("images/repeatingsand.jpg");
background-repeat:repeat-y;
background-position: center 833px;
text-align:center;
font-weight:600;
font-family:Arial, Helvetica, sans-serif;
line-height: 1.8em;
}

DIV#container{
background: transparent url("/images/sitebackground.jpg");
background-repeat: no-repeat;
background-position: top center;
margin-top:0px
}

DIV#content{
width:781px;
margin-left:auto;
margin-right:auto;
text-align:left;
position: relative;
/*top: 50px;*/
}

DIV#header{
width:781px;
height:237px;
position:relative;
right:7px;
}
H1#headertitle{
width:781px;
height:237px;
background-image:url(images/header.png);
background-repeat:no-repeat;
margin:0px

}


DIV#bodybackground{
width:781px;
background-image:url("images/contentbackground.png");
background-repeat: no-repeat;
}


DIV#body{
width:781px;
margin-bottom:0px;
}
DIV#innerbody{
width:650px;
margin-left: 70px;
margin-top:0px;
margin-bottom: 0px;

}


DIV#menu{
width: 781px;
height: 62px;
margin:0;
position:relative;
right:7px;
}

DIV#menu UL{
margin:0;
padding:0;
}

DIV#menu LI{
float:left;
/*display:inline;*/
list-style-type:none;
margin:0;
}

DIV#menu LI, DIV#menu A{
display: block;
height:62px;
margin:0px;
}

LI#home{
width: 138px;
background-image:url(images/home.png);
}
LI#aboutus{
width: 117px;
background-image:url(images/aboutus.png);
}
LI#portfolio{
width: 102px;
background-image:url(images/portfolio.png);
}
LI#testimonials{
width: 141px;
background-image:url(images/testimonials.png);
}
LI#directions{
width: 112px;
background-image:url(images/directions.png);
}
LI#contactus{
width: 171px;
background-image:url(images/contactus.png);
}



DIV#footer{
width:781px;
height:78px;
background-image:url("images/footer.png");
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
position:relative;
right:7px;
}

.hide{
display:none;
}

UL{
margin-bottom: 0;
color:white;
}

P{
margin:0px;
color:white;
}

A:link, A:visited, A:active{
color: white;
text-decoration:none;
}

A:hover{
text-decoration:underline;
}

H1, H2, H3, H4, BR{
color:white;
}

