body {
	background: #669966;
}
img {
	border-style: none;
}
.upload_form {
	border: 1px solid #000;
}
.gallery_cell {
	width: 150px; 
	border: 1px solid #111; 
	text-align: center; 
	vertical-align: bottom;
	background-color: #555;
	color: #fff;
}
.gallery_cell:hover {
	background-color: #0ba55f;
}
.gallery_cell_inner {
	width: 100%;
	border: 0;
	text-align: center;
	vertical-align: bottom;
}
.gallery_cell_inner_desc {
	width: 100%;
	border: 0;
	text-align: center;
	font-size: 10px;
	vertical-align: top;
	height: 60px;
}
.desc_div {
	height: 100px;
	max-height: 60px;
	overflow: auto;
}
#content_area {
	background-image: url('../img/bg_main.gif');
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #cfc;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0;
}
#header_gallery {
	width: 940px;
	height: 188px;
	background-image: url('../img/header_gallery_round.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
#nav_cont { background-color:#cfc; margin: 0; padding: 0; }
#nav_item1 { text-align: center; margin-left: 0; background-color:#cfc; }
#nav_item2 { text-align: center; background-color:#cfc }
#nav_item3 { text-align: center; background-color:#cfc; }
#nav_cont a {
	font-size:1.2em;
	font-weight: bold;
	text-decoration: none;
	color:#696;
}
#nav_cont a:hover {
	border-bottom: 1px solid #696;
}