body {
	margin: 10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #500000;
}

a:link {
	color: ed6d00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: ed6d00;
}
a:hover {
	text-decoration: underline;
	color: #FFA65E;
}
a:active {
	text-decoration: none;
	color: #ED6D00;
}

.header {
	background: url(../images/header-bg.jpg) 0 0 no-repeat;
	width: 900px;
	height: 87px;
	margin: 0px;
	padding: 0px;
}

.title {
	color: #ff9900;
	padding: 10px 5px 10px 5px;
	font-size: 13px;
	font-weight: bold;
}

.text-box {
	color: #fff;
	padding: 5px 5px 35px 5px;
	font-size: 12px;
	line-height: 20px;
}

.text-box-11 {
	color: #fff;
	padding: 5px 5px 35px 5px;
	font-size: 11px;
	line-height: 20px;
}

.text-box-link {
	color: #ed6d00;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	line-height: 20px;
}

.text-box-hours {
	color: #fff;
	padding: 7px 5px 5px 5px;
	font-size: 11px;
	line-height: 12px;
}

.comments {
	color: #ff9900;
	padding: 3px 3px 0px 3px;
	text-align: center;
	font-size: 11px;
}


.copyright {
	color: #370505;
	padding: 3px 3px 3px 3px;
	text-align: left;
	font-size: 11px;
}

.pt {
	color: #370505;
	padding: 15px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
}
.pt a {
	color: #370505;
	padding: 15px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


.p-title {
	color: #ff9900;
	padding: 10px 5px 10px 5px;
	font-size: 13px;
	font-weight: bold;
}

.p-text-box {
	color: #fff;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	line-height: 20px;
}

.menu-header {
	background: #FFD9B4;
	width: 300px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	color: #370505;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

.menu-header-sub {
	background: #e7b185;
	width: 300px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	color: #370505;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

.input-field {
	background: #FFD9B4;
	border: 1px solid #000;
	font-size: 12px;
	color: #900;
	width: 250px;
	height: 18px;
}

.button {
	background: #370505;
	border: 1px solid #FFD9B4;
	font-size: 11px;
	font-weight: bold;
	color: #FFD9B4;
	width: 100px;
}

.text-area {
	background: #FFD9B4;
	border: 1px solid #000;
	font-size: 12px;
	color: #900;
	width: 250px;
	height: 100px;
}
