body {
	margin: 0px auto;
	background-color: #31231a;
	font-family: Arial;
}

h1 {
    padding-top: 15px;
		*font-size: 24px;
    color: #d3b9ad;
		padding-left: 100px;
		padding-bottom: 10px;
    }

h2 {
    padding-top: 15px;
		*font-size: 18px; 
    color: #d3b9ad;
		padding-left: 120px;
    }
		
h3 {
    padding-top: 15px;
		font-size: 16px;
  	*font-size: 14px;  
    color: #d3b9ad;
		padding-left: 120px;
    }		

h4 {
    padding-top: 15px;
  	*font-size: 14px;  
    color: #d3b9ad;
		padding-left: 120px;
    }

h5 {
    padding-top: 15px;
		font-size: 18px;
		*font-size: 18px; 
    color: #d3b9ad;
		padding-left: 120px;
    }

				
.container {
 	margin: 20px auto;
	padding-top: 5px;
 	width: 1024px;

}

.menu {
 	margin: 0px;
 	padding: 0px;
 	width: 1024px;
 	height: 50px;
 	background-image: url(images/menu-01.gif);
 	background-repeat: repeat-x;
 	display: block;
}

.menu ul {
    list-style-type: none;
		position: relative;
		*top: 50px;
		*margin-top: -50px;
		*margin-left: -50px;
		*padding-left: 50px;
    }
		
.menu ul li {
   	margin: 0px 10px;
   	display: inline;
   	float: left;
  	}
		
.menu ul li a {
   	border: 0px solid ;
   	display: block;
   	height: 50px;
  	}
		
.about {
  	background-image: url(images/menu-about1.gif);
  	background-repeat: no-repeat;
  	width: 60px;
  	}
	
a.about:hover{
  	background-image:url(images/menu-about2.gif);
  	background-repeat:no-repeat;
  	width:60px;
  	}

.menus {
   	background-image: url(images/menu-menu1.gif);
   	background-repeat: no-repeat;
   	width: 60px;
  	}
	
a.menus:hover{
  	background-image:url(images/menu-menu2.gif);
  	background-repeat:no-repeat;
  	width:60px;
  	}
	
.events {
    background-image: url(images/menu-events1.gif);
    background-repeat: no-repeat;
    width: 70px;
    }
		
a.events:hover{
  	background-image:url(images/menu-events2.gif);
  	background-repeat:no-repeat;
  	width:70px;
  	}
	
.press {
  	background-image: url(images/menu-press1.gif);
  	background-repeat: no-repeat;
  	width: 70px;
  	}
	
a.press:hover{
  	background-image:url(images/menu-press2.gif);
  	background-repeat:no-repeat;
  	width:70px;
  	}
	
.contact {
  	background-image: url(images/menu-contact1.gif);
  	background-repeat: no-repeat;
  	width: 90px;
  	}
	
a.contact:hover{
  	background-image:url(images/menu-contact2.gif);
  	background-repeat:no-repeat;
  	width:90px;
  	}
	
.directions {
  	background-image: url(images/menu-directions1.gif);
  	background-repeat: no-repeat;
  	width: 100px;
  	}
	
a.directions:hover{
  	background-image:url(images/menu-directions2.gif);
  	background-repeat:no-repeat;
  	width:100px;
  	}
	
.header {
  	margin: 0px;
  	padding: 0px;
  	width: 1024px;
  	height: 350px;
  	}
	
.content {
    width: 1024px;
   	margin: 0px;
		padding-top: 50px;
   	padding-bottom: 50px;
		font-size: 13px;
   	background-color: #3d2f26;
		color: #d3b9ad;
   	font-size: 12px;
   	line-height: 1.3em;
  	}
	
.content p {
   	font-size: 13px;
   	line-height: 1.3em;
		text-align: justify;
		padding-left: 150px;
		padding-right: 120px;
		padding-top: 15px;
  	}
		
.content ul {
   	padding-left: 140px;
   	color: #d3b9ad;
   	font-size: 14px;
   	line-height: 1.3em;
		}
		
.content ul li {
    padding-left: 10px; 
    padding-bottom: 15px; 
    letter-spacing: 0.05em; 
    list-style: square;
    }				

#welcomev{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5em;
    float: right;
		padding-right: 100px;
    line-height: 20px;
    }		
				
.address {
		float: right;
    display: block;
		margin-top: -150px;
		padding-right: 50px;
    color: #d3b9ad; 
    font-size: 10px;
    font-weight: bold; 
    letter-spacing:.25em;
		*letter-spacing:0.15em;
    }		
		
.footer {
    margin-top: 5px; 
    color: #666; 
    font-size: 10px; 
    }		

a.nlink{
    color:#eee;
    font-weight:bold;
		text-decoration: none;
		background: #555; 
    }

em {
    color: #8c7b73;
	  }

.spacer {
    clear: both;
    }


