﻿body 
{
    font-family:Arial;
    font-size:small;
}

#container
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    clear:both;
}

#logo
{
    float:left;
    width:193px;
    height:179px;
    background-image:url("logo.gif");
}

#title
{
    float:left;
    width:162px;
    height:77px;
    background-image:url('title.gif');
}

#topImage
{
    position:relative;
    float:left;
    width:218px;
    height:90px;
    background-image:url('topImage.png');
    left: 227px;
    top: 0px;
}

#menuBack
{
    clear:both;
    position:relative;
    width:642px;
    background-color:Yellow;
    top: -75px;
    left: 98px;
    padding-left:60px;
    z-index:-1;
    height: 26px;
}
#menuText
{
    clear:both;
    position:relative;
    width:642px;
    top: -97px;
    left: 156px;
    
}

#leftSide
{
    width:125px;
    height:350px;
    border-right:solid 2px black;
    float:left;
}

#main
{
    float:left;
    width:487px;
    margin-left:10px;
    padding-bottom:25px;
}

#imageRight
{
    float:right;
    padding:5px;
    border:solid 1px Black;
}


#imageLeft
{
    float:left;
    padding:5px;
    border:solid 1px Black;
    margin-right:5px;
    font-weight: 700;
}

#rightSide
{
    position:relative;
    float:left;
    width:166px;
    background-color:Yellow;
    top: 10px;
    left: 45px;
    font-size:small;
    height: 327px;
}

#footer
{
    clear:both;
    text-align:center;
    border-top:solid 1px black;
    font-size:x-small;
}

#steven
{
    font-size:x-small;
    clear:both;
}

h1
{
    font-size:medium;
    
}
