body {
	font-family: "proxima-nova-1", "proxima-nova-2", Arial, Helvetica, sans-serif;
	background: #e8141a url(/crusades/2011/anaheim/images/bg.png) repeat-x;
	color: #333333;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
}
a {
	color: #ed1c24;
}
a:hover {
	color: #ed1c24;
}
#unav-wrapper {
	background: #eeeeee url(/stw/images/home-link-bg.png) repeat-x;
}
#unav a {
	color: #607997;
}
#container-wrapper {
	width: 100%;
	height: 572px;
	background: transparent url() center top no-repeat;
	display: table;
	margin: 0 auto;
}
#container {
	width: 980px;
	margin: 0 auto;
	overflow: visible;
}
#header {
	display: block;
	width: 1010px;
	height: 120px;
	margin-left: -30px;
	position: relative;
	z-index: 2;
}
#home-logo {
	width: 1010px;
	height: 120px;
	background: url("/stw/images/header.png") no-repeat scroll 30px 13px transparent;
	display: block;
}
#nav-wrapper-wrapper {
	width: 980px;
	background: transparent url() left bottom no-repeat;
	margin-left: -3px;
	padding-left: 3px;
	float: left;
}
#nav-wrapper {
	background-color: #ffffff;
	margin-top: -5px;
	float: left;
	position: relative;
	z-index: 1;
}
#content {
	width: 760px;
	float: left;
	min-height: 572px;
}
#nav {
	width: 220px;
	float: right;
	padding-top: 10px;
}

/* NAV STYLES */
#nav b {
	font-size: 15px;
	color: #333333;
}
#nav ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}
#nav ul li {
	margin-bottom: 45px;
}
#nav ul ul {
	margin: 4px 0 0 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	border-top: 1px solid #dfe4ea;
}
#nav ul ul li {
	margin: 0;
	border-bottom: 1px solid #dfe4ea;
}
#nav ul ul li a {
	display: block;
	padding: 2px 0 2px 20px;
	background: url('/crusades/2011/anaheim/images/bullet-active.png') no-repeat 10px center;
	text-decoration: none;
	color: #333333;
}
#nav ul ul li a.active-nav {
	color: #F90808;
	font-weight: bold;
	background-image: url('/crusades/2011/anaheim/images/bullet-active.png');
}
#nav ul ul li a:hover {
	color: #F90808;
	background-color: #eeeeee;
}


/* CONTENT STYLES */
#content-container, .content-container {
	padding: 20px;
}
h2.page-title {
	margin: 20px 0 0 20px;
	padding: 0;
	width: 740px;
	font-weight: bold;
	font-size: 28px;
	color: #7e0713;
}

/* FOOTER STYLES */
#footer {
	height: 25px;
	width: 980px;
	background: transparent url() no-repeat;
	padding: 12px 0 0 0;
	margin: 0;
	border: none;
	display: block;
}
#footer-text {
	height: 25px;
	line-height: 25px;
	padding-left: 38px;
	background: transparent url(/crusades/2011/anaheim/images/footer-fly.png) no-repeat;
	color: #ffffff;
	font-size: 12px;
}
