body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: FFFFF0;
	background-image: url(images/back_img.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	background-attachment: fixed;
}
.small {
	font-size: 9px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
a.menu {
	color: #704C24;
	text-decoration: none;
}
a.menu:hover {
	background-color: #FFFFE6;
}
.size {
	font-size: 11px;
}
a.size {
	color: #704C24;
	background-color: #D9F0EC;
	text-decoration: none;
}
.clare {
	float: right;
}
h1 {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 11px;
	color: #33333;
	font-weight: bold;
	text-transform: capitalize;
}
h3 {
	color: #704C24;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
}
.padding {
	margin-bottom: 7px;
}
a {
	color: #990000;
	text-decoration: none;
	font-size: 11px;
}
.hilite {
	color: #FFFFFF;
	background-color: #990000;
	padding-left: 3px;
}
.imgbrd {
	margin-right: 5px;
	margin-bottom: 5px;
}
hr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #E0B36D;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
