* {
	margin: 0;
	padding: 0;
}
html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	font-family: Myriad Pro, Trebuchet, Arial;
	color: #222;
}
body {
	background: #333 url('images/bg.jpg') no-repeat center fixed;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 2em;
	margin-bottom: 8px;
}
#OuterContainer {
	width: 1000px;
	margin: 48px auto 0 auto;
	background: transparent;
}
#Header {
	float: left;
	margin-bottom: 16px;
}
#Header h1 {
	color: #FFF;
	font-weight: bold;
	text-shadow: #444 0px 0px 15px;
	margin: 0px;
	position: relative;
	z-index: 6;
}
#Header h2 {
	font-weight: normal;
	position: relative;
	z-index: 5;
	color: #DDD;
	margin: -8px 0px 0px 2px;
}

#Navigation {
	margin-top: 25px;
	float: right;
	width: 390px;
}
#Navigation ul {
	list-style-type: none;
}
#Navigation ul li {
	float: left;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}
#Navigation ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
	width: 95px;
	height: 80px;
	max-height: 80px !important;
	margin: 0px;
	border: none;
}
#Navigation a.current {
	background: url('images/nav_active.png?v=21') no-repeat center;
	color: #222;
	border: none;
}
#Navigation ul li a:hover {
	font-weight: bold;
	background: #516FD5 url('images/nav_hover.jpg?v=1') no-repeat center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	border: none;
}
#Navigation ul li a img {
	display: block;
	border: none !important;
	margin: 0 auto 0 auto;
	padding-top: 14px;
}

#Body {
	clear: both;
	-webkit-box-shadow: 0px 0px 8px #222;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 8px #222;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 25px #555;
	background: #FFF url('images/center_bg.jpg') repeat;
	margin-top: 16px;
	overflow: hidden;
}
#Body ul li {
	width: 976px !important;
	margin-right: 24px;
	padding: 32px 32px 32px 32px;
}

#Body .large {
	font-size: 2.5em;
	padding: .5em;
}

#Footer {
	font-size: .8em;
	margin: 16px 0px 16px 0px;
	text-align: center;
	color: #999;
}
