@charset "UTF-8";

body { 

background-repeat: no-repeat; margin: 0px; font: normal 14px Baskerville;  
}

a {
	text-decoration: none;
}

body_container {
	background-repeat: no-repeat; padding-bottom: 0px;
	}

a img { border: 0px;}

p { margin: 0px; padding: 0px; }

#clear {clear: both;}

#logo {padding-bottom: 0px; size:auto}

div#navbar1 ul {
	list-style-position: inside;
	list-style-type: none;
	float: left	
}

div#navbar1 ul li {
	float: right;
	margin-left: 15px;
}

div#navbar1 ul li a.current { 
text-decoration: underline; 
color: black
}

#navbar1 ul li a.hover {
text-decoration: underline
}

div#navbar2 ul{
	list-style-position: inside;
	list-style-type: none;
}

div#navbar2 ul li {
	float: left;
	margin-right: 50px;
	}

div#navbar2 ul li a.current { 
	text-decoration: underline; 
	color: black
	}

div#ul.level_one { 
	float: left; 
	margin-left: 24px; 
	}

	
#p1 {
	padding-top: 40px
	}

#gallery {
  overflow: auto;
  width: 100%;
}

.scroller {
white-space: nowrap;
list-style: none;
margin: 0;
padding: 0;
}

.scroller li {
  display: table-cell;
  margin: 0;
  border-left: none;
}


* html #gallery {
overflow-x: scroll;
}

* html .scroller li {
  display: inline;
}


li img {
  border-left: 5px;
  }




