#menu_container {
	width: 148px;
	float: left;
	border:1px solid #000;
}
.menu, .mnu_select {
	width: 148px;
	border-top: 1px solid #666;
	cursor: pointer;
	margin: 0;
}
.menu:first-child, .menu_select:first-child{
	border: none;
}
.mnu_select {
	background: #999999;
}
.menu a, .mnu_select a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #D52E38;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #DDEDC6;
	display: block;
	width: 144px;
	padding: 5px 2px;
	text-decoration: none;
}
.menu a:hover {
	background: #FFF;
	text-decoration: none;
}
.mnu_select a {
	background-color: #007C62;
	color: #FFFFFF;
	cursor: default;
}
#description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	padding-bottom: 20px;
	color: #333333;
}
#gallery_container {
	width: 550px;
	float: right;
}
.spacer {
	width: 183px;
	float: left;
	text-align: center;
	padding-top: 15px;
}
.photo_frame {
	 border: 1px dotted #999;
	 width: 130px;
	 margin: 0 auto;
	 padding: 10px;
	 text-align: center;
	 list-style-type: none;
}

