/* CSS code written by Aaron Bell

ARE YOU READY TO RUMBLE!!!!!!!!! */

body {
	background:#FFFFFF url(splashback.jpg) top center no-repeat;
	text-align:center;
}

body a{
	text-decoration:none;
	font:12pt Georgia, Times, serif;
	color:#000000;
}

body a:hover{
	color: #993300;
}

.hidden {
	display:none;
}


#wrap {
	width:800px;
	margin:0 auto 0 auto;
}


#slideshow {
	width:634px;
	height:476px;
	margin:80px auto 0 auto;
}


#navbar .list {
	list-style:none;
	margin:0 5px;
	display:inline;
}

/* Lightbox */

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	text-align: left;
	background-image: url(../javascript/lightbox/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}