@charset "UTF-8";
header {
	height: 280px;
	}
.menu_item {
	color: #666666; 
	text-decoration: none;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
}
.menu_item:hover {
	color: #775577;
	border-bottom: solid 1px #775577; 
	margin-left: 20px;
	margin-right: 20px;
}
.menu_item_selected {
	color: #553355;
	border-bottom: solid 1px #553355; 
	text-decoration: none;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
}
.logo_header {
	height: 180px;
	width: 660px;
	background: url(../images/logo_medium.png) no-repeat right top #A17DA1;  
}
.logo {
	position: relative;
	top: -340px;
	left: 230px;
	background: url(../images/logo_medium.png) no-repeat left 0px;
}
.page_container {
	margin: auto;
	margin-top: 0px; 
	width: 100%;
	position: relative; 
	background-color: #eeeeee;
}
.slideshow-container {
  max-width: 1000px;
  height: 330px;
  position: relative;
  margin: auto;
  z-index: 250;
}
.slideshow_dots {
	position: relative;
	top: -280px;
	text-align:center;
	z-index: 300;
 }
.page {
	max-width: 660px;
	margin: auto;
	box-shadow: 1px 1px 3px 3px #666666;
 }
 .column {  
	float: left; 
	width: 640px;
}
.image_column {  
	float: left; 
	margin:  3px;
	width: 210px;
	height: 210px;
}
.gallery_page {
	padding: 3px;
	position: absolute;
	top: 0px;
}
.gallery {
	position: relative;
	height: 700px;
}
.gallery_pager {
	padding: 6px;
}
