@charset "utf-8";

*{    color: #666;    background-color: transparent;    margin:  0;
    padding: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:62.5%;
    line-height: 1.5;
    background-color: #739CF7;
    padding-bottom: 20px;
}
#container {
    margin:5px auto 0 auto; 
    border-left:1px solid #99B0FB;
    border-right:1px solid #99B0FB;
    width:780px;
    background-color:#fff;
}
#navigation {
    width:780px;
    height:27px;
    }

a:hover {
    color:#FF3300;
    }

#footer {
    margin-top:3em;
    }
