body {
    margin: 10px;
    padding: 0;
    text-align:center;/* center layout in ie5 and 5.5. */
}

#container 
{
    width: 800px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;/* this is the background colour of the right column */
    border: 0px solid #000;
    text-align:left;
}
#content {
    border: 0px solid #000;
    padding: 0;
    background-image: url(../images/navbg.gif);/*this is the background colour of the left column */
    background-repeat: repeat-y;
    background-position: left top;
}
#left {
    float:left;
    border-right:0px solid #000;
    width:199px;
    
}
#right {
    float:left;
    width:589px;
    /*border-left:1px solid #000;*/
    margin-left:-1px;/* makes border line up with #left border */
    padding-left: 10px;
}
#space {
    height: 500px;
    float: right;
    width: 1px;
}
#header {
    background:#CEE6FD;
    text-align:left;
    color: #000080;
}
#footer {
    background:#FFFFCC;
    text-align:center;

}
#header h1, #footer h1 {margin:0}
#footer {background:#B8BBA8;}
