﻿body
{
    background-color: #E3FFF1;
    text-align: left;
}
h1
{
    background-color: #1FEF14;
    font-family: Arial;
    color: #FFFFFF;
    font-size: medium;
    font-weight: bold;
}
#Container
{
    width :800px;
    background-color:white;
    margin-left:auto;
    margin-right:auto;
}

#Header
{
    color: #FFFFFF;
    text-align: center;
    height: 100px;
}

#contant
{
    padding: 10px;
}

#contantMain
{
    float: right;
    width: 180px;
}
#nav
{
    text-align: right;
}
#login
{
    text-align: right;
}
#Pages
{
    float: left;
    width: 600px;
}

#footer
{
    clear:both;
    text-align:right;
}
