html {
	height: 100%;
}
body {
	background: #006699 url(images/bg.jpg) fixed 50% 100% no-repeat;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: justify;
}

a {
	color:#006699;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#mastHead{
	background: url(images/mastHead.png) repeat-x;
	width: 100%;
	height: 248px;
	position: absolute;
	z-index: 1;
}
	#headInner{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		min-width: 960px;
	}
	#logo{
		float:left;
		margin: 20px 0 0 30px;
		
	}
	#tree{
		position: relative;
		float: right;
		bottom: -7px;
	}
	#headCenter{
		position: absolute;
		left: 50%;
		width: 410px;
		margin: 0 0 0 -240px;
		font-size: 14px;
		color: #fff;
	}
	#adBanner{
		width: 400px;
		height: 80px;
		margin: 0 auto 5px;
		overflow: hidden;
	}
	#adBanner li {
	list-style: none;
	}
	#adBanner a {
		color: #ffff00;
	}
#page{
	position: relative;
	top: 240px;
	margin-bottom: 240px;
	width: 940px;
	margin: 0 auto;
}
#body{
	width: 525px;
	height: 350px;
	overflow:hidden;
}
#bodyInner{
	background: url(images/body.png) repeat-y 100%;	
	width: 525px;
	max-height: 343px;
	padding: 0 3px 0 0;
	overflow: visible;
}
#welcome{
	padding: 10px;
}
#bodyFoot{
	background: url(images/bodyFoot.png) no-repeat 100%;
	width: 528px;
	height: 10px;
}
#sideBarWrapper{
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
}
#sideBar{
	background: url(images/body.png) repeat-y 100%;
	width: 386px;
	height: 334px;
	padding: 10px 14px 0 10px;

}
#sideBarFoot{
	background: url(images/bodyFoot.png) no-repeat 100%;
	width: 410px;
	height: 10px;
}
#accordion {
	background: transparent;
}
#accordion div.title{
	width: 29px;
	overflow: visible;
}
/*#accordion div.content{
	background: transparent;
	overflow: hidden;
}*/
#accordion div.contentInner {
	width: 350px;
	padding: 10px 15px;
	font-size: 12px;
}
#gallery{
	margin: 250px auto 0;
	width: 100%;
	text-align: center;
}
#gallery h3{
	color: #fff;
	margin-bottom: 5px;
}
div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 100px;
  width: 950px;
  /* Add scroll-bars */
  margin: auto;
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 10000px;
  padding: 0 0 0 5px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 3px #fff solid;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
    filter:alpha(opacity=70);
  opacity: 0.7;
}
.sc_menu a:hover img {
  filter:alpha(opacity=90);
  opacity: 0.9;
}
