
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

#logo
{
	width: 850px;
	height: auto;
	margin: auto;
	margin-top: 20px;
	
}

#menu
{
	width: 1000px;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
}

.nav_bar
{
	font-family: "Copperplate Gothic Light", "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 18px;
	margin-top: 30px;
	
}



.nav_bar li 
{

	display: inline;
	
}

.nav_bar li a 
{
	margin-right: 25px;
}

#contact
{
	margin-right: 0px;
}


.nav_bar a
{

	display: inline;
	text-decoration: none;
	color: #ffffff;
	position: relative;
	padding-bottom: 6px;
}

.nav_bar a:hover
{
	border-bottom: 2px solid #ffffff;
	position: relative;


}
#main_container
{
	width: 725px;
	height: 487px;
	margin: auto;
	z-index: 2;
	background-color: #b8a981;
	margin-top: 32px;
}





h1
{
	font-family: "Copperplate Gothic Light", "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 20px 20px 0px 20px;;
}



#black_bar
{
	height: 320px;
	background-color: #000000;
	width: 100%;
	position: absolute;
	z-index: 1;
}
#footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: auto;
	width: 890px;
	font-size: 12px;
	margin-top: 16px;
	text-align: center;
	
	
}

body
{
	background-color: #000000;
	
}

#hours
{
	width: 380px;
	margin-right: 80px;
}

#hours a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

#hours a:hover
{
	text-decoration: underline;
}

input.btn
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;	
	text-decoration: underline;
	background-color: transparent; 
	border: 0; 
	padding: 0;
	cursor: pointer;

}


