@charset "utf-8";
#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #CCCC99;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
#body {
}
#footer {
}
#specials {
	background-color: #FFF;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}


h1 {
	font-weight: bold;
	color: #37371C;
	font-size: 32px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

h2 {
	color: #37371C;
	font-size: 26px;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}


p {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
.redtext {
	color: #900;
}


a:link {
	color: #063;
}
a:visited {
	color: #900;
}
a:hover {
	background-color: #FFF;
	text-align: center;
	color: #063;
}

