body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	padding-top: 35px;
	padding-right: 65px;
	padding-bottom: 35px;
	padding-left: 65px;
	background-color: #885D44;
}
.main {
	background-image: url(images/main_back.jpg);
	background-repeat: repeat-y;
	height: 310px;
	background-color: #FFFFFF;
}
.main h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.main h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.main .title {
	background-image: url(images/main_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	padding-left: 22px;
	padding-right: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c87420;
}
.main .body {
	padding-left: 22px;
	padding-right: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
	height: 425px;
	background-image: url(images/main_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.main .body a {
	color: #E01F0E;
	text-decoration: none;
}
.main .body a:hover {
	color: #B15900;
	text-decoration: underline;
}


.nav_side {
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
}
.nav_side hr {
	line-height: 1px;
	color: #CCCCCC;
	height: 1px;
	background-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;

}
.nav a {
	line-height: 29px;
	background-image: url(images/nav_button.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
}
.nav a:hover {
	text-decoration: none;
	background-image: url(images/nav_hover.jpg);
	color: #FFFFFF;
}
.suggest {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 15px;
	line-height: 11px;
	display: block;
	width: 175px;
	text-align: left;
}
.suggest a {
	color: #DF2919;
	text-decoration: none;
}
.suggest a:hover {
	color: #C87420;
}


.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.footer a {
	color: #ffcc00;
	text-decoration: none;
}
.footer a:hover {
	color: #E01F0E;
	text-decoration: none;
}
.warning {
	color: #FF0000;
}
.coupon {
	border: 3px dashed #000000;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #C1E3F9;
}
