body {
        background-color: #f2f2f2;
        padding-top:0px;
        margin-top: 0px;
}


body a {

        color:black;


}

#page {
        position:relative;
        margin:0px auto;
        width:801px;
        height: 98%;
}

#menu {
        margin-top:0px;
        background-color: #6e6d72;
        width:100%;
        height: 40px;
        border: 1px solid #707070;
}

#banner {
        position:relative;
        top: 60px;
        height:111px;
        width:800px;
        border: 1px solid #c0c0c0;
        background-repeat: no-repeat;
        background-position: 0px 0px;
}

#content {
        position:relative;
        top:70px;
        height:500px;
        width:100%;
        border: 1px solid #c0c0c0;
}

#headline {
        position:relative;
        height: 120px;
        padding-left:25px;
        vertical-align: bottom;
}

#mediaBox {
        position:absolute;
        float:left;
        top:145px;
        width:400px;
        height:350px;
        padding-left: 15px;
        padding-right: 15px;
}

#mediaBox ul {
        margin:0px;
        padding:0px;
        width: 380px;
        list-style:none;
}


#mediaBox li {
        width:380px;
        height:370px; 
        overflow:hidden;
}

#pageText {
        position: absolute;
        padding: 0px;
        left: 440px;
        top: 160px;
        width:370px;
        height: 340px;
        overflow:hidden;
}

#pageText ul {
        padding-left: 0px;
        width:350px;
}


#pageText ul, #pageText li {
        margin:0px;
        height:340px;
        list-style:none;
}

#pageText li {
        width:350px;
        height:340px;
}


span#textNextButton  {
        position:absolute;
        top:470px;
        left: 740px;
        text-decoration:none;
}

span#textPrevButton  {
        position:absolute;
        top:470px;
        left: 670px;
        text-decoration:none;
        color:black;
}

span#mediaPrevButton  {
        position:absolute;
        top:450px;
        left:380px;
}
span#mediaNextButton  {
        position:absolute;
        top:470px;
        left:380px;
}

.media_image {
        float: left;
        margin: 15px;
        border: 1px solid #a3a3a3;
        position: relative;
        height: 85px;
        width: 85px;
        padding: 1px;
}

.media_image_fullscale {
        float: left;
        margin: 15px;
        border: 1px solid #a3a3a3;
        position: relative;
        padding: 1px;
}
.media_link img{
        border: 0px;
        text-decoration: none;
}

.fullscale img {
        border: 1px solid #a3a3a3;
}