
	body {  background-image: url('backgroundfade.jpg');
		background-repeat: no-repeat;
		background-position: absolute;
		background-color: white;
					
		}
		
		#gigdates {
			left:10px;
			top: 15px;
			position: absolute;
			font-family:arial; 
			color:white;
			text-align:left; 
			line-height:150%; 
			padding:15px;				
			width:120px;
			text-transform:lowercase;
			}
		#gigdates a {
			font-family:arial; 
			color:white;
			text-align:left; 
			text-transform:lowercase;
			font-weight:bold;
			}
		
		
		#content { position: absolute;
			left: 150px;
			top: 133px;
			width:350px;
			font-family:arial; 
			font-size:smaller; 
			color:#203580;
			line-height:150%; 
			padding:15px;
			border:1px solid BLACK; 
			background-color:white; 
			text-transform:lowercase;
		}

		#photos { 
			position: absolute;
			left: 650px
			top: 360px
				}

		#rightbar {
			position: absolute;
			left: 650px;
			top: 220px;
			width: 165px;
			padding-top: 1em;
			padding-left: 0.7em;
			border-left: 1px solid black;
			border-right: 1px solid black;
			font-family:arial; 
			font-size:smaller; 

		}

		#rightbar a {
			color: #203580;
		}
		#rightbar a:hover {
			width: 95px;
			color: white;
			background-color: #203580; 
			font-weight:bold;
			text-decoration:none;


		}


		#h1 {
			font-weight: 100;
			font-size: 2.5em;
			text-align: center;
		}

		#h2 {
			font-weight: 80;
			font-size: 1.5em;
			text-align: center;
		}
		#menu {
			border-right: 1px solid black;
			line-height:150%;
			padding: 2px 2px 2px 2px;
			position: absolute;
			left: 5px;
			top: 280px;
			width: 175px;
			color:black;
			display: block;
			font-family:arial; 
			font-weight: bold;
			font-size:smaller; 
			background-image: url('background.jpg');
			background-repeat: no-repeat;
			background-position: absolute;
			background-color: white;
		}

		#menu a {
			color: #203580;
			text-transform: lowercase;
		}
		#menu a:hover {
			display: block;
			width: 95px;
			color: white;
			padding: 2px 2px 2px 2px;
			background-color: #203580; 
			font-weight:bold;
			text-decoration:none;
			position: absolute;
		}

		#menu a.thisPage {
			display: block;
			width: 100px;
			color: white;
			padding: 2px 2px 2px 12px;
			background-color: #203580; 
			font-weight:bold;
			text-decoration:none;
			text-transform:uppercase;
			position: absolute;
		}

#content A:link {text-decoration: underline; color:#203580; font-weight: bold; text-transform:lowercase}
#content A:visited {text-decoration: underline; color:#203580; font-weight: bold; text-transform:lowercase}
#content A:active {text-decoration: underline; color:#203580; font-weight: bold; text-transform:lowercase}
#content A:hover {text-decoration: none; color: #203580 ; font-weight: bolder; font-variant: small-caps; 
background-color:white ; color:#406099;
		}