body {
     margin-left:auto;
     margin-right:auto;
     margin-top:5px;
     background-color:#070752;
}
#header {
        width:850px;
        height:130px;
        margin-left:auto;
        margin-right:auto;
}
#leftcolumnheader {
        width:197px;
        height:130px; /* for IE5.x and IE6 */
        background-image:url(images/Top.png);
        float:left;
        text-align:center;
}
#menu {
     width:850px;
     height:38px;
     background-color:#070752;
     border-top-style:solid;
     border-bottom-style:solid;
     border-width:1px;
     border-color:#000000;
     margin-left:auto;
     margin-right:auto;
}
.buttonposition {
     display:block;
     display: inline;
     margin-left:11px; /* this with the margin right in hbuttons positions buttons */
     text-align:center;
}
.hbuttons a{
display: block;
height: 23px;
float: left;
display: inline;
margin-right: 130px;
padding-top: 0px;
}
#wrapper{
    width:850px;
    background-image:url(images/LeftColum.png);
    overflow:auto;
    margin-left:auto;
    margin-right:auto;
}
#leftcolumn {
     min-height:500px; /* for modern browsers */
     height:auto !important; /* for modern browsers */
     height:500px; /* for IE5.x and IE6 */
     line-height:1.5em;
     width:198px;
     background-image:url(images/LeftColum.png);
     float:left;
}
#content { 
     min-height:500px; /* for modern browsers */
     height:auto !important; /* for modern browsers */
     height:500px; /* for IE5.x and IE6 */
     width:648px;
     background-color:#ffffff;
     float:right;
     text-align:center;
}
ul.specials li { 
            color:orange; 
            text-align:left;
            padding-left:3px;
}
#footer { 
 width:850px;
 height:40px;
 background-color:#000000;
 margin-left:auto;
 margin-right:auto;
}



