@charset "utf-8";
/* CSS Document */

body {
    margin:0;
    padding:15px 0 0;
    font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size:14px;
    color:#505050;
    background:#ffffff;
}

h1, h2, h3, h4, h5, p {
    margin:0;
    padding:0;
}

a {
    font-style:normal;
    text-decoration:none;
    color:#5f5f5f;
}

p {
    text-align:left;
    line-height:16px;
    font-size: 14px;
    padding-bottom: 10px;
}


#wrapper {
    width:522px;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}


h2 {
    text-align:center;
    font-size:14px;
    line-height:10px;
    line-height:1.1em;
    font-weight:normal;
    margin:23px 0 20px;
}

#footer {text-align:right; padding:10px 5px; font-size:10px; color:#666; border-top:1px #CCC solid;}
#footer a {color:#666; text-decoration:none;}



