
#top{           width: 800px;
                margin-top: 0px;
                margin-left: 10px;
                margin-right: auto;}

#middle{        width: 800px;
                margin-left: 10px;
                margin-right: auto;}

#navigation{    width: 200px;
                margin-top: 10px;
                position: relative;
                background: #ece7e6;
                float: left;}
#navigation a{  display: list-item;}

#content{       width: 570px;
                margin-top: 10px;
                position: relative;
                left: 20px;
                float: left;}

#bottom{        width: 800px;
                margin-left: 10px;
                margin-right: auto;
                position: relative;
                top: 10px;
                clear: left;}


