* {
    padding: 0;
    margin: 0;
} 

body {
background: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #fff;
}

img { border: none; }
a { color: #fff; text-decoration: none;}
a:hover { text-decoration: underline; color : #aaa; }

#wrap {
margin: 15px auto 0 auto;
width: 950px;
}

#header { 
border: 5px solid #222;
height: 100px;
background: #333;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#banner { 
border: 5px solid #222;
height: 175px;
background: #444;
margin-top: 10px;
} 

.right {
margin-top: 10px;
width: 720px;
height: 1500px;
float: right;
text-align: center;
border: 5px solid #222;
padding: 10px;
background: #444;
}
.right h2 {
color: #ffffff;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 0 0 0 0;
}

.right a:link { text-decoration: underline; color: #00f; }
.right a:visited { text-decoration: underline; color: #00f; }
.right a:hover { text-decoration: underline; color: #fff; }
.left {
margin-top: 10px;
width: 160px;
height: 1500px;
float: left;
border: 5px solid #222;
font-size: 12px;
padding: 10px;
background: #444;
}
.left ul {
list-style-type: disc;
padding: 5px 10px 10px 20px;
color: #f00;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #f00;
line-height: 30px;
}
.left a:hover { text-decoration: none; color: #f00; }

#footer {
margin-top: 10px;
text-align: center;
color: #eee;
font-size: 11px;
border: 5px solid #222;
padding: 10px;
background: #444;
}