* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
color: #333333;;
margin-top: 20px;
}

img { border: none; }
a { color: #005EB0; text-decoration: none; }
a:hover { text-decoration: underline; color : #005EB0; }

#wrap {
width: 851px;
margin: 0 auto;
border-left: 1px solid #111;
border-right: 1px solid #111;
background: #fff;
}

#header {
height: 137px;
margin: 0 auto;
width: 848px;
border-left: 1px solid #111;
border-right: 1px solid #111;
border-top: 1px solid #111;
background: #FFFFFF;
letter-spacing: 1px;
}


#left {
float: left;
width: 155px;
height: 0 auto;
padding: 0px;
border-left: 1px solid #111;
background: #000666;
color: #fff;
}
#left a { color: #fff; text-decoration: none; font-size:14px; }
#left a:hover { color: #FFCC33; }
#left h1 { color: #fff; padding: 15px 0 5px 10px; font-size: 17px; font-weight: 100;}
#left ul { color: #ff6600; padding: 10px 0 10px 30px; list-style-type: square; }
#left ul li { padding-bottom: 10px; }
#left ul li a { color: #fff; text-decoration: none; font-size:15px;}
#left ul li a:hover { color: #FFCC33; }

#center {
margin-top: 0px;
float: left;
width: 592px;
height: 0 auto;
padding: 20px 40px 20px 60px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background: #fafafa;
}
#center h1 {
font-size: 17px;
letter-spacing: 1px;
font-weight: 100;
font-weight:bold;
padding : 12px 0 3px 0;
color: #005EB0;
background: #FAF8CC;
}
#center h2 {
font-size: 17px;
letter-spacing: 1px;
padding : 3px 0 5px 0;
text-align: center;
color: #000;
}
#center h3 {
font-size: 19px;
font-face: Times Roman;
letter-spacing: 1px;
padding : 3px 0 5px 0;
text-align: center;
color: #000;
}
#center h4 {
font-size: 25px;
letter-spacing: 1px;
font-weight: 100;
font-weight:bold;
padding : 12px 0 3px 0;
color: #005EB0;
text-align: center;
}
#center table{
font-size: 13px;
}


#footer {
margin-top: 20px;
border-top: 1px solid #aaa;
padding: 10px 0;
text-align: center;
font-size: 11px;
background: #eee;
}