body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0c0c0c;
	background-image: url(../images/top-rept.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
.bottom-rept {
	background-image: url(../images/bottom-rept.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.menu-bg {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
}
#topmenu ul {
	width: 100%;
	height: 60px;
	list-style-type: none;
}
#topmenu ul li {
	background-image: url(../images/devider.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	float: left;
}
#topmenu ul li a {
	font-size: 12px;
	line-height: 60px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 60px;
	float: left;
	padding-right: 31px;
	padding-left: 31px;
}
#topmenu ul li a:hover {
	background-image: url(../images/menu-hov.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#topmenu ul li a.current {
	background-image: url(../images/menu-hov.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	font-size: 12px;
	color: #4a4949;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer ul {
	list-style-type: none;
}
.footer ul li {
	display: inline;
}
.footer ul li a {
	font-size: 12px;
	color: #4a4949;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
}
.footer ul li a:hover {
	color: #FFFFFF;
}
.content-area {
	background-color: #0c0c0c;
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 14px 0;
}
.left-title {
	font-size: 20px;
	font-weight: normal;
	line-height: 100%;
	color: #c84c05;
	margin-left: 5px;
}
.left-title span {
	font-size: 28px;
	font-weight: bold;
	line-height: 150%;
	color: #948614;
	padding-top: 10px;
}
.text1 {
	font-weight: bold;
	color: #948614;
}
a.more {
	font-size: 12px;
	font-weight: bold;
	color: #a75d0e;
	text-decoration: none;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: right 4px;
	display: block;
	padding-right: 10px;
}
a.more:hover {
	text-decoration: underline;
}
.title {
	font-size: 20px;
	font-weight: normal;
	line-height: 100%;
	color: #88d728;
}
.title span {
	font-size: 30px;
	font-weight: bold;
	color: #948614;
}
.title span span {
	color: #81d024;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #88d728;
}

