/*	<----- CONTENT ----->	*/

 body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333333;
  margin: 0;
  background-color: #EBEAC7;
  }

#container {
   margin: 20px auto;
	width: 770px;
	border: 2px solid #DFDEB7;
	padding: 6px;
	background-color: #fff;
}
  
#contentholder {
	width: 750px;
    clear:left;
	float: left;
}

#content {
	width: 730px;
   clear:left;
	float: left;
	margin: 4px 0px 20px 15px;
}


#content a {
  color:#CC6600;
}

/*#content ul {
	margin: 2px;
}

#content li {
	margin: 0;
	padding: 0;
   list-style-type: circle;
}*/

#flash {
	text-align:center;
	border: 1px solid #717648;
	background-color: #EBEAC7;
}

#rightcontent {
  float: right;
  width: 75%;
  
}

#leftimage {
  float: left;
  padding: 50px 10px 0 0;
}

#footer {
  width: 758px;
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#333333;
  padding:6px;
  text-decoration:none;
  clear:left;
  border-top: 1px solid #DFDEB7;
  }
  
#footer a{
  color:#333333;
  text-decoration:none;
  }

 H3 {
  font-family:"Times New Roman", Times, serif;
  font-size:20px;
  font-weight:bold;
  color:#CC6600;
  margin-bottom: 6px;
  }

H4 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#333333;
  margin: 0px;
  }
  
  H5 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#CC6600;
  margin: 0px;
  }
  
  
/*	<----- NAVIGATION ----->	*/

#navigation {
	float: left;
	width: 770px;
}

#navlist ul {
	width: 770px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navlist li {
    float:left;
	margin: 0;
	padding: 0;
}

#navlist li span {
	position: absolute;
	left: -7378px;
/*	display: none;*/
}

#navlist a {
	display: block;
	height: 26px;
}

#navlist .home a {
	background: url("../media/home.gif") 0 0 no-repeat;
	width: 66px;
}

#navlist .home a:hover {
	background: url("../media/home.gif") -66px 0 no-repeat;
}

#navlist .education a {
	background: url("../media/education.gif") 0 0 no-repeat;
	width: 87px;
}

#navlist .education a:hover {
	background: url("../media/education.gif") -87px 0 no-repeat;
}

#navlist .videos a {
	background: url("../media/videos.gif") 0 0 no-repeat;
	width: 72px;
}

#navlist .videos a:hover {
	background: url("../media/videos.gif") -72px 0 no-repeat;
}

#navlist .donor a {
	background: url("../media/donor.gif") 0 0 no-repeat;
	width: 83px;
}

#navlist .donor a:hover {
	background: url("../media/donor.gif") -83px 0 no-repeat;
}

#navlist .kids a {
	background: url("../media/kids.gif") 0 0 no-repeat;
	width: 59px;
}

#navlist .kids a:hover {
	background: url("../media/kids.gif") -59px 0 no-repeat;
}

#navlist .memorabilia a {
	background: url("../media/memorabilia.gif") 0 0 no-repeat;
	width: 95px;
}

#navlist .memorabilia a:hover {
	background: url("../media/memorabilia.gif") -95px 0 no-repeat;
}

#navlist .donate a {
	background: url("../media/donate.gif") 0 0 no-repeat;
	width: 193px;
}

#navlist .donate a:hover {
	background: url("../media/donate.gif") -193px 0 no-repeat;
}

