* {
    padding: 0;
    margin: 0;
} 

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

img { border: none; }
a { color: #c0c0c0; 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;
} 

.main {
margin-top: 10px;
width: 920px;
height: 725px;
float: right;
text-align: center;
border: 5px solid #222;
padding: 10px;
background: #444;
}
.main h2 {
color: #ffffff;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 0 0 0 0;
}
.main a:link { text-decoration: underline; color: #00f; }
.main a:visited { text-decoration: underline; color: #00f; }
.main a:hover { text-decoration: underline; color: #fff; }


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