* {
	padding: 0;
	margin: auto;
	clear: none;
	float: none;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #F7941E;
	background-color: #666666;
}

img {
	border: 1px none #FFFFFF;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover { text-decoration: underline; color : #fff; }

#wrap {
	width: 860px;
	background-color: #222222;
	margin: auto;
}
.header {
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 10px;
	height: 125px;
	text-transform: uppercase;
	background-color: #333333;
}
.header h1 {
	font-size: 16px;
	font-weight: 100;
	padding: 10px 0 4px 10px;
	letter-spacing: normal;
}
.header h1 a {
	color: #FF9900;
	text-decoration: none;
}
.header h1 a:hover { 
color: #fff;
text-decoration: none; 
}
.header h2 {
	font-size: 17px;
	font-weight: 100;
	color: #FF9900;
	padding-left: 12px;
}

.navigation {
	padding-top: 20px;
	float : left;
	list-style: none;
	width: 190px;
}
.navigation ul { list-style-type: none; }
.navigation li { 
padding: 0; 
margin: 0; 
}
.navigation a, 
.navigation a:visited {
text-transform:uppercase;
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #ffffff;
background: #222;
text-decoration: none;
border-bottom: 1px solid #171B20;
}
.navigation a:hover {
color: #000;
background-color: #FF9900;
}

.content {
	float: none;
	width: 840px;
	padding: 10px;
}
.content h2 {
	color: #F0F0F0;
	font-size: 12px;
	letter-spacing: normal;
	font-weight: 100;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
}
.content h2 a { }
.content h2 a:hover { text-decoration: none; }

.footer {
	padding: 10px;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	background: #333;
}
.footer a {
color: #aaa;
}
