* {
	padding: 0;
	margin: 0;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

img {
	border: none;
	width: 860px;
	padding-top: 10px;
}
a { color: #FAF391; text-decoration: none; }
a:hover {
	text-decoration: underline;
	color : #333399;
	font-size: 14px;
}

#wrap {
	width: 870px;
	margin: 0px auto;
	background-color: #FFFFFF;
	height: 700px;
}
.header {
	padding-top: 0px;
	height: 120px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
.header h1 {
font-size: 34px;
font-weight: 100;
padding: 10px 0 4px 10px;
letter-spacing: -3px;
}
.header h1 a {
color: #FAF391;
text-decoration: none; 
}
.header h1 a:hover { 
color: #fff;
text-decoration: none; 
}
.header h2 {
font-size: 17px;
font-weight: 100;
color: #fff;
padding-left: 12px;
}

.navigation {
	padding-top: 0px;
	float : left;
	list-style: none;
	width: 160px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.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: #133c36;
text-decoration: none;
border-bottom: 1px solid #171B20;
}
.navigation a:hover {
	color: #000000;
	background-color: #ED7900;
	border-color: #000000;
}

.content {
	float: right;
	width: 670px;
	background-color: #FFFFFF;
	padding: 10px;
}
.content h2 {
	color: #133C36;
	font-size: 28px;
	letter-spacing: -2px;
	font-weight: 100;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	text-decoration: underline;
}
.content h2 a { }
.content h2 a:hover { text-decoration: none; }

.footer {
	background: #333333;
	color: #CCCCCC;
}
.footer a {
	color: #CC7935;
	background: #333333;
}
