
#top{
    margin-bottom: 10px;
    width: 1000px;
}

#bottom {
    position: relative;
    margin-top: 20px;
    margin-left: 0px;
    width: 1000px;
    padding-left: 0px;
    /*text-align: left;*/

}


#content {
    width: 1000px;
    /*
    background-color: #dddddd;
    float: left;
    margin-left: 0px;
    */
}

#top {  /*
    position: relative;
    /*    background-color: green; */
        color: white;
        /*margin: 0px 0px 40px 0px;*/
        margin-bottom: 10px;
        width: 1000px;
}


#bottom {
    position: relative;
    margin-top: 20px;
    margin-left: 0px;
    width: 1000px;
    /*padding-left: 100px;*/
}

#middle{
    width:1000px;
}

#left {
    float: left;
    /*background-color: #ece3a5; */
    /*padding: 5px;*/
    width: 200px;
}

#right {
    float: right;
    /*    background-color: #ece3a5;*/
    padding: 0px;
    width: 0px;
}

.center_content {
    /*
    position: relative;
    padding: 0px;
    */
}

.left_content {
    /*    background-color: #dddddd; /
    float: left;
    margin-left: 0px;
    width:800px;
    */
}

.right_content {
    /*    background-color: #dddddd; */
    padding: 0px;
    /*margin: 0px 170px 0px 170px;*/
}

.simple_content {
    /*    background-color: yellow; */
    margin-left: 0px;
    /*padding: 10px;*/
}

.return_link {
    position: relative;
    /*    background-color: green; */
    color: white;
    margin-left: 70px;
    margin-top: 10px;
    margin-bottom: 5px;
}


/*
 a:link, a:visited {
  color: white;
  font-weight : bold;
  text-decoration: none;
}
*/
/*
#top a:link, #top a:visited {
  color: white;
  font-weight : bold;
  text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
  color: black;
  font-weight : bold;
  text-decoration : underline;
}
*/


