/* BAS Cascading Style Sheet */


body, html {margin:0;padding:0;
	background-color:black;
font-family: Garamond, Times, serif;
	font-style: normal;
}
h1, h2{font-family: Times, serif;
	font-style: normal;}


#container{margin:0 auto;height:100%;}
#header{
background-image:url(images/bg_header.png);
background-repeat:no-repeat;
background-position:center top;
text-align:center;height:350px;margin:0 auto;}

#nav{background-image: url(images/bg_nav.png);
background-repeat: no-repeat;
background-position: center bottom;
color:#B37E40;
text-align:center;
height:60px;}

#nav li{display:inline;margin:0 20px}
#nav a{text-decoration:none;font-decoration:none;color:#B37E40}
#nav a:hover{color:white;font-decoration:none}



#block{min-height:300px;
background-attachment: scroll;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	
	width: 100%;margin:0 auto;padding:0;
	
}



	
#bg_up{background-image: url(images/bg_up.png);background-position:center top;background-repeat:repeat-x;
height:40px;margin: 0 ;padding: 0;}

#bg_dn{margin:0;
background-image: url(images/bg_dn.png);background-position:center bottom;background-repeat:repeat-x;}



#footer{margin-bottom:0px;padding-top:10px;height:222px;background-image: url(images/bg_footer.jpg);background-position:center bottom; background-repeat:no-repeat;
color:#B37E40;text-align:center}
