* {
    padding: 0;
    margin: 0;
} 

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

img { border: none; }
a { color: #22456F; text-decoration: none;}
a:hover { text-decoration: underline; color : #000; }
a.tooltip span {display:none; padding:2px ; margin-left:10px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:2px solid #cccccc; font-size: 11px; line-height: 0px;}

  
#wrap {
margin: 40px auto 0 auto;
width: 700px;
}

#header { 
border: 5px solid #ddd;
height: 100px;
}
#header h1 {
font-size: 54px;
font-weight: 1000;
line-height: 54px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #182535;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #aaa;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
line-height: 12px;
}

#header h3 {
color: #aaa;
font-size: 13px;
font-weight: bold;
padding: 0 0 0 11px;
line-height: 12px;
}

.center {
margin-top: 10px;
float: center;
text-align: justify;
border: 5px solid #ddd;
padding: 10px;
}
.center h2 {
color: #22456F;
font-size: 24px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.center ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}



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