
#top {
    position: relative;
/*    background-color: green; */
    color: white;
    margin: 0px 0px 40px 0px;
	width: 100%;
}


#bottom {
    position: relative;
/*    background-color: #c2dfef;*/
	margin-top: 50px;
	margin-left: 70px;

}

#left {
    float: left;
/*    background-color: #ece3a5; */
    /*padding: 5px;*/
    /*width: 190px;*/
}

#right {
    float: right;
/*    background-color: #ece3a5;*/
    padding: 5px;
    width: 150px;
}

.center_content {
    position: relative;
/*    background-color: #dddddd; */
    padding: 5px;
}

.left_content {
/*    background-color: #dddddd; */
	margin-left: 70px;
/*	padding-left: 20px;
    padding-right: 10px;*/
}

.right_content {
/*    background-color: #dddddd; */
    padding: 5px;
    /*margin: 0px 170px 0px 170px;*/
}

.simple_content {
/*    background-color: yellow; */
	margin-left: 30px;
	/*padding: 10px;*/
}

.return_link {
    position: relative;
/*    background-color: green; */
    color: white;

	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 5px;
}


/*
#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;
}
*/