body {
    font: 100% Lucida Sans;
    margin: 20px;
    line-height: 26px;
}

.container {
    min-width: 900px;
     margin-left:200px;
    margin-right:200px;


}

.wrapper {
    position: relative;
    overflow: auto;
}

#top, #sidebar, #bottom, .menuitem ,#navigation{
    border-radius: 4px;
    margin: 4px;
}

#top {
   background-image: url("book.jpg");
    color: #ffffff;
    padding: 15px;
    height:  150px;
}

#menubar {
    width: 200px;
    float: left
}

#main {
    padding: 10px;
    min-height: 400px;
    min-width: 650px;
    left: 0;
 
}
#navigation {
    padding: 10px;
    height: 15px;
    background-color: bisque;
     
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: right;
}
    
a:link {
    display: block;
    width: 120px;
    font-weight: bold;
    text-align: right;
    
    text-decoration: none;
    text-transform: uppercase;
    color:blue;
}
 a:visited {
    display: block;
    width: 120px;
    font-weight: bold;
    text-align: right;
   
    text-decoration: none;
    text-transform: uppercase;
    color: blue;
}

a:hover {
    color:blueviolet;
    display: block;
    width: 120px;
    font-weight: bold;
    text-align: right;
    
    text-decoration: none;
    text-transform: uppercase;
}
#sidebar {
    
    padding: 10px;
    width: 250px;
    right: 0;
    top : 0;
    position: absolute;
    font-size:80%;
}

#bottom {
    border: 1px solid #d4d4d4;
    background-color: #f1f1f1;
    
    padding: 10px;
    font-size: 70%;
    line-height: 14px;
    bottom:0;
    
}

#top h1, #top p, #menulist {
    margin: 0;
    padding: 0;
}

.menuitem {
    background-color: #f1f1f1;
    border: 1px solid #d4d4d4;
    list-style-type: none;
    padding: 2px;
    cursor: pointer;
}

.menuitem:hover {
    background-color: #ffffff;
}
