html,body {
	margin: 0;
	background: url(../images/bg.jpg) repeat-x center top;
}

body,div {color:#4e4234;
font-family: Georgia; 
font-size: 10pt;}
div {padding: 0; border-collapse:collapse; border-spacing:0px;}
img {border: 0;}
iframe {height: 100%; width: 100%;}
#logocontainer {width: 1000px; height: 150px; background: url(../images/topbgpng.png); margin-left:auto; margin-right:auto;}
.absolute {position: absolute;}
#buttoncontainer {width: 1000px; height: 45px; margin-left:auto; margin-right:auto; border: 0px solid;}
#buttons {width: 750px; margin-left: 230px; border: 0px solid; padding-top:20px;}
#rotatingimage {margin-left: auto; margin-right: auto; width: 1000px; background: url(../images/rotatingimage.jpg; width:1000px; Height:525px; }
#contactbar {background: url(../images/contactbar.jpg); margin-left: auto; margin-right: auto; width: 1000px; height: 50px;}
.contactclass {margin-left: auto; margin-right: auto; width: 875px; padding-top: 17px; margin-top:0px; border: 0px solid #000; }
#footercontainer {margin-left: auto; margin-right: auto; margin-top: 15px; width: 800px; border: 0px solid #000; }
#sampleimage {float: left; width:429px; min-height:525px; overflow: hidden; border: 0px solid #000; }
#scrollcontent { width:488px; min-height: 375px; border: 0px solid #000; margin-top: 110px; float:left; margin-left:8px; margin-right:75px; }
#content {margin-left: auto; margin-right: auto; width: 1000px; background: url(../images/contentbackground.jpg) no-repeat #eaf1bb; margin-top:0px; min-height:525px; border: 0px solid #000; }





gallery {
    background-color: #444;
    padding: 10px;
    width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
    border: 5px solid #3e3e3e;
    border-width: 5px 5px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#gallery ul a:hover img {
    border: 5px solid #000;
    border-width: 5px 5px 5px;
    color: #fff;
margin-right: 5px;
margin-bottom: 5px;
}
#gallery ul a:hover { color: #fff; }



.adminheader {background-color: Black; width: 100%; font-family: Trebuchet MS; font-weight: bold; color: White; padding: 0; margin: 0;}

.ModalBackground {background-color: Black; filter: alpha(opacity=80); opacity: 0.7;}