@charset "UTF-8";
/* ----- Layout ----- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #2b2929 url(../assets/background.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}
#clear {
	clear: both;
	}
	
/* ----- Header ----- */
#header {
	position: relative;
	background: url(../assets/header.jpg) no-repeat top left;
	height: 191px;
	}
#header h1 {
	margin-left: -9000px;
	}
#header #logoImage {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 216px;
	height: 84px;
	background: url(../assets/yuaLogo.jpg) no-repeat;
	}

/* ----- Navigation ----- */
#nav {
	padding: 2px;
	position: relative;
	height: 60px;
	background: #2b2929;
	}
#nav #topNav ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 900px;
	list-style: none;
	background: url(../assets/navBack.jpg) repeat-x left top;
	}
#nav #topNav ul li {
	float: left;
	}
#nav #topNav ul a {
	padding: 0;
	font-weight: bolder;
	font-size: 13px;
	line-height: 2.2em;
	text-decoration: none;
	text-align: center;
	width: 127.6px;
	height: 26px;
	color: #fff;
	float: left;
	display: block;
	}
#nav #topNav ul a:hover {
	background: #fff;
	color: #67222b;
	}
	
/*-----*/
#nav #bottomNav ul {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	width: 900px;
	list-style: none;
	background: url(../assets/navBack.jpg) repeat-x left top;
	}
#nav #bottomNav ul li {
	float: left;
	}
#nav #bottomNav ul a {
	padding: 0;
	font-weight: bolder;
	font-size: 13px;
	line-height: 2.2em;
	text-decoration: none;
	text-align: center;
	width: 128px;
	height: 26px;
	color: #fff;
	float: left;
	display: block;
	}
#nav #bottomNav ul a.first {
	background: none;
	}
#nav #bottomNav ul a:hover {
	background: #fff;
	color: #990003;
	}

/* ----- Content ----- */
#content {
	padding: 10px 0;
	}
#content #text {
	padding: 10px;
	float: left;
	width: 425px;
	}
#content #textWide {
	padding: 10px;
	float: left;
	width: 875px;
	}
#content #textWide #leftBig {
	float: left;
	width: 400px;
	}
#content #textWide #rightBig {
	float: right;
	width: 400px;
	}
#content h1 {
	color: #7C2D35;
	font: 28px "Times New Roman", Times, serif;
	font-weight: bold;
	}
#content #textWide table {
	margin: 0 0 10px 0;
	border-bottom: solid 2px #666666;
	}

/* ---- Picture Bar ----- */
#picBar {
	float: left;
	background: #2b2929;
	padding: 10px 0 10px 0;
	text-align: center;
	width: 900px;
	}

/* ----- Footer ----- */
#footer {
	background: #2b2929;
	color: #FFFFFF;
	text-align: center;
	padding: .5em;
	font: 10px;
	}
	
/* ----- PFF ----- */
#sidebar {
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	width: 200px;
	height: 500px;
	border-right: #2b2929 2px solid;
	border-bottom: #2b2929 2px solid;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar ul li {
	margin: 1em;
	padding: 0;
	}
#sidebar ul a {
	font: 1em Arial, Helvetica, sans-serif;
	color: #2b2929;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #990003;
	width: 170px;
	display: block;
	}
#sidebar ul a:hover {
	color:#990000;
	}
	
#content #pffContent p {
	margin: 10px;
	}
	
#content #newsFeed {	
	float: left;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #000;
	}
#content #newsFeed img{
	padding-right: 10px;
	}
