body {
    font: 100% Lucida Sans, Verdana;
    margin: 20px;
    line-height: 26px;
	color:#50640f;
}


img {
    max-width: 100%;
    }
	


.container {
    xmin-width: 900px;
}

.wrapper {
    position: relative;
    overflow: auto;
}

#top, #sidebar, #bottom, .menuitem {
    border-radius: 4px;
    margin: 4px;
}

#top {
    background-color: #50640f;
    color: #ffffff;
    padding: 15px;
}

#menubar {
    width: 200px;
    float: left
}

#main {
    padding: 10px;
    margin: 0 210px;
}

#sidebar {
    background-color: #d6d5a9;
    color: #50640f;
    padding: 10px;
    width: 180px;
	height:150px;
    bottom: 0;
    top: 0;
    right: 3px;
    position: absolute;
	box-shadow: 10px 10px 5px grey;
}

#bottom {
    border: 1px solid #d4d4d4;
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px;
    font-size: 70%;
    line-height: 14px;
}

#top h1, #top p, #menulist {
    margin: 0;
    padding: 0;
}

.menuitem {
    background-color: #f9f6e7;
    border: 1px solid #d4d4d4;
    list-style-type: none;
    padding: 2px;
    cursor: pointer;
}

.menuitem:hover {
    background-color: #ffffff;
}

.menuitem:first-child {
   background-color:#dcdcdc;
   color: white;
   font-weight:bold;
}




a {
    color: #228B22;
    font-size: 1.2em;
    line-height: 1.5;
}


a:hover {
    text-decoration: none;
    color: #4682b4;
    background-color: white;

}


@media (max-width: 800px) {
    #sidebar {
        width: auto;
        position: relative;
    } 
    #main {
        margin-right: 0;
    }    
       
}

@media (max-width: 600px) {
    #menubar {
        width: auto;
        float: none;
    }
    #main {
        margin: 0;
    }    
}



