* {
    padding: 0;
    margin: 0;
} 

body {
background: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
color: #dedede;
}

img { border: solid; border-color: white;}
a { color: #ffffff; text-decoration: none; }
a:hover { text-decoration: underline; color : #000000; }

#wrap {
width: 750px;
background: #000000;
margin: 0px auto;
}
.header {
padding-top: 20px;
height: 400px;
text-transform: none;
background: #000000;
}
.header h1 {
font-size: 34px;
font-weight: 100;
padding: 10px 0 4px 10px;
letter-spacing: 0px;
}
.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;
letter-spacing: +2px;
}

.navigation { 
padding-top: 10px;
float : left ;
list-style: none; 
line-height: 30px;
font-weight: bold;
width: 200px;
}
.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: #7bc0ed;
background: #0000;
text-decoration: none;
border-bottom: 1px solid #000000;
}
.navigation a:hover {
	color: #fcef7e;
	background-color: #000000;
	text-decoration: underline;
}

.content {
padding: 10px 10px 10px 0;
font-size: 16px;
float: right;
width: 510px;
}
.content h2 {
color: #FAF391;
font-size: 28px;
letter-spacing: -2px;
font-weight: 100;
padding: 10px 0 10px 0;
text-transform: None;
}
.content h2 a { }
.content h2 a:hover { text-decoration: none; }

.footer {
padding: 10px;
font-size: 11px;
color: #aaa;
text-align: center;
background: #000000;
}
.footer a {
color: #aaa;
}