body {
	background-image: url(images/bgtop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #575757;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
#menu {
	height: 48px;
	width: 1045px;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/bgMenu.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#menu ul { list-style:none;
margin:0;
padding:0;
}
#menu ul li {
	float:left;
}
#menu ul li a {
	display:block;
	width:120px;
	height:19px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}

#menu ul li a:hover {
	background-color: #80AA00;
}
#flash {
	height: 292px;
	width: 1045px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#wrapper {
	background-repeat: repeat;
	background-position: top;
	height: auto;
	width: 100%;
	margin-top: -11px;
	background-image: url(bgWrapper.jpg);
}
#footer {
	height: 141px;
	width: 100%;
	clear: both;
	background-color: #8FC002;
	background-image: url(images/bgFooter.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAFFEA;
	text-align: center;
	margin-bottom: -15px;
}

#contents {
	height: auto;
	width: 1085px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#leftCol {
	background-image: url(images/bglcolLeft.png);
	background-repeat: repeat-y;
	height: auto;
	width: 185px;
	float: left;
	margin-top: 9px;
}
#rigthCol {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	float: right;
}
