* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Tahoma Verdana, Tahoma, Arial, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
color: #000;
line-height: 12px;
}

a {color: #2983E6;}
a:hover {color:#333;}
img {border: none;}

#wrap {
width: 800px;
margin: 10px auto 0 auto;
border: 5px solid #eee;
}

#header {
background: #2983E6 url(images/header.gif) no-repeat;
height: 100px;
line-height: 17px;
}
#header h1 {
font-size: 35px;
font-weight: 100;
letter-spacing: -3px;
padding: 20px 0 8px 10px;
font-family: Verdana, Tahoma, Arial, sans-serif;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #333;
}
#header h2 {
color: #f7f7f7;
font-size: 14px;
font-weight: 600;
padding: 0 0 0 12px;
letter-spacing: -1px;
}

#content {
padding: 0 10px 20px 10px;
}

.right {
margin-top: 15px;
width: 200px;
float: right;
}
.right h2 { 
padding-left: 10px; 
height: 24px; 
line-height: 24px; 
color: #fff; 
background: #2983E6; 
font-size: 14px;  
}
.right ul { 
list-style-type: none; 
color: #777; 
}
.right ul li {
background: #f7f7f7; 
display: block; 
border-bottom: 1px solid #fff;
}
.right ul li a { 
display: block;
font-size: 14px; 
padding: 7px 0 7px 20px; 
text-decoration: none; 
}
.right ul li a:hover {
background: #eee; 
color: #2983E6;
}

.left {
width: 560px;
float: left;
}
.left h2 {
color: #666;
font-size: 24px;
font-weight: 100;
padding : 20px 0 10px 0;
}
.left h2 a {
color: #2983E6;
text-decoration: none;
}
.left h2 a:hover {
color: #333;
text-decoration: none;
}
#footer {
margin: 10px 0;
text-align: center;
font-size: 11px;
}
#footer a {text-decoration: none; }
