body {
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#row {
	height: 15px;
}
#page {
}
#page_top {
	width: 800px;
	height: 147px;
	background:  url(../images/bg_01.jpg) no-repeat top center;
	margin: auto;
}
#page_nav {
	width: 800px;
	height: 27px;
	margin: auto;
}
img {
	border: 0px none;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-right: 0px;	
}
.menu {
	cursor: pointer;
	cursor: hand;
}
a {
	text-decoration: none;
	color: #d820cd;
}
a:hover {
	text-decoration: underline;
	color: #620d50;	
}
#nav {
	width: 488px;
	height: 27px;
	float: left;
	border: 0px none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#nav_end {
	width: 312px;
	height: 27px;
	float: right;
	background:  url(../images/bg_07.jpg) no-repeat top center;
}

#page_middle {
	width: 100%;
	background: url(../images/bg_08.jpg) repeat-x top center;
	background-color: #e2bfc4;
}
#page_content {
	width: 800px;
	height: 345px;
	overflow: auto;
	margin: auto;
}
#page_content #iframe {
	width: 800px;
	height: 345px;
	background:  url(../images/bg_09.jpg) no-repeat top center;
	margin: auto;
	border: 0px;
	padding: 0px;
}

#page_bottom {
	width: 800px;
	height: 81px;
	background:  url(../images/bg_10.jpg) no-repeat top center;
	margin: auto;
}
table {
	vertical-align: top;
	width: 100%;
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}
td {
	vertical-align: top;
}
#gallery td {
	text-align: center;
}
li {
	display: block;
}
.submenu {
	width: 175px;
}
.popup {
	width: 100%;
	background-color: #000000;
	position: absolute;	
	left: 0;
	top: 0;
	z-index: 50;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
.gallery{
	width: 450px;
	height: 400px;
	position: absolute;	
	background-color: #f9fde7;
	margin: auto;
	padding: 3px 3px 3px 3px;
	align: center;
	z-index: 100;

}
.gallery .back{
 	width: 50px;
 	height: 20px;
	text-align: left;
	cursor: pointer;	
}

.gallery .forward{
 	width: 50px;
 	height: 20px;
	text-align: right;
	cursor: pointer;
}

.preview {
	width: 100%;
	height: 350px;
	margin: 0px 0px 0px 0px;
}
.gallery .listing{
	display: none;
}
.spacer{
	width: 25px;
}

.preview .title {
	width: 150px;
	height:: 20px;
	background-color: #000000;
	float: right;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}