body 
{
	padding:0px;
	margin:0px;

    background-color:#fff2b5;
    background-image: url(../grafixx/backgroundGradient.png);
    background-repeat:repeat-x;
}

body *
{
	font-size: 10pt;
	font-family: Georgia, Times;
}

div#mainContainer
{
	width: 800px;
	margin:auto;
	margin-top:50px;
	padding: 0px;

}

div#subHeader
{
    background-color:#892126;
    height:20px;
    width:795px;
    border-left:1px #c18e90 solid;
    border-right:1px #c18e90 solid;
    text-align:right;
    color:#fff;
    font-size:0.85em;
    line-height:20px;
    padding-right:3px;
    
}

div#mainHeader
{
    width: 773px;
    height:120px;
    background-color:#FFF;
    background-image:url(../grafixx/headerBackground.png);
    border-left:1px #c18e90 solid;
    border-right:1px #c18e90 solid;
    border-bottom:1px #c18e90 solid;
    line-height:45px;
    padding-left:25px;
    color: #221456;
    font-family:Georgia, Times;
    font-size:2em;
}

div.fullRangeSpacer
{
    width: 798px;
    background-color:#FFF;
    border-left:1px #c18e90 solid;
    border-right:1px #c18e90 solid;
    height:5px;
}

div.fullRangeSpacerDark
{
    width: 800px;
    /*ackground-color:#fecd88;*/
    background-image:url(../grafixx/spacerGradient.png);
    height:7px;
    margin-top:4px;
    margin-bottom:5px;
}

div#contentHeading
{
    padding-left:160px;
    margin-top:15px;
    font-size:1.5em;
}

div#contentMenuContainer
{
    border:1px solid #c18e90;
    background-color:#fff;
}

div#menuContainer
{
    width: 150px;
    height: 250px;
    /*background-color:#597fa3;*/
    padding-top:60px;
    float:left;
}

div#menuWrap
{
    width:150px;
    background-color:#fecd88;
}

ul.menuItems
{
    list-style:none;
    padding:0px;
    padding-top:5px;
    padding-bottom:5px;
    width:150px;
    margin:0px;
 
}

ul.menuItems li.inactive
{
    /*background-color:#fe9a10;*/
    background-image:url(../grafixx/menuItem.png);
    padding-left:20px;
    margin-bottom:1px;
    height:18px;
    cursor:pointer;
    line-height:18px;
    
}

ul.menuItems li.active
{
    /*background-color:#fe9a10;*/
    background-image:url(../grafixx/menuItem.png);
    padding-left:20px;
    margin-bottom:1px;
    border-left:5px solid #424242;
    height:18px;
    cursor:pointer;
    line-height:18px;
    
 
}
div#contentsContainer
{
    padding-left:150px;
    margin-top:20px;
    padding-bottom:10px;
    /*background-color:#597fa3;*/
}

div#contentWrap
{
    background-color:#fff;
    padding-left:10px;
}

div.clearFloat
{
    clear:left;
}

div#footerContainer
{
    padding-top:3px;
    padding-right:5px;
    
    text-align:right;
}

a.footer
{
    text-decoration:none;
    color:#000;
    padding-left:5px;
    font-size:0.8em;
}

a.footer:hover
{
    text-decoration:none;
    color:#597fa3;
    padding-left:5px;
    font-size:0.8em;
}

/* generic shit*/
a
{
    text-decoration:none;
    color:#000;
}

a:visited
{
    color:#000;
}
