@charset "utf-8";
body {
	margin: 0px;
	background-color: #cdcabb;
}
.logo_bar {
	height: 65px;
}
.logo_bar_space {
	height: 13px;
}
.right_space {
	width: 10px;
}
.main_frame {
	background-color: #000000;	
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.main_frame_right {	
	background-image: url(../images/shadow_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.main_frame_bottom {
	background-color: #000000;
	background-image: url(../images/shadow_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 45px;
	padding-left: 8px;
	padding-right: 8px;
}
.main_frame_bottom_right {
	background-image: url(../images/shadow_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu_table {
	height: 35px;
}
.menu_item {	
	vertical-align: top;
	padding-top: 6px;
}
.menu_item_space {
	width: 18px;
}
.copyright_bar {
	height: 23px;
}
.content_space {
	width: 20px;
}
.option_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #68675b;
	line-height: 15px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #68675b;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #68675b;
	line-height: 15px;
}
.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #68675b;
	line-height: 15px;
}
.content_next {
	font-size: 11px;
}
.login_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color: #68675b;	
}
a:link {color: #68675b;	text-decoration: none;}
a:visited {text-decoration: none; color: #68675b;}
a:hover {text-decoration: underline; color: #68675b;}
a:active {text-decoration: none; color: #68675b;}
#page1 {
 overflow:hidden;height:400px;
}
.gallery_frame {
	background-color: #000000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	vertical-align: top;
}
.thumbnail {
	padding: 4px;
	height: 60px;
	width: 60px;
}
.current, .thumbnail_transparent {
	padding: 4px;
	height: 60px;
	width: 60px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
#images img {
	cursor: hand;
	cursor: pointer;	
}	
#imagexxx {
	width: 660px;
	height: 440px;	
}
#images {
	overflow:hidden;
	height:422px;
}
.loading {
	padding-top: 200px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color:#808080;
}
.gallery_image {	
    width: 660px;
	height: 440px;	
}

