body {
	background-color: #071b5c;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
A:link { color: #f0b209; text-decoration: none; }
A:active { color: #f0b209; text-decoration: none; }
A:visited { color: #f0b209; text-decoration: none; }
A:hover { color: white; text-decoration: none; }
#logo { 
position: absolute;
z-index: 10; 
top: 0px; 
left: 248px;
} 
#nav { 
position: absolute;
z-index: 20; 
top: 120px; 
left: 359px;
white-space: nowrap;
} 
#copyright { 
font-family: "Trebuchet MS", Arial, Georgia;
font-size: 13px;
position: absolute;
top: 536px;
left: 10px;
color: #f6d939;
} 
#copyright A:link { 
color: #f6d939;
text-decoration: none;
}
#copyright A:visited { 
color: #f6d939;
text-decoration: none;
}
#copyright A:hover { 
color: #f6d939;
text-decoration: underline;
}
#email { 
font-family: "Trebuchet MS", Arial, Georgia;
font-size: 13px;
position: absolute;
top: 565px;
left: 826px;
color: #f6d939;
} 
#email A:link { 
color: #f6d939;
text-decoration: none;
}
#email A:visited { 
color: #f6d939;
text-decoration: none;
}
#email A:hover { 
color: #f6d939;
text-decoration: underline;
}
#bodyCopyContainer {
	position: absolute;
	z-index: 5;
	top: 179px;
	left: 271px;
	width: 442px;
	height: 614px;
} 
#bodyCopyEventsContainer {
	position: absolute;
	z-index: 5;
	top: 163px;
	left: 271px;
	width: 442px;
	height: 614px;
} 
.bodycopy { 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fcf5ce;
font-size: 11pt;
line-height: 20px;
} 
.scheduleTitle { 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fcf5ce;
font-size: 14pt;
line-height: 20px;
}

#gallery .thumbnail img{border: none;}

#gallery .thumbnail:hover{
	background-color: transparent;
}

#gallery .thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	text-decoration: none;
}

#gallery .thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0px;
	left: 0px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
