* {
	margin: 0;
	padding: 0;
}

body {
background: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #eee;
}

a {
text-decoration: underline;
color: #ff9900;
}
a:hover {
text-decoration: none;
color: #dfb97d;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 60px;
line-height: 60px;
text-align: center;
}
#header h1 {
color : #fff; 
font-size: 22px;
letter-spacing: 0px;
}

#left {
margin-top: 10px;
float: left;
width: 410px;
font-size: 13px;
padding: 22px 10px 10px 10px;
text-align: justify;
background: #000;
}

#left h2 {
font-size: 18px;
font-weight: 100;
letter-spacing: 0px;
padding: 8px 0 3px 0;
color: #ff9900
}

#left h3 {
font-size: 20px;
font-weight: 100;
letter-spacing: 0px;
padding: 5px 0 5px 0;
}

#right {
margin-top: 10px;
float: right;
width: 340px;
background: #000;
text-align: justify;
padding: 10px;
}
#right h2 {
font-weight: 100;
letter-spacing: -2px;
font-size: 28px;
padding: 15px 0 10px 0;
}
#right h2 a {
}
#right h2 a:hover {
color: #fff;
text-decoration: none;
}

#footer {
background: #000;
font-size: 11px;
text-align: center;
margin-top: 30px;
padding: 5px 0;
}