* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:#000000;
 margin:0;
 height:auto;
}

body a { text-decoration: none; color:blue; }
body a:hover { text-decoration: none; color:black; }

#main_backer { 
 height: 494px;
 width: 100%;
 background: url('../images/background.jpg') no-repeat;
 background-position: top center;
 background-attachment: scroll;
}

#wrapper {
 margin: 0 auto;
 width:765px;
 height:auto;
}

#header {
 left:32px;
 position:relative;
 width:698px;
 height:177px;
}

#navigation {
 left:32px;
 position:relative;
 width: 700px;
 height:29px;
}

#nav_about { float:left; width: 140px; height: 38px; }
#nav_about a { background: url("../images/nav_about.jpg") no-repeat; display: block; width:100%; height:100%; }
#nav_about a:hover { background-position: -140px 0; }
#nav_about_on a { float:left; width: 140px; height: 38px; background: url("../images/nav_about.jpg") no-repeat; display: block; background-position: -140px 0; }

#nav_process { float:left; width: 150px; height: 38px; }
#nav_process a { background: url("../images/nav_process.jpg") no-repeat; display: block; width:100%; height:100%; }
#nav_process a:hover { background-position: -150px 0; }
#nav_process_on a { float:left; width: 150px; height: 38px; background: url("../images/nav_process.jpg") no-repeat; display: block; background-position: -150px 0; }

#nav_gallery { float:left; width: 151px; height: 38px; }
#nav_gallery a { background: url("../images/nav_gallery.jpg") no-repeat; display: block; width:100%; height:100%; }
#nav_gallery a:hover { background-position: -151px 0; }
#nav_gallery_on a { float:left; width: 151px; height: 38px; background: url("../images/nav_gallery.jpg") no-repeat; display: block; background-position: -151px 0; }

#nav_contact { float:left; width: 144px; height: 38px; }
#nav_contact a { background: url("../images/nav_contact.jpg") no-repeat; display: block; width:100%; height:100%; }
#nav_contact a:hover { background-position: -144px 0; }
#nav_contact_on a { float:left; width: 144px; height: 38px; background: url("../images/nav_contact.jpg") no-repeat; display: block; background-position: -144px 0; }

#nav_home { float:left; width: 113px; height: 38px; }
#nav_home a { background: url("../images/nav_home.jpg") no-repeat; display: block; width:100%; height:100%; }
#nav_home a:hover { background-position: -113px 0; }
#nav_home_on a { float:left; width: 113px; height: 38px; background: url("../images/nav_home.jpg") no-repeat; display: block; background-position: -113px 0; }



#photo {
 width:743px;
 height:244px;
 position:relative;
 left:10px;
}

#photo_int {
 width:743px;
 height:244px;
 position:relative;
 left:32px;
}


#text_scroll {
 position:relative;
 float:left;
 width:765px;
 height:auto;
 background: url('../images/text_scroll.gif') repeat;
 top:9px;
 left:-2px;
}

#text_backer_top_home {
 position:relative;
 float:left;
 width:765px;
 height:auto;
 background: url('../images/text_backer_top_home.jpg') no-repeat;
}

#text_backer_top_int {
 position:relative;
 float:left;
 width:765px;
 height:auto;
 background: url('../images/text_backer_top_int.jpg') no-repeat;
}

#title {
 position:relative;
 float:left;
 left:34px;
}


#body_copy_home {
 position:relative;
 float:left;
 width:330px;
 height:auto;
 left:77px;
 top:0px;
}

#body_copy_int {
 position:relative;
 float:left;
 width:600px;
 height:auto;
 left:77px;
 top:0px;
}



#gallery_callout {
 position:relative;
 float:right;
 width:234px;
 height:284px;
 top:-4px;
 right:50px;
}



#footer {
 position:relative;
 float:left;
 width:765px;
 height:30px;
 background: url('../images/footer.jpg') no-repeat;
 top:9px;
 left:-2px;
}

#footer_text {
 position:relative;
 float:right;
 color:white;
 top:9px;
 right:75px;
}







