body {
	color: #fff;
}

div#container {
	margin-top: 220px;
}

body#index {
	background: #D35D6C url(../img/bkgd.png) no-repeat center top;
}

body#index a {
	color: #D35D6C;
	text-decoration: none;
}

body#index a:link {
}

body#index a:hover {
	color:#fff;
}

body#index a:visited {
}

body#index a.current {
	color: #fff;
}

body#index div#events {
	margin: 30px 0 90px 0;
}

body#index #content-wrapper {
	background-color: #42240F;
	margin-left: 275px;
	margin-bottom:90px;
	padding-bottom: 30px;
}

body#index #header {
	background: url(../img/navbar_patt_03.png) no-repeat top left;
	text-align: center;
	padding: 17px 0;
}

img#upcoming-events {
	padding-top: 60px;
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
}

body#index div#mission {
	background: url(../img/wks_mission_02.png) no-repeat top left;
}

body#index div#mission {
	padding-top: 100px;
	font-size: 120%;
}

body#index div#mission hr {
	height: 3px;
	background-color: #D35D6C;
}

ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.navigation li {
	display: inline;
}

ul.navigation li a {
	color: #F5AC16;
	text-decoration: none;
	font-size: 180%;
	font-weight: 700;
	margin: 0 28px;
	letter-spacing: .03em;
}

ul.navigation li a:link {
}

ul.navigation li a:hover {
	color:#fff;
}

ul.navigation li a:visited {
}

ul.navigation li a.current {
	color: #fff;
}