body {
	margin: 0;
	padding: 0;
}	
:root {
	overflow-y: scroll !important;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
/****************************************************************/
/*                       Containter                            */
/****************************************************************/
#container {
	width: 8in;
}
/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#top {
	display: none;
}
#bot {
	width: 8in;
	float: left;
}
#left {
	width: 8in;
	float: left;
}
#header_box {
	display: none;
}
.content_box {
	width: 8in;
	float: left;
}
.content_pic {
	display: none;
}
#directions_pic {
	width: 2.5in;
	float: left;
}
.content_text {
	display: none;
}
#directions_text {
	font-family: Arial, sans-serif;
	font-size: 11.5px;
	width: 4.5in;
	float: left;
	text-align: left;
}
/****************************************************************/
/*                           Text                               */
/****************************************************************/
h1 {
	font-size: 20px;
	color: #C78531;
	font-weight: bold;
	margin: 0; 
}
h2 {
	font-size: 14px;
	color: #3D3D3D;
	font-weight: bold;
	margin: 0; 
}
h3 {
	font-size: 14px;
	color: #C78531;
	font-weight: bold;
	margin: 0; 
}
.gold_links {
	color: #C78531;
}
.gold_links a {
	text-decoration: underline;
	color: #C78531;
	font-weight: bold;
}
.gold_links a:hover {
	color: #3D3D3D;
}
.footer_links {
	display: none;
	font-size: 9px;
	color: #3D3D3D;
	margin-bottom: 10px;
}
.footer_links a {
	display: none;
	color: #3D3D3D;
	text-decoration: none;
}
.gold_med_text {
	font-size: 14px;
	font-weight: bold;
	color: #C17D27;
}
.gold_body_text {
	font-size: 12px;
	color: #C17D27;
	font-weight: bold;
}
.print_links {
	display: none;
	color: #C78531;
}
.print_links a {
	display: none;
	text-decoration: underline;
	color: #C78531;
	font-weight: bold;
}
.print_links a:hover {
	display: none;
	color: #ED2028;
}				
