* {
    padding: 5;
    margin: 0;
} 

body {
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;

}

img { border: none; }
a { color: #57626a; text-decoration: underline; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin:  0 0 0 5px;
width: 1000px;
}

#header { 
padding: 10px 0 20px 0;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 24px 0 5px 10px;
}
#header h1 a {
color: #57626a;
text-decoration: none;
}
#header h1 a:hover {
color: #57626a;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}



#content {
padding: 10px 20px;
}

table {
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;

color: #333333;;

}

#footer {
background: #f2f2f2;
border-top: 3px solid #57626a;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
}