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

body {
	margin: 0;
	padding: 0;
	color: #7c9a11;
	background: url("images/bg.jpg") repeat-x #9ac600;
	
}

h1 {
	font-size: 2.14em;
	letter-spacing: -0.06em;
}

h2 {
	font-size: 1.71em;
	letter-spacing: -0.06em;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 2px solid #9ac600;
	width: 100%;
}

#wrapper {
	width: 1075px;
	margin: 0 auto;
}

#header {
	
}

#nav {
	clear: both;
	display: block;
}

#nav img {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#top {
	width: 1075px;
	height: 24px;
	background: url("images/top.jpg");
	clear: both;
}

#bottom {
	width: 1075px;
	height: 20px;
	background: url("images/bottom.jpg");
}

#middle {
	width: 1075px;
	height: auto;
	background: url("images/fill.jpg");
}

#content {
	padding: 10px 0;
	margin: 0px 160px;	
}

#breadcrumbBox a {
	color: #7c9a11;
	font-weight: bold;
}
#breadcrumbBox a:hover {
	color: #9ac600;
}

#childrenBox {
	border: 2px solid #7c9a11;
	width: 99%;
	background: #9ac600;
	padding: 5px;
	margin-bottom: 5px;
}

#childrenBox ul li {
	display: inline;
	margin: 0;
	padding: 0px 12px 0px 8px;
	border-right: 2px solid #7c9a11;
}

#childrenBox ul li a{
	color: #fff;
	font-weight: bold;
}

#childrenBox ul li a:hover{
	text-decoration: underline;
}

#copyright {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	color: white;
}

#links{
	font-size: 14px;
	color: #ff8400;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
}

#links a {
	color: #fff;
	text-decoration: none;
}

#links a:hover {
	color: #ff8400;
}

.starfishMenuSeo li {
	display: inline;
	margin: 10px;
}

#galleryDiv {
	clear: both;
	width: 730px;
	margin-top: 10px;
}

.galleryItem {
	float: left;
	margin: 5px;
	text-align: center;
}

.galleryItem img {
	border: 2px solid #9ac600;
	padding: 1px;	
}