	
	/* Controls overall look of your site*/

	body { color:white; font-family: Arial; background-image: url(/stationimages/bkgd.jpg); background-repeat: repeat; background-position: 0 0; text-align: center; margin: 0 auto; }
		
	a:link {color: red;
		font-size: 10pt; 
		font-family: Arial;	
		text-decoration: none }
	a:visited
	       { color: red; font-size: 10pt; font-family: Arial; text-decoration: none  }

	a:hover {color: yellow}
	
	/* Size and position of your Container*/
	#Container { margin:0 ; text-align: left; width: 1000px; height: auto}
	
	/* Size and position of your Header*/
#Header { background-image: none; background-position: 0 0; position: static;}
/* Size and position of Left Content*/
	#Nav { background-image: none; background-position: 0 0; width: 200px; height: auto; float: left; }
#Nav a:link { color: red; }
#Nav a:visited { color: red; }
#Nav a:hover { color: yellow; }
#NavPOS { position: relative; left: 20px;}
/* Size and position of Right Content*/
	#Main { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 800px; float: right; }
	
/* Size and position of Right Content*/
	#MainPRS {
	
		float:right;
		width:760px;
		background:#000066;
		}


	/* Size and position of Footer */
	#Footer { color: red; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 1000px; clear:both; }

	
