body {
   background-color: #959596;
   font-family: Tahoma, arial, sans-serif;
}

#middle {
    margin-left: 0px;
    margin-right: 0px;
    background-color: #959596;
    text-align: center;
}
#menu {
   font-weight: bold;
   background-color: #222222;
   color: #FFFFFF;
   height: 20px;
   width: 685px;
   margin-left: 15%;
   margin-right: 15%;
   text-align: center;

}
#menu ul {
     list-style: none;
     margin: 0 auto;
     padding: 2px 0 0 0;
}
#menu li {
    width: 80px;
    height: 100%;
    display: block;
    float: left;
    font-size: 90%;
    text-align: center;
}
#menu li a {
     text-decoration: none;
     color: #FFFFFF;
}
#menu li a:hover {
     color: #CCCCCC;
}
#picture {
   background-image: url(http://www.jonayoung.info/logo.gif);
   background-color: #FFFFFF;
   height: 135px;
   width: 685px;
   margin-left: 15%;
   margin-right: 15%;
}
#content {
   text-align: left;
   background-color: #FFFFFF;
   width: 685px;
   font-size: 90%;
   margin-left: 15%;
   margin-right: 15%;
   padding-left: 2px;
}
#footer {
   background-color: #FFFFFF;
   font-size: 70%;
   padding-top: 5px;
}
#sidebar {
   width: 150px;
}
#right{
   margin-left: 200px;
   height: 600px;
}
#left {
    text-align: center;
    width: 200px;
    float: left;
    background-color: #FFFFFF;
}
#center {
   text-align: center;
}
#contact {
   text-decoration: none;
}
#contact a {
    text-decoration: none;
}
#contact img {
    text-decoration: none;
    color: #FFFFFF;
}