body {
	background-image: none;
	background-color: #333366;
}

a {
	text-decoration: none;
}

#photogallery {
	background-color: #EEEEEE;
	width: 760px;
	height: 560px;
}

#photogallery .masthead {
	height: 40px;
}

#photogallery .masthead .header {
	font-family: serif;
	font-weight: bold;
	vertical-align: middle;
	padding: 10px;
}

#photogallery .masthead .title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}

#photogallery .photo {
	background-color: #DDDDDD;
	border-left: none;
	border-right: none;
	height: 360px;
}

#photogallery .photo .image {
	border: none;
	border-right: 1px solid #EEEEEE;
	width: 540px;
	text-align: center;
	vertical-align: middle;
}

#photogallery .photo .menu {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
	width: 240px;
}

#photogallery .photo .title {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
	width: 240px;
}

#photogallery .photo .caption {
	font-size: 12px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
	width: 240px;
}

#photogallery .photo .credit {
	font-size: 12px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
	width: 240px;
}

#photogallery .ad {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

#photogallery .footer {
	font-size: 11px;
}

