	
	/* Controls overall look of your site*/

	body { color:black; font-size: 10pt; font-family: Arial; background-color: black; background-repeat: repeat; text-align: center; width: 100%; margin:0 auto; }
		
	a:link {color: black;
		font-size: 10pt; 
		font-family: Arial;	
		text-decoration: none; }
	a:visited
	       {color: black;
		font-size: 10pt; 
		font-family: Arial;
		text-decoration: none; }

	a:hover {color: blue}

	/* Size and position of your Container*/
	#Container { background-image: url(/stationimages/index/bkgdtile.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin:0 auto; width:820px; }
	
	/* Size and position of your Header*/
	#Header { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width:760px; height: 190px;
		;
		}
		
	/* Size and position of Left Content*/
	#Nav { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; Float:left; Width:190px; }

	/* Size and position of Right Content*/
	#Main { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; Width:630px; float: right; }

	/* Size and position of Footer */
	#Footer { float: left;}

	
