	
	/* Controls overall look of your site*/

	body { color:white; font-family: Arial; background-image: url(/stationimages/index/bgtile.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin:0; text-align: center; }
		
	a:link {color: navy;
		font-size: 10pt; 
		font-family: Arial;	
		text-decoration: none }
	a:visited
	       {color: #030303;
		font-size: 10pt; 
		font-family: Arial;
		text-decoration: none }

	a:hover {color: red}
	
	/* Size and position of your Container*/
	#Container { 
			background-color: #3686b9;
			margin:0 auto; 
			text-align: left;
			width:760px;
		  }
	
	/* Size and position of your Header*/
	#Header { position:static; background:#3686b9 url(/stationimages/header.swf); width: 760px; height: 160px; }
		
	/* Size and position of Left Content*/
	#Nav { 
			float:left;
			background:#3686b9;
			width: 190px;
			height:auto; }

	/* Size and position of Right Content*/
	#Main {
		float:right;
		width:560px;
		background:#3686b9;
		}
	/* Size and position of Right Content*/
	#MainPRS {
		float:right;
		width:760px;
		background:#006;
		}


	/* Size and position of Footer */
	#Footer {
		
		background:#3686b9;
		clear:both;
		}

	
