/* css reset - makes the layout looking good in all browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../elements/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
h1 {
	font-size: 24px;
	color: #000;
	letter-spacing: .05em;
	text-transform: capitalize;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	color: #990000;
	clear: both;
	text-transform: capitalize;
	margin-top: 10px;
}
h3 {
	font-size: 18px;
	color: #999999;
}
h4 {
	font-size: 18px;
	color: #0065a4;
	margin-bottom: 10px;
}
.phone {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
hr {
	height: 3px;
	background-color: #CCC;
	clear: both;
}
#body-wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#body-header {
	height: 240px;
}
#middle-wrapper {
	width: 960px;
	background-image: url(../elements/wood-panel.jpg);
	background-repeat: repeat-y;
}
.nav {
	font-size: 18px;
}
#body-left {
	width: 201px;
	font-size: 14px;
	text-align: center;
	float: left;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#body-left a:link, #body-left a:visited {
	color: #FFF;
	text-decoration: underline;
}
#body-left img {
	padding-top: 20px;
}
#body-left a:hover, #body-left a:active {
	color: #FC6;
	text-decoration: underline;
}
.margin200 {
	margin-top: 200px;	
}
.margin400 {
	margin-top: 600px;	
}
#body-right {
	float: right;
	width: 674px;
	background-image: url(../elements/body-background.jpg);
	padding-left: 30px;
	padding-right: 35px;
	margin-bottom: -20px;
}
#body-right a:link, #body-right a:visited, #body-right a:hover, #body-right a:active {
	color: #563A22;
	text-decoration: underline;
}
#body-right p {
	padding-bottom: 15px;
	font-size: 16px;
}
#body-right li {
	margin-left: 40px;
	width: 460px;
}
#body-right a {
	margin-right: 10px;
}
#body-right ul {
	margin-bottom: 20px;
	float: left;
}
.box {
	text-align: center;
	float: left;
	height: 145px;
	width: 180px;
	font-size: 14px;
	color: #543822;
}
.img-box {
	margin: 10px;
}
.float-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.directions {
	width: 300px;
	float: left;
}
#body-footer {
	background-color: #000;
	text-align: center;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	clear: both;
	padding-top: 16px;
	padding-bottom: 20px;
}
#body-footer a:link, #body-footer a:visited, #body-footer a:hover, #body-footer a:active {
	color: #BB8655;
	text-decoration: underline;
}
#body-footer li {
	display: inline;
	font-size: 14px;
	margin: 5px;
}
.footer {
	font-size: 14px;
	margin: 10px;
	color: #A16215;
}
.picture-footer {
	font-size: 14px;
	color: #A16215;
	margin-left: -30px;
	margin-bottom: -5px;
}
iframe {
	height: 675px;
	width: 650px;
	margin-bottom: 10px;
}
