#header
{
    top:0px;
    margin-top: 0px;
    width:100%;
    height: 140px;
    border: solid 1px #96c703;
    margin-bottom: 1em;
    background: url('Images/header-bg.jpg') repeat-x 800px 0px;
    position:relative;
}

#header-logo
{
    margin-top: 10px;
    margin-left:20px;
    float:left;
    width:200px;
    height:125px;
    position:absolute;

}

#header-prefs
{
   height:28px;
   width: 277px;
   float:right;
}

#header-logo
{
    float:left;
}

#header-right-box
{
	clear:right;
	float:right;
    width:277px;
    height:77px;
    padding-right: 1em;
}
#header-menu
{
    float:left;

    height:34px;
    width:80%;
    border: 0 none;
    margin: 0;
    padding: 0;

}

#header-left
{
	text-align: right;
	height:33px;
    float:left;
    width:20%;
    background: url('Images/header-left-greenbar.png') repeat-x center bottom;
}

#header-right-box-top
{
    width: 277px;
    height: 9px;
    background: url('Images/header-right-box-top-bg.png');
}

#header-right-box-left
{
    height: 79px;
    float: left;
    width: 8px;
    background: url('Images/header-right-box-left-bg.png');
}

#header-right-box-right
{

    height: 79px;
    float:right;
    width: 9px;
    background: url('Images/header-right-box-right-bg.png');
}
#header-right-box-banner
{
    text-align:center;
    float:left;
    top: 0;
    left: 0;
    width: 127px;
    height: 79px;
    background-color:White;
}

#header-right-box-stats
{
    float: left;
    background-color:White;
    height: 79px;
    width: 133px;
}

