@charset "UTF-8";
body { 
	background-image: none;
	background-color: #fff;  
}

header {
	height: 166px;
	}
.logo {
	position: relative;
	top: -166px;	
	left: 0px;
	background: url(../images/logo_small.png) no-repeat left 0px;
}
.logo_header {
	height: 120px;
	width: 320px;
	background: url(../images/logo_small.png) no-repeat right top #A17DA1;  
}
.page_container {
	margin: 0px;
	width: 100%;
	background-color: #eeeeee;
	box-shadow: none;
}
.slideshow-container {
  max-width: 1000px;
  height: 166px;
  position: relative;
  margin: auto;
  z-index: 250;
}
.page {
	max-width: 320px;
	margin: auto;
	box-shadow: 1px 1px 3px 3px #666666;
 }
 .column {  
	float: left; 
	width: 320px;
}
.image_column {  
	float: left; 
	margin:  3px;
	width: 304px;
}
.gallery_page {
	padding: 3px;
	position: absolute;
	top: 0px;
}
.gallery {
	position: relative;
	height: 3000px;
}
.gallery_pager {
	padding: 6px;
}

