@charset "utf-8";
body {
	margin: 0px;
	background-color: #cdcabb;			
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #68675b;
}
p {
	font-family: /* "Trebuchet MS", */Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #68675b;	
}
.normal_text {
	font-family: /* "Trebuchet MS", */Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #68675b;	
}
.small_text {	
	font-size: 10px;	
}
ul {
	font-family: /* "Trebuchet MS", */Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #68675b;	
}

a:link {color: #68675b;}
a:visited {color: #68675b;}
a:hover {color: #000000}
a:active {color: #68675b;}

.info_link {text-decoration: none;}
.info_link:hover {text-decoration:underline;}

.sitemap_link {text-decoration: none; font-size: 10px;}
.sitemap_link:hover {text-decoration: underline;}

.copyright_bar {
	height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #68675b;	
}
.copyright_bar_link {
	text-decoration: none;
}
.copyright_bar_link:hover {
	text-decoration: underline;
}
.logo_bar {
	height: 65px;
}
.logo_bar_space {
	height: 13px;
}
.right_space {
	width: 10px;
}
.main_frame {
	background-color: #FFFFFF;	
	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: #FFFFFF;
	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: 25px;
}
.content_space {
	width: 20px;
}
.gallery_frame {
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	vertical-align: top;
}
