@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background: #FFF url(images/bg-tile.jpg) repeat-x top center;
}

#wrapper {
	display: block;
	width: 800px;
	margin: 0 auto;
	padding: 187px 0 0 0;
	background: #FFF url(images/header-bg1.jpg) no-repeat top center;
}

h1 {
    font-size: 2.1em;
}
    
h2 {
    font-size: 1.9em;    
}
    
h3 {
    font-size: 1.8em;
}
    
h4 {
    font-size: 1.6em;    
}
    
h5 {
    font-size: 1.4em;    
}

h1, h2, h3, h4, h5 {
    font-family: Trebuchet MS, Arial, sans-serif;
	color: #a26d24;
}
    
p, table {
    line-height: 1.6em;
    font-size: 1.2em;    
}

li {
    line-height: 1.6em;
    font-size: 1.2em;    
}

.clear {
	clear: both;
}

#content {
	float: left;
	width: 545px;
	margin: 0;
	padding: 80px 0 0 30px;
}

#footer {
	margin: 20px 0 0 0;
	border-top: 1px solid #a26d24;
	clear: both;
	padding: 20px 0;
}

#footer p {
	text-align: center;
}

#menu {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 330px;
}

#menu a#home {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 50px;
	background: url(images/menu_01.jpg) no-repeat top left;
	text-indent: -9999%;
	overflow: hidden;
}

#menu a#twitter {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 45px;
	background: url(images/menu_02.jpg) no-repeat top left;
	text-indent: -9999%;
	overflow: hidden;
}

#menu a#leadership {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 44px;
	background: url(images/menu_03.jpg) no-repeat top left;
	text-indent: -9999%;
	overflow: hidden;
}

#menu a#mission {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 44px;
	background: url(images/menu_04.jpg) no-repeat top left;
	text-indent: -9999%;
	overflow: hidden;
}

#menu a#signup {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 45px;
	background: url(images/menu_05.jpg) no-repeat top left;
	text-indent: -9999%;
	overflow: hidden;
}

#menu a#facebook {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 42px;
	background: url(images/menu_06.jpg) no-repeat top left;
	text-indent: -9999%;
	overflow: hidden;
}

#menu a#register {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 60px;
	background: url(images/menu_07.jpg) no-repeat top left;
	text-indent: -9999%;
	overflow: hidden;
}

#menu a#home:hover, #menu a#twitter:hover, #menu a#leadership:hover, #menu a#mission:hover, #menu a#signup:hover, #menu a#facebook:hover, #menu a#register:hover {
	background-position: top right;
}