		html, body, ul, li {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		img {
			border: 0;
		}
		a {
			font-weight: bold;
			text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
		}
		.more {
			text-align: right;
		}
		.clear {
			clear: both;
		}
		
		body, h1, h2, h3, form {
			font: 9pt verdana, arial, sans-serif;
			margin: 0;
			padding: 0;
			color: #5C5C5C;
		}
		
		body {
			background: url(images/header_bg.jpg) repeat-x;
			text-align: center;
		}
		#wrapper {
			width: 970px;
			text-align: left;
			margin: auto;
		}
		
		#header {
			align:center;
			width: 970px;
			height: 203px;
			overflow: hidden;
		}
		#nav {
			align:center;
		}
		#nav img {
			float:left;
		}

		.nav_off {
			width:136px;
			height:41px;
			overflow:hidden;
			text-align:bottom;
			float:left;
			text-align:center;
		}
		.nav_off:hover {
			background-image:url(images/nav_on.gif);
		}
		
		.nav_on {
			width:136px;
			height:41px;
			overflow:hidden;
			text-align:bottom;
			float:left;
			text-align:center;
			background-image:url(images/nav_on.gif);
		}
		
		.nav_text {
			position:relative;
			top:12px;
		}
		
		.nav_text a {
			font-weight:bold;
			font-size:8pt;
			color:#efefef;
		}
		
		#content {
			width:700px;
			text-align:left;
			float:left;
			margin-right:30px;
			margin-top:0px;
		}
		
		#widgets {
			float: right;
			width: 230px;
		}
		#localad1 {
			float: right;
			width: 230px;
		}
		#localad2 {
			float: right;
			width: 230px;
		}
		#Adsense {
			float: right;
			width: 230px;
		}
		a {
			font-weight: bold;
			color: #5C5C5C;
		}
		
		#footer {
			color: #FFFFFF;
			background: #42453D url(images/footer_bg.gif) repeat-x;
			padding: 6px 0 5px 0;
			margin-top: 2em;
			font-weight: bold;
			font: 8pt verdana, arial, sans-serif;
		}
		#footer p {
			margin: 0;
			padding: 0;
		}	
		#pscroller1{
			width: 199px;
			height: 80px;
			border: 0px solid black;
			padding: 0px;
			background-color: #F0F0F0;
		}

		#pscroller2{
			width: 199px;
			height: 80px;
			border: 0px solid black;
			padding: 0px;
			background-color: #F0F0F0;
		}

		.rssclass .rsstitle{
		font-weight: bold;
		}

		.rssclass .rssdate{
		color: gray;
		font-size: 85%;
		}

		.rssclass a{
		text-decoration: none;
		}