body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.layout {
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header {
	background-color: #F7D8B9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
	background-image: url(images/header_logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 16px;
	font-style: italic;
}
.nav {
	background-image: url(images/navback.jpg);
	background-repeat: repeat-x;
	height: 45px;
}
.nav a {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #f7daba;
	text-decoration: none;
	line-height: 45px;
}
.nav a:hover {
	background-image: url(images/navhover.jpg);
	background-repeat: repeat-x;
}
.main {
	background-color: #9A0000;
	background-image: url(images/rug_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 10px;
}
.main a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F7D8B9;
	text-decoration: underline;
}
.main a:hover {
	background-color: #F7D8B9;
	color: #9A0000;
}


.main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 10px;
}
.main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-decoration: underline;
}
.main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.main .img_border {
	border: 1px solid #000000;
}


.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 5px;
}
.footer a {
	color: #F7D8B9;
}
.footer a:hover {
	color: #9A0000;
}
.adminlink {
	display: block;
	float: right;
	background-color: #840101;
	padding: 10px;
	background-image: url(images/rightbox_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100px;
}
.adminlink a {
	display: block;
	text-indent: 10px;
	width: 100%;
}
.searchbox {
	display: block;
	float: right;
	background-color: #840101;
	padding: 10px;
	background-image: url(images/rightbox_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 11px;
	color: #FFFFFF;
}
.searchbox form {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.searchbox input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.searchbox select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	width: 130px;
}
.searchbox .indent {
	text-indent: 10px;
}
.searchbox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


.warning {
	color: #FFFF00;
}
.adminform {
	text-align: left;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.adminform input {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.adminform textarea {
	font-size: 12px;
	color: #000000;
}
.results {
	float: left;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	width: 260px;
}
.results h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	background-color: #660000;
	display: block;
}
.results h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
}
.results hr {
	line-height: 1px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
.coupon {
	background-color: #F7D8B9;
	border: 2px ridge #000000;
	color: #9A0000;
	margin-top: 10px;
	margin-bottom: 10px;
}
