body {
	background-image: url(../images/bg.jpg);
	padding-bottom: 20px;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.hours {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.text_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.navigation {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000099;
	border-bottom-color: #00009C;
	background-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
}
.price_red {
	color: #660000;
}
.price_green {

	color: #336600;
}
.navigation a{
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
}
.navigation a:hover{
	color:#CCFF00;
	text-decoration: underline;
}
.content_style {
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
}
#footer{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#footer a{
	color: #666666;
	text-decoration:underline;
}
#footer a:hover{
	color: #666666;
	text-decoration:none;
}

