#top {
    position: relative;
    background-color: #c2dfef;
    padding: 20px;
    margin-left: auto; 
    margin-right: auto;
    margin-top: -30px;
    margin-bottom: -1px;
    width: 890px;
}

.modifyStreams{}

.photo{
    display: block;
    border-radius: 10px;
}

.ui-outputlabel{
    font-size: 15px;
}

#bottom {
    position: relative;
    background-color: #c2dfef;
    padding: 20px;
    
    width: 890px;
    margin-left: auto; 
    margin-right: auto;
    margin-top: -5px;
    margin-bottom: -30px;
}

.ui-galleria-frame-content{
    border: none;
}

.ui-datalist-header {
    background: red;
}

#left {
    float: left;
    background-color: #ece3a5;
    padding: 5px;
    width: 150px;
}

#right {
    float: right;
    background-color: #ece3a5;
    padding: 5px;
    width: 150px;
}

.center_content {
    border-radius: 5px; 
    position: relative;
    background-color: #ffffff;
    padding: 20px;
    box-shadow:0px 2px 9px -1px black;
    margin: auto; 
    width: 890px;
    /*padding-left: 50px;*/
}

.left_content {
    background-color: #dddddd;
    padding: 5px;
    margin-left: 170px;
}

.right_content {
    background-color: #dddddd;
    padding: 5px;
    margin: 0px 170px 0px 170px;
}

#top a:link, #top a:visited {
    /*color: red;*/
    font-weight : bold;
    text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : none;
}

.myStyle{}


