* {
	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: #FFE788;
}
a:hover {
text-decoration: none;
color: #eee;
}

.byline {
	font: "Times New Roman", Times, serif;
	border-top: 1px solid #C2C9B6;
}

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

#header {
height: 75px;
line-height: 60px;
}
#header h1 {
color : #fff; 
font-size: 50px;
letter-spacing: -3px;
}

#left {
margin-top: 10px;
float: left;
width: 220px;
font-size: 16px;
padding: 10px;
background: #2F2C2C;
}
#left ul {
list-style-type: square;
padding: 5px 0 10px 10px;
color: #FFE788;
}
#left li {
line-height: 1.5em;
}
#left h2 {
font-size: 20px;
font-weight: 100;
letter-spacing: 0px;
padding: 5px 0 5px 0;
}

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

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


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