html{
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}
body{background:#000000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0; padding:0; font-size: 14px; color: #FFFFFF; font-family: Arial;}
h1{margin: 10px 0px 0px 50px; padding:0; font-size: 18px; color: #FFFFFF; font-family: Arial; font-style: italic;}
a{color: #FFFFFF; text-decoration: underline;}
a:hover{ color: #FFFFFF; text-decoration: none;}

input, textarea{color: #000000;}

/*DESIGN STYLES*/
.clear{clear: both; font-size: 0px; margin: 0px; padding: 0px;}

#wrapper{width: 990px; background: url(../images/bg.jpg) no-repeat; height: 600px; position: relative;}
#header{width: 990px; }
    #logo{width: 530px; height: 147px; float: left; text-align: right; vertical-align: bottom;}
    #logo div{margin: 77px 0px 0px 0px;}
	
    #SiteAddress{width: 454px; height: 133px; float: left; text-align: right; position: relative;}
    #SiteAddress .content{width: 400px; height: 50px; position: absolute; bottom: 0px; right: 0px; line-height: 16px;}
    #SiteAddress .content div{color: #FFFFFF;}
	
	#hours{width: 200px; height: 133px; float: left; text-align: right; position: relative;}
    #hours .content{width: 200px; height: 50px; position: absolute; bottom: 0px; right: 0px; line-height: 16px;}
    #hours .content div{color: #FFFFFF;}
    
#menu{width: 185px; float: left; border: 0px #CECEEC solid; margin: 25px 0px 0px 0px; text-align: right;}
    #menu li{list-style: none; line-height: 30px;}
    #menu a{font-size: 14px; color: #FFFFFF; text-decoration: none; font-style: italic;}
    #menu a:hover{font-size: 14px; color: #e75f13; text-decoration: none; font-style: italic;}
	
#center{position: absolute; width: 734px; height: 392px; top: 148px; left: 206px;  overflow-x: hidden; overflow-y:auto;}
    #center .home{ width: 734px; height: 392px; overflow-y:hidden;}
    #center .mainpage{padding: 10px; text-align: left; color: #FFFFFF; position: relative;}
    .mainpage p{width: 410px; margin: 10px 0px 0px 275px; color: #FFFFFF;}
    
    
#footer{position: absolute; width: 990px; height: 24px; bottom: 30px; left: 0px; font-size: 10px; padding-left: 210px; text-align: left; color: #FFFFFF;}


