body {
	margin: 0;
	padding: 0;
	background-color: #cecece;
}

.body_tl, .body_tr, .body_bl, .body_br {
	width: 18px;
	height: 22px;
	margin:0;
	padding:0;
}

.body_tl {
	background-image: url(images/style/body_tl.png);
}

.body_tr {
	background-image: url(images/style/body_tr.png);
}

.body_bl {
	background-image: url(images/style/body_bl.png);
}

.body_br {
	background-image: url(images/style/body_br.png);
}

.body_l, .body_r {
	width: 18px;
}

.body_t, .body_b {
	height: 22px;
	width: 864px;
}

.body_l, .body_r, .body_t, .body_b, .body_content {
	background-image: url(images/style/body_bg.png);
}

.body_content {
	width: 864px;
}

div {
	margin: 0;
	padding: 0;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.clear {
	height: 0;
	clear: both;
}

.dave_img {
	float: right;
	margin: 5px;	
	width: 250px;
	border: 2px solid white;
}

.email_message {
	width: 275px;
	padding: 4px;
	text-align: center;
	margin-bottom: 15px;
	border: 2px solid #b69101;
	background-color: #1a1c1f;
	color: white;	
}

.frame {
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 5px;
}

.footer {
	padding-top: 10px;
	color: #444444;
	text-align:center;
	background-color: #cecece;
	margin-bottom: 5px;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #444444;
	text-decoration: underline;
}

.gallery_scroll {
	padding: 5px;
	color: #b69101;
	font-size: 18px;
	font-weight: 600;
	background-color: #1a1c1f;
	border: 3px groove #777777;
	text-decoration: none;
}

.gallery_thumb, .gallery_thumb_selected {
	width: 100px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #996600;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.gallery_thumb_selected {
	border: 4px solid red;
}

.header {
	width: 900px;
	height: 275px;
}

.hours {
	background-color: #cecece;
	color: black;
	text-align: center;
	width: 200px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: arial;
	font-size: 14px;
	margin-top: 4px;
}

.hours_spacer {
	height: 4px;
	background-color: #2d2f31;
	margin-top: 4px;
	margin-bottom: 4px;
}

.logo {
	width: 600px;
	height: 275px;
	float: right;
}
.right_bg1 {
/*	background-image: url(images/style/side-bg1.png);
	background-repeat: repeat-y;
	background-color: yellow;  */
	background-color: #000069;
}

.right_bg2 {
/*	background-image: url(images/style/side-bg2.png);
	background-repeat: repeat-y; */
}

.right_bg3 {
/*	background-image: url(images/style/side-bg4.png);
	background-repeat: repeat-y;  */
}

.main_body {
	width: 900px;
	margin-top: 5px;
}

.marquee {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 175px;
	height: 35px;
}

.nav {
	float: left;
	width: 250px;
	height: 275px;
	background-image: url(images/style/navbg.png);
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	font-size: 18px;
}

.nav a, .nav a:visited, .nav a:hover, .nav a:link, .nav a:active {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: sans-serif;
	color: white;
	background-color: #2d2f31;
	margin: 0;
	font-size: default;
}

.nav a:hover {
	background-color: #909090;
}

.static_left {
	float: left;
	margin: 8px;
	border: 2px solid #7c5409;
}

.text_content {
	color: white;
	font-family: sans-serif;	
}

.thanks {
	background-color: #cecece;
	border: 2px solid #1a1c1f;
	padding: 4px;
	display: block;	
}
	
.track_text {
	float: right;
	width: 250px;
	background-color: #1a1c1f;
	color: white;
	font-family: sans-serif;
}