body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #6D5635;
	background-color: #9E3500;
	background-image: url(../images/page_bg.gif);
}
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6D5635;
}
.input {
	background-color: #E4CB9C;
	border: 1px solid #A4855B;
	width: 99%;
}
.button {
	font-weight: bold;
	color: #DDC28F;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	border: none;
	width: 80px;
	height: 21px;
	background-color: #8C2B03;
}
.base-bg {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-color: #DDC28F;
}
.main-bg {
	background-image: url(../images/main_lside.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.head-bg {
	background-image: url(../images/h_bg.gif);
	background-repeat: repeat-x;
}
.left-pad {
	font-size: 11px;
	padding-left: 20px;
}

.content {
	padding: 10px;
	padding-top:0px;
}
a {
	color: #6D5635;
	text-decoration:none;
}
a:hover {
	color: #842C00;
}
.copyright a {
	color: #6D5635;
	text-decoration:none;
}
.copyright a:hover {
	color: #842C00;
}
.copyright {
	background-color: #D5BA87;
	text-align: center;
	font-size: 11px;
}
