﻿body 
{
    margin:0px;
    top:0px;
    background:#C9426B;
    text-align:center;
    font-family:"Lucida Sans", "Verdana Arial Helvetica sans serif" ;
}


#wrap
{
/*Following code can work with IE6 instead of Max Width                 */
/*original code found at http://www.cameronmoll.com/archives/000892.html*/
/*Basically I modified the original as it used to freeze IE             */
/* and it just asks IE if width is greater than 798px, then the width   */
/* of the wrapping DIV (I call it 'wrap')is set to 798px                */
/*It works just as fine as max-with                                     */
    width: expression(document.body.clientWidth > 798? "798px" : "auto");
/*End of Hack for IE*/
    max-width:798px;
    height:1%;
    margin:0 auto;
    margin-top:0px;
    top:0px;
    width:798px;
    background:#C9426B url('../img/background.jpg');
}  

#header
{
    top:0px;
    width:778px;
    background:url('../img/header_background.jpg');
    height:125px;
    text-align:left;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}

#horizontal-navbar
{
    height:32px;
    width:778px;
    background:url('../img/navbar_background.png') #96999D;
    margin-top:0px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
    position:inherit;
    padding-left:0px;
    
    
}

#content
{
    top:0px;
    background:white;
    margin-top:0px;
    text-align:left;
    position:relative;
    height:auto;
    width:778px;
    border:0px;
    padding-top:20px;
    margin-left: auto;
    margin-right: auto;
    
}

/*Changing font sizes               */
/*Coupled with DIV present on       */
/*graphicStyle.css named .fontsmall,*/
/* .fontmedium and .fontlarge       */
.fontsizes
{
    font-size: 0.8em;
    text-align:right;
    height:inherit;
    margin-left:126px;
    margin-right:160px;
    border-top:dashed 1px #C0C0C0;
}
/*End font sizes*/

#footer
{
    top:0px;
    height:50px;
    width:778px;
    margin-top:0px;
    background:#616A74;
    text-align:left;
    position:relative;
    padding-top:20px;
    margin-left: auto;
    margin-right: auto;
}