#box {
	width : 840px;
	position : relative;
	left : 50%;
	margin-left : -420px;
	border: medium double #F4CA2A;
	background-color: #f7f8da;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	position: relative;
	left: 150px;
	top: 5px;	
}
#nav {
	text-align: center;
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}
#nav a {
	color: #621327;
	text-decoration: none;
}
#nav a:hover {
	color: #FEC803;
	text-decoration: underline;
}




#main {
	border: 3px double #FEE078;
	top: 20px;
	left: -350px;
}
#main_txt {
	width: 450px;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
#club_txt {
	width: 800px;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
#best {
	width: 400px;
}

#club_txt h2 {
	font-style: italic;
}
#loc {
	position: absolute;
	top: 68px;
	right: 15px;
	width: 211px;
}



#hours {
	position: absolute;
	left: 10px;
	top: 78px;
	z-index: 9;
}
#rt_sidebar {
	width: 300px;
	top: 260px;
	right: 47px;
	position: absolute;
}
#res_form {
	position: absolute;
	top: 320px;
	left: 425px;
	width: 375px;
	margin: 1px;
	border: 1px dashed #BD7810;
}

#evnt {
	z-index: 10;
	height: 240px;
	text-align: center;
}
#email_form {

}
img {
	border: 0;
}
h1 {
	font-style: italic;
	color: #3D0C18;
}
#box #loc p strong {
	color: #713800;
}
