@charset "utf-8";
/* CSS Document */

body {
	background: url('images/bg.jpg') #ececec;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
	line-height:120%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #4d4d4d;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#wrapper a:link, #wrapper a:visited, #wrapper a:active {
	color: #247100;
	font-weight: bold;
	text-decoration: none;
}
#wrapper a:hover {
	color: #247100;
	font-weight: bold;
	text-decoration: underline;
}
#titleBar {
	margin-top: 40px;
	width: 100%;
}
#mainAd {
	background: url('images/ad.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 20px;
	width: 100%;
	height: 301px;
}
#mainBody {
	margin-top: 20px;
	border-bottom: 2px solid #4d4d4d;
}
#mainBody ul {
	margin-left: 160px;
}

#minorBody {
	margin-top: 20px;
	border-bottom: 2px solid #4d4d4d;
	width: 100%;
}
#footer {
	width: 940px;;
	height: 100px;
	background-color: #bbbbbb;
	margin-top: 60px;
	padding: 10px;
	color: #ffffff;
}

#footerNAV {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-align:center;
	margin-top: 30px;
}

#footerNAV a:link, #footerNAV a:visited, #footerNAV a:active {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#footerNAV a:hover {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000;
}