/* Controls overall look of WOZZ*/
body { color:yellow; font-size: 10pt; font-family: Arial; background-image: url(/stationimages/index/bobtomtile.jpg); background-repeat: repeat; text-align: center; margin: 0 auto; width: 100%; }
a:link {color: yellow;
		font-size: 10pt; 
		font-family: Arial;	
		text-decoration: none; }
a:visited
	       {color: yellow;
		font-size: 10pt; 
		font-family: Arial;
		text-decoration: none; }
a:hover {color: red}
/* Size and position of your Container*/
#Container { background-image: url(/stationimages/index/bkgdtile.jpg); margin: 0 auto; text-align: left; width:760px; }
/* Size and position of your Top Header*/
#Header { background-image: url(/stationimages/header.swf); 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; margin: 40px auto; float:left; width:190px; }
#Nav a:link { color: black; }
#Nav a:hover { color: blue; }
#Nav a:visited { color: black; }
/* Size and position of Right Content*/
#Main { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0;  margin: 40px auto; width:560px; float: right; }
/* Size and position of Bottom */
#Footer { color:#ffffff; background-color: navy; float:left; }
