body {
	font-family: lucinda grande, verdana, sans-serif;
	font-size: 12px;
	margin: 5px 0 0 0;
	color: #666666;
	background-color:#ADA35C;
}

#container {
	width: 750px;
	margin: 0 auto 0 auto;
}
div.phototop{
	background-image: url(../images/photobgtop.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 30px;
}

div.phototopnav a {
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #660;
	text-align: center;
}

div.phototopnav a:active { color: #F93; }
div.phototopnav a:hover {text-decoration: underline; }

div.photobg {
	background-image: url(../images/photobg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	width: 750px;
}
img.frame {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid gray;
}

div.photocaption {
	color: #660;
	font-size: 13px;
	padding-top: 10px;	
}
td {
	padding-left: 24px;
	padding-right: 27px;
}
td a {
	text-decoration: none;
	color: #666;
	font-size: 11px;
}
td a:hover { text-decoration: underline; }
td a:active { color: #F93; }

div.photobottom {
	background-image: url(../images/photobgbot.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 750px;
	height: 30px;
}

