* {
	margin: 0;
	padding: 0;
}

body {
background: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #eee;
}

a {
text-decoration: none;
color: #FF6633;
font-weight:100;
font-size:14px;

}
a:hover {
	text-decoration:underline;
	color: #eee;	
}

#wrap {
margin: 10px auto;
width: 900px;
}

#header {
	height: 150px;
	line-height: 50px;
	background-color:#282821;
	
}
#header h1 {
	color : #FF993F;
	font-size: 40px;
	letter-spacing: -1px;
	
}

#left {
margin-top: 10px;
float: left;
width: 160px;
font-size: 13px;
padding: 10px;
background: #2F2C2C;
}
#left ul {
list-style-type: square;
padding: 5px 0 10px 30px;
color: #FFE788;
}
#left h2 {
font-size: 20px;
font-weight: 100;
letter-spacing: -2px;
padding: 5px 0 5px 0;
}

#right {
margin-top: 10px;
float: right;
width: 680px;
background: #2F2C2C;
text-align: justify;
padding: 10px;
}
#right h2 {
font-weight: 100;
letter-spacing: -2px;
font-size: 28px;
padding: 15px 0 10px 0;
}

#right h3 {
	font-weight: 100;
	letter-spacing: -1px;
	font-size: 22px;
	padding: 15px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
}

#right h2 a {
}
#right h2 a:hover {
color: #fff;
text-decoration: none;
}

#footer {
background: #0D0D0D;
font-size: 14px;
text-align: center;
margin-top: 30px;
padding: 5px 0;
}

.navigation { 
padding-top: 10px;
float : left ;
list-style: none; 
width: 180px;

}

.navigation ul { list-style-type:none; }
.navigation li { padding: 0; margin: 0;}

.navigation a, 
.navigation a:visited {
display: block;height: 25px;line-height: 25px;padding: 0 10px 0 10px;color: #FF6633;
background: #222;
text-decoration: none;
font-size:14px;
border-bottom: 1px solid #171B20;
}
.navigation a:hover {
color: #000;
background-color: #F7B50C;
}

.navigation  h3 {
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 #171B00;
}

