			body { 
  				background-color: #343434;
  				margin: 0;	
				background-image: url('background.jpg');
				background-repeat: repeat-x;
 			}

			#wrapper {
				background-color: #ffffff;
				margin: 0 auto;
				padding: 0;
				border: 0;
				width: 900px;
				min-height: 540px;
				color: #000;
 				position: relative; 
  				z-index: 0;
				top: 16px;
 			}

			#topred {
				background-color: #952a2a;
				width: 100%;
				height: 12px;
				padding: 0;
				margin: 0;
				position: relative;
			}

			#header {
  				width: 100%;
  				height: 62px;
  				padding: 0;
  				margin: 0;
  				border: 0;	   
  				position: relative;
  				top: 0;
  				background: #ffffff;
 			}

			#logo { 
  				position: absolute; 
  				top: 0; 
    				margin-top: 3px;
				margin-left: 3px;
  				padding: 0; 
 			}

			#menu {
				background-color: #ffffff;
  				width: 600px;
 				height: 30px;
  				color: #000000;
  				position: relative;
  				z-index: 1;
  				border:0;
				float: right;
				padding-top: 26px;
				padding-right: 15px;				
			}

			#menu ul {
  				margin: 0; 
  				padding: 0; 
  				list-style: none; 
  				float:right; 
  				background:#fff;
  				position:relative;
			}

			#menu ul li { 
 				margin: 0; 
  				padding: 0;
  				float:left; 
			}

			a.home {
				background: url('home.jpg');
				width: 65px;
				height: 16px;
				display: block;
				text-decoration: none;
			}

			a.home:hover {
				background-position: bottom;
			}

			span.hide {
				visibility: hidden;
			}

			a.about {
				background: url('about.jpg');
				width: 88px;
				height: 16px;
				display: block;
				text-decoration: none;
			}

			a.about:hover {
				background-position: bottom;
			}

			a.sports {
				background: url('sports.jpg');
				width: 76px;
				height: 16px;
				display: block;
				text-decoration: none;
			}

			a.sports:hover {
				background-position: bottom;
			}

			a.entertainment {
				background: url('entertainment.jpg');
				width: 122px;
				height: 16px;
				display: block;
				text-decoration: none;
			}

			a.entertainment:hover {
				background-position: bottom;
			}

			a.business {
				background: url('business.jpg');
				width: 82px;
				height: 16px;
				display: block;
				text-decoration: none;
			}

			a.business:hover {
				background-position: bottom;
			}

			a.news {
				background: url('news.jpg');
				width: 63px;
				height: 16px;
				display: block;
				text-decoration: none;
			}

			a.news:hover {
				background-position: bottom;
			}

			a.contact {
				background: url('contactselect.jpg');
				background-position: bottom;
				width: 93px;
				height: 16px;
				display: block;
				text-decoration: none;
			}
	
			#aheader {
				background-image: url('../aheader.jpg');
				width: 900px;
  				height: 148px;
  				margin: 1px 0;
  				text-align: center;
  				position: relative;
  				z-index:0; 
  				clear: right; 
 			}

			#main {
				position: relative;
  				width: 100%;
  				background: #fff;
  				margin: 0px;
				min-height: 270px;
			}

			.sidelink {
				margin-left: 4px;
				margin-top: 10px;
  				width: 120px;
				min-height: 290px;
  				background: #ffffff;
  				padding: 0;
  				color: #000;	   
  				border: 0;
  				text-align: left;
  				position:relative;
  				float:left; 
  				display:inline;
				font-family: verdana;
				font-size: .7em;
				text-align: left;
			}

			.linkcurrent a {
				text-decoration: none;
				color: #000000;
				font-weight: bold;
			}				

			.linklist {
				margin-left: 10px;
				margin-top: 0px;
				min-height: 20px;
				background-color: #ffffff;
				display:block;
			}

			.linklist a {
				text-decoration: none;
				color: #000000;
			}

			.linklist a:hover {
				text-decoration: underline;
				color: #000000;
			}

			.dotted {
				margin-left: 6px;
				margin-top: 10px;
				width: 8px;
				height: 305px;
				background: #ffffff;
				padding: 0;
				color: #000;
				border:0;
				position: relative;
				float: left;
				display: inline;
			}

			.content {
				margin-left: 6px;
				margin-top: 10px;
  				width: 600px;
				min-height: 300px;
  				background: #ffffff;
  				padding: 0;
  				color: #000000;	   
  				border: 0;
  				text-align: left;
				font-size: .8em;
				font-family: verdana;
  				position:relative;
  				float:left; 
  				display:inline;	
				line-height: 140%;			
			}

			.clear { 
				clear: left; 
				height:10px; 
			}

			#footer {
				margin: 0 auto;
				padding: 0;
				border: 0;
				width: 800px;
				min-height: 100px;
				color: #ffffff;
 				position: relative; 
  				z-index: 0;
				top: 23px;
				text-align: center;
				font-family: verdana;
				font-size: .7em;
				text-decoration: none;
			}

			.footerlink {
				color: #ffffff;
				text-decoration: none;
			}

			.footerlink:hover {
				text-decoration:underline;
			}