﻿body
{
    padding:0;
    margin:0;
}
a
{
    color:#343445;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}
li
{
    margin-bottom:10px;
}

.header
{
    background:#787889;
    height:50px;
    width:100%;
    margin-top:50px;
}

.headercontent
{
    width:700px;
    height:30px;
    margin:auto;
    color:#121223;
    padding:10px;
}

.menubutton
{
    background:#565667;
    width:100px;
    height:25px;
    text-align:center;
    margin-left:20px;
    margin-right:20px;
    float:left;
    color:#eeeeff;
    padding-top:5px;
}
.menubutton a
{
    color:#eeeeff;    
}

.content
{
    width:800px;   
    margin:auto;
    margin-top:30px;
    background:#eeeeff;
    padding:10px;
    color:#565667;
}

.contentleft
{
    width:230px;
    float:left;
    border:thin,solid,#565667;
    padding:5px;
}

.contenrright
{
    width:530px;
    float:right;
    border:thin,solid,#565667;
    padding:5px;
}