@charset "utf-8";

#container {
    width: 800px;
    margin: 0 auto;
}

div#menu ul {
    list-style: none;
}

div#menu li {
    display: inline;
    margin-left: 20px;
}

div#content {
    width:580px;
    float:left;
    padding-right:20px;
}

div#side_right {
    width:200px;
    float:right;
}

#footer { 
    width: 800px;
    margin: 0 auto;
    clear:both; 
    background-color:#F0F0F0; 
    border:1px solid #CCCCCC;
    padding:5px; 
    line-height:20px;
}

#footer a { 
    text-decoration:none
}

#footer a:hover { 
    text-decoration:underline
}

