@charset "utf-8";
/* 

Common Colors
-------------------
Gold      : #E6C821
Dark Gold : #88760F
Gray      : #666666

Green     : #B1BC56
Dark Green: #585C27
*/
body
{
	background:url(../images/page-background.png) top left;
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper
{
	background:url(../images/content-dropshadow.png) top center repeat-y;
	margin: 10px auto 0px auto;
	width: 1000px;
}
#page
{
	text-align: left;
	margin: 0px auto;
	width: 900px;
}
#head
{
	background-color: white;
	overflow: auto;
}
	#head .logo
	{
		float: left;
	}
	#head .mission
	{
		float: left;
		margin: 25px 0px 0px 10px;
		width: 600px;
	}
#menu
{
	background-color: #B1BC56;
	border-bottom: 3px solid #585C27;
	height: 40px;
	overflow: auto;
}
	#menu .tab
	{
		background: url(../images/menu-tab.jpg) top left no-repeat;
		float: left;
		height: 29px;
		margin-top: 11px;
		text-align: center;
		width: 101px;
	}
	#menu .tab a
	{
		color: black;
		display: block;
		font-weight: bold;
		padding-top: 5px;
		text-decoration: none;
	}
	#menu .tab a:hover
	{
		color: white;
	}
	#menu .slogan
	{
		float: right;
		margin: 12px 25px 0px 0px;
	}
#content
{
	background: white;
	padding: 10px;
}
#footer
{
	background-color: #666666;
	color: #E6C821;
	font-size: 12px;
	overflow: auto;
	padding: 10px;
}
	#footer a
	{
		color: white;
	}
	#footer .left
	{
		float: left;
	}
	#footer .right
	{
		float: right;
	}
#bottom
{
	background: url(../images/content-bottomdropshadow.png) top center no-repeat;
	height: 10px;
	margin: 0px auto;
}
