@charset "UTF-8";

body {
	margin: 0; padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #d7d7d7;
	background: #0f0e0e;
}

.hidden {
	display: none;
}

h1 {
	margin: 0;
	padding: 0;
}


img { border-style: none; }

#page-container {
	width: 935px;
	margin: auto;
	padding-bottom: 10px;
	background-image:url(../images/global/fu_background.png)
}

#header {
	height: 139px;
	padding-top: 7px;
	background: #0f0e0e;
}

#main-nav {
	width: 935;
	height: 43px;
	background-image:url(../images/global/nav_bar.png);
	display: block;
	margin: 0 auto;
}

#main-nav ul {
	margin: 0; padding: 0;
	list-style-type: none;
	text-align: center;
}

#main-nav ul li { 
	display: inline;
	position: relative;
	top: 12px;
 }

#main-nav ul li a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: .1em 3em;
	color: #0f0e0e;
}

#main-nav ul li a:hover { color: #d7d7d7; }


/* #sidebar-a {
	float: right;
	width: 275px;
	height: 420px;
	background-image:url(../images/content_bg.png);
	background-repeat: repeat-x;
}

#sidebar-a .padding {
	padding: 25px;
} */

#content {
	/* margin-right: 275px; */
	height: auto;
	background-repeat: repeat-x;
	line-height: 22px;
	font-size: 14px;
	font-weight: 100;
	text-decoration: none;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	padding-top: 28px;
}

#content .padding {
	padding: 25px;
	padding-top: 5px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-top: 13px;
	/* padding-bottom: 20px; */
	/* font-size: 14px; */
	/* font-weight:lighter; */
	letter-spacing: 1px;
	color:#d7d7d7;
}

#content a {
	color: #ec1c24;
	text-decoration: none;
	}

#footer {
	clear: both;
	width: 935px;
	height: 40px;
	background-image: url(../images/global/footer_bar.png);
	display: block;
	margin: 0 auto;
}

ul#alt-nav {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, Sans-serif; 
	color: #c9c9c9;
	font-size: 11px;
	margin: 0; padding: 0; 
	list-style-type: none; 
		
}

ul#alt-nav a { color: #c9c9c9; text-decoration: none; }

ul#alt-nav li { display: inline; }

ul#alt-nav li {
	position: relative;
	top: 13px;
	
	padding: 0px 30px;
	 }

ul#alt-nav li a:hover { text-decoration: underline; }






