body{
width: 700px;
margin:0 auto;
padding:0;
background:#333;
color:#222;
}

a {
color:#0000cc;
font-weight:bold;
text-decoration:underline;
}


#header{
  text-align:center;
  background: url(img/head.png) repeat-x;

}
#header h1{
font-size:21px;
font-family:Georgia;
margin:0;
padding:0;
}

#header h2{
font-family: Georgia;
margin:0;
padding:0;

}


#header h1 a{
text-decoration:none;
color:#eee;
}

#header h2 a{
text-decoration:none;
color:#fff;

}

#nav{
text-align:center;
padding: 20px 0 5px 0;
}

#nav a{
font-weight:normal;
color:#eee;
}


#wrap{
padding:12px 40px 0 40px;
font-size:14px;
font-family:Georgia;
background:#fff;

}

#wrap h2{
margin:0 0 7px 0;
padding:0;
font-family:Georgia;
font-size:16px;
}


#footer{
text-align:Center;

}

#footer a{
color:#fbc403;
text-decoration:none;
}

