div#top_sep {
	display: block;
	width: 750px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	background: url('../i/head1_back.jpg') no-repeat left top;
}
div#content_box {
	display: block;
	width: 750px;
	margin: 0 auto;
	background: url('../i/content_back_bot.jpg') no-repeat left bottom;
	background-color: #494c53;
}
div#content {
	display: block;
	width: 750px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background: url('../i/cont_back_top.gif') repeat-x left top;
}
div.empty {
	
	display: block !important;
	display: none;
	clear: both;
	width: 690px;
	height: 1px;
}
div#content h1{
	margin: 0 0 0 20px;
	padding: 0 0 0 50px;
	font: normal 24px "Times New Roman";
	color: #fff;
	background: url('../i/logo_small.gif') no-repeat left 2px;
}
div.gal_top {
	display: block;
	width: 690px;
	clear: both;
	border-bottom: 1px solid #999;
	margin: 0 0 5px 0;
}
div.gal_bot {
	display: block;
	width: 690px;
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	clear: both;
	border-top: 1px solid #999;
}
div#content h2{
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 20px Arial;
	color: #fff;
}
span.bold {
	font-weight: bold;
}
div#gal_box {
	display: block;
	clear: both;
	width: 650px; height: 90px;
	margin: 20px 0 0 0;
	background: url('../i/line_b1.gif') repeat-x left bottom;
	padding: 0 0 40px 100px;
}
ul.galleries {
	display: block;
	width: 180px;
	float: left;
	margin: 10px 12px 0 0; padding: 0;
	list-style-type: none;
}	
ul.galleries li {
	display: block;
	margin: 0 0 0 0;
}	
ul.galleries a {
	display: block;
	height: 17px;
	padding: 3px 0 0 10px;
	font: normal 12px Arial;
	color: #ccc;
	text-decoration: none;
}
ul.galleries a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ff2985;
}
div.gallery {
	width: 690px;
	margin: 0 auto;
	display: block;
}
div.thumbs {
	width: 690px;
	margin: 0 auto;
	display: block;
	clear: both;
}
div.thumbs img {
	margin: 5px 5px;
}
div.thumbs a img {
	border: 2px solid #999;
	/*filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
}
div.thumbs a:hover img {
	border: 2px solid #fff;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
div.page_nav{
	display: block;
	width: 240px;
	float: right;
	margin: 5px 0 10px 0;
	padding: 0;
	font: normal 12px Arial;
	color: #666;
	text-align: right;
}
div.page_nav a {
	font: normal 12px Arial;
	color: #999;
	text-decoration: none;
	padding: 0 3px;
}
div.page_nav a.active {
	font: normal 12px Arial;
	color: #fff;
	background-color: #ff2985;
	text-decoration: none;
}
div.page_nav a:hover {
	color: #fff;
	background-color: #ff2985;
	text-decoration: none;
}
