@charset "UTF-8";
body {
	background-color: #000000;
	margin-top: 0px;
}
#navigation {
	height: 100px;
	width: 100%;
	position: fixed;
	top: 10px;
	background-image: url(../images/main_nav_bg.png);
	background-repeat: repeat;
	left: 0px;
	right: 0px;
}
#navigation #nav_wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#navigation #nav_wrapper img {
	margin: 20px 0 0 10px;
}
#navigation #nav_wrapper ul.nav {
	display: inline;
	clear:right;
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
}
#navigation #nav_wrapper ul.navB {
	display: inline;
	clear:right;
	float: right;
	margin: 30px 10px 2px;
	
}
#navigation #nav_wrapper .nav li, .navB li {
	display: inline;
	color: #FFFFFF;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-stretch:condensed;
}




#footer {
	height: 60px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #000000;
	clear: both;
}
#footer #footer_wrapper {
	height: auto;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#footer_wrapper p {
	width: 240px;
	text-align: right;
	float: right;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: underline;
}

