body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	background-color: #FE9D3D;
	background-image: url(images/bgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
}
a:link {
	color: #8BAE00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8BAE00;
}
a:hover {
	text-decoration: underline;
	color: #8BAE00;
}
a:active {
	text-decoration: none;
	color: #8BAE00;
}
#top {
	background-repeat: repeat-x;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 109px;
	background-image: url(images/top.jpg);
}
#body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 805px;
	top: -76px;
}
.body_place {
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#menu {
	font-size: 12px;
/*	background-image: url(images/bgrdmenu.jpg); 
	background-repeat: no-repeat;
	background-position: left top;  */
}
.menu {
	color: #FAF1D0;
	text-decoration: none;
	font-size: 14px;
	line-height: 26px;
	padding-left: 5px;
}
a.menu {
	color: #FAF1D0;
	display: block;
	width: 120px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #C68F71;
	text-decoration: none;
}

a.menu:hover {
	color: #B8F400;
	text-decoration: none;
}

.textwhite {
	color: #FFFFFF;
}


h1 {
	font-size: 14px;
	color: #620000;
	text-transform: uppercase;
}