* {
    padding: 0;
    margin: 0;
} 

body {
background: #000 url(images/tall.jpg) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #aaa;
}

img { border: none; }
a { color: #3189E7; text-decoration: underline;}
a:hover { text-decoration: none; color : #aaa; }

#wrap {
margin: 40px auto 0 auto;
width: 842px;
}



#header { 
border: 1px solid #222;
height: 156px;
background: #000 url(images/header.gif) no-repeat;
}
#header h1 {
font-size: 55px;
font-weight: 100;
letter-spacing: -1px;
padding: 50px 0 5px 160px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #aaa;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 17px;
font-weight: 100;
padding: 100px 0px 0px 200px;
letter-spacing: -1px;
line-height: 20px;
}




.left {
margin-top: 10px;
width: 800px;
float: left;
text-align: justify;
border: 1px solid #222;
padding: 20px;
background: #000;
}
.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
margin-top: 10px;
width: 160px;
float: right;
border: 5px solid #222;
font-size: 12px;
padding: 10px;
background: #333;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#footer {
margin-top: 10px;
margin-bottom: 35px;
text-align: center;
color: #eee;
font-size: 11px;
border: 1px solid #222;
padding: 0px;
background: #000;
}