body {
	background-image: url(../images/gradient2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: arial;
	font-size: 12;
	color:#ffffff;
}
td {
	text-align: left;
}


.photocredit{
	font-size: 55%;
}
.maintable{
	background-image: url(../images/gradientBox.jpg);
	background-repeat: repeat;
	text-align: left;
	padding: 0;
	border: 0;
	width: 675;
}
.menutable{
	width: 200;
	vertical-align: top;
}

.infotable{
	width: 475;
}

.menuText {
	font-size: 68%;
	text-align: left;
	padding-left: 20px;
}
.menuTitleText {
	font-size: 90%;
	font-weight: bolder;
	color: #FFFFFF;
}

.mainimage {
	background-position: center center;
	text-align: center;
}
.imageDescription {
	font-size: 70%;
	text-align: center;
}
.imageTitle {
	font-size: 75%;
	text-align: center;
	font-weight: bold;
}



a:visited {
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
