@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
	}
	
body {
	text-align: center;
	background: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#page-wrap {
	width: 800px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -400px;
	background: #fff;
	min-height: 800px;
	}	
	
#header {
	background: url(assets/logo.png) no-repeat center 10px;
	height: 277px;
	width: 800px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	}	
	
h4, h2 {
	margin: 40px auto 10px auto;
	}

#nav {
	border-top: 2px solid #c59c32;
	border-bottom: 2px solid #c59c32;
	height: 50px;
	width: 100%;
	position: relative;
	top: -30px;
	left: 0;
	text-align: center;
	z-index: 5;
	overflow: hidden;
	}
	
#nav p {
	height: 44px;
	background: #000;
	color: #faf75b;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 100%;
	line-height: 44px;
	font-size: 28px;
	text-transform: uppercase;
	}
	
.red {
	color: #d62625;
	}

#content {
	text-align: left;
	padding: 0 15px;
	}
	
#content ul {
	list-style: inside;
	margin-left: 20px;
	}
#content ul li {
	line-height: 28px;
	}
	
#content ul li a {
	color: #d62625;
	}