@charset "UTF-8";
/* CSS Document */

#centeredmenu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	background-color: #333333;
	visibility: visible;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#centeredmenu ul li a {
	display:block;
	margin:0 0 0 0px;
	padding:3px 10px;
	color:#FFF;
	text-decoration:none;
	line-height:18px;
	background-color: #333;
}
#centeredmenu ul li a:hover {
	color:#FFF;
	background-color: #960
	;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
	color:#333;
	font-weight:bold;
	background-color: #CCC;
}

/* Gallery styles */

#gallery{
	
	/* CSS3 Rounded Corners */
	margin:0 0 0 17.5px;
	-moz-border-radius-bottomleft:12px;
	-webkit-border-bottom-left-radius:12px;
	border-bottom-left-radius:12px;
	
	-moz-border-radius-bottomright:12px;
	-webkit-border-bottom-right-radius:12px;
	border-bottom-right-radius:12px;
	
	-moz-border-radius-topleft:12px;
	-webkit-border-top-left-radius:12px;
	border-top-left-radius:12px;
	
	-moz-border-radius-topright:12px;
	-webkit-border-top-right-radius:12px;
	border-top-right-radius:12px;
	
	border:0px solid white;
	
	
	/* The width of the gallery */
	width:755px;
	
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:330px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:755px;
	overflow:hidden;
}

.slide{
	float:left;
	
}

#menu{
	/* This is the container for the thumbnails */
	height:0px;
}

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

.BrownText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #736365;
}
.beagleheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #736365;
	font-weight: bold;
}

#Header {
	background-color: #323232;
	position: static;
	height: 220px;
}
#middle {
	height: 100%;
	background-color: #E7E1DA;
}
