@font-face {
    font-family: 'BandaRegularRegular';
    src: url('fonts/Banda_regular-webfont.eot');
    src: url('fonts/Banda_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Banda_regular-webfont.woff') format('woff'),
         url('fonts/Banda_regular-webfont.ttf') format('truetype'),
         url('fonts/Banda_regular-webfont.svg#BandaRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, tr, th, td,
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #433e3e;
	background: #fff url(images/bg.jpg) repeat;
	font: 13px/23px 'BandaRegularRegular', Helvetica, Arial, sans-serif;
}

a {text-decoration: none;}

h1, h2, h3, h4, h5 {font-family: 'BandaRegularRegular', Helvetica, Arial, sans-serif;}

strong {font-weight:bold;}

.left {float: left;}
.right {float: right;}
.alignleft {float: left; margin: 0 20px 0 0;}
.alignright {float: right; margin: 0 0 0 20px;}
.clear {clear: both;}

#wrapper {
	width: 720px;
	margin: 0 auto;
	padding: 10px 80px 20px 80px;
	background: #fff;
}

#header {
	background: url(images/header.jpg) no-repeat center;
	height: 250px;
	margin-bottom: 20px;
}

#header a {color: #433e3e;}

#header .address {
	float: left;
	padding-top: 10px;
	line-height: 20px;
}

#header .hours {
	float: right;
	text-align: right;
	padding-top: 10px;
	line-height: 20px;
}

#main p {margin-top: 20px;}

#main a {color: #d4b638;}