﻿body {
}

#maintext
{
    left: 15%;
    right: 15%;
    width: 70%;
    position: absolute;
    top: 15%;
    height: 100%;
    background-color: silver;
}
#header
{
    left: 0%;
    width: 100%;
    position: absolute;
    top: 0%;
    height: 15%;
    background-color: white;
}
.headerleft
{
    left: 9%;
    width: 200px;
    position: absolute;
    top: 3%;
    height: 20px;
    background-color: white;  }
.headerright
{ 
    left: 78%;
    width: 50%;
    display:inline;
    clear:left;
    top: 160px;
    height: 10%;
    background-color: white; 
}
.headermiddle
{ 
    left: 35%;
    width: 178px;
    position: absolute;
    top: 3%;
    height: 80px;
    background-color: white; 
     }
#left
{
    left: 0%;
    width: 15%;
    position: absolute;
    top: 15%;
    height: 100%;
    background-color: white;
}

#right
{
    left: 85%;
    width: 15%;
    position: absolute;
    top: 15%;
    height: 100%;
    background-color: yellow;
}
#footer
{
    clear:both;
    width: 100%;

    height: 10%;
}
div.mainpicture
{   text-align: center;
    float:left;
    width:100%;
    height:100%;
    clear:both;
    padding-bottom:10px;
    border: 1px solid;
}
div.mainpicture img
{
 float:left;
 border:5px solid;
 margin: 10px 10px 0 10px;  
 height:300px;
 width:300px; 
 border-left-color: #d80093;
 border-bottom-color: #d80093;
 border-top-color: #d80093;
 border-right-color: #d80093;
}
div.mainpicture p
{
    margin:0;
    padding:10px;
}
