@charset "UTF-8";

a:link {
	font-weight: normal;
	color: #ADA748;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #ADA748;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #386713;
	text-decoration: none;
}
body {
	margin: 0px;
	background-image: url(../images/background_m.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
#container {
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	min-width: 1000px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background_top.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}
.left-frame {
	width: 137px;
	background-image: url(../images/background_left.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
.main-wrapper {
	background-color: #FFF;
	text-align: center;
	vertical-align: top;
}
.right-frame {
	width: 127px;
	background-image: url(../images/backgroind_right.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
#main {
	width: 736px;
	padding-top: 31px;
}
.title{
	float: right;
}
#footer {
	margin: 0px;
	width: 1000px;
	height: 110px;
	clear: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}
#bottom {
	text-align: center;
	font-size: 12px;
	color: #ADA748;
	min-width: 1000px;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background_bottom.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
	display: block;
}
.green12 {
	font-size: 12px;
	color: #386713;
	line-height: 23px;
	font-weight: normal;
}
.green12bold {
	font-size: 12px;
	color: #386713;
	line-height: 23px;
	font-weight: bold;
}
.green14 {
	font-size: 14px;
	color: #386713;
	line-height: 23px;
	font-weight: normal;
}
.green14bold {
	font-size: 14px;
	color: #386713;
	line-height: 23px;
	font-weight: bold;
}
.yellow12 {
	font-size: 12px;
	color: #ADA748;
	line-height: 23px;
	font-weight: normal;
}
.yellow12bold {
	font-size: 12px;
	color: #ADA748;
	line-height: 23px;
	font-weight: bold;
}
.yellow14 {
	font-size: 14px;
	color: #ADA748;
	line-height: 23px;
	font-weight: normal;
}
.yellow14bold {
	font-size: 14px;
	color: #ADA748;
	line-height: 23px;
	font-weight: bold;
}

