@charset "UTF-8";
/* CSS Document */
<style type="text/css">

body {background-color:#1a1a1a
}
a img { border: none; }
a:link {
	text-decoration: none;
	border:none;
}
a:visited {
	text-decoration: none;
	border:none;
}
a:hover {
	text-decoration: none;
	border:none;
}
a:active {
	text-decoration: none;
	border:none;
}
#scroll_div {
	overflow-y:auto;
	height:auto;
	background-color: #D7D7D7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
} 
div#scrollable{
	width:auto;
	height:210px;
	overflow:auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333;
}

#pricelist {
	overflow-y:auto;
	height:84px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}

#content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	height: auto;
}

#contact {
	overflow-y:auto;
	height:auto;
	background-color: #D7D7D7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}

#contactheader2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	height: auto;
}

#hours {
	overflow-y:auto;
	height:84px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
</style>
