body {    background-color:#ffffff;    margin:0px;    border:0px;    padding:0px;
    font-family: Trebuchet MS, Helvetica, Sans Serif;
    font-size:10pt;
    line-height:1.4em;
    background-image:url(background.gif);
    background-attachment:fixed;
    background-position:bottom;
    background-repeat:repeat-x;
}

#page
{
    width:850px;
    margin: 0 auto;
}

#top
{
    width:850px;
    height:150px;
    position:relative;
}

#redblock
{
    position:absolute;
    left:-132px;
    top:0px;
    height:150px;
    float: left;
}

#middle
{
    position:absolute;
    top:0px;
    left:0px;
    height:150px;
    float:left;
    z-index:0;
}

#logo
{
    position:absolute;
    top:0px;
    left:860px;
    height:150px;
    float:left;
}

#navcontainer
{
    position:absolute;
    margin-top:-40px;
    height:40px
    z-index:1;
}

#contentContainer
{
    clear:both;
    background-color:#ffffff;
    width:808px;
    padding:20px;
    border-left:solid;
    border-right:solid;
    border-bottom:solid;
    border-width:1px;
    border-color:#cccccc;
}

#content
{
    width:580px;
    min-height:400px;
    border-right:solid;
    border-width:1px;
    border-color:#cccccc;
    float:left;
    padding-right:20px;
}

#sidebarContainer
{
    padding-left:620px;
}

a
{
    color:#EB2729;
}

h1 
{
    font-size:14pt;
}

h2
{
    font-size:12pt;
}
