body
{
    clear:both;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #A8A8A8;
    margin:0 auto;
    padding:0 0 0 0;
    text-align: center;
    width: 100%;
    color: #000;
    background-image: url('/images/bg.png');
    background-repeat: repeat-x;
    background-position: top left;
}

#container
{    
       border-left:solid 1px #000;
     border-right:solid 1px #000;
    background-color:#FFF;
    text-align:center;
    margin:0 auto;
    padding:0 0 0 0;
    width:1000px;

}

#content
{
	text-align: left;
    padding:0 10px 0 10px;
}


#main_content
{
  
    border-bottom:solid 1px #000;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    font-size:12pt;
    min-height: 450px;
    height:auto;
    width:1000px;
}

#header
{    
    margin:0 auto;
    padding:0 0 0 0;
    width:1000px;
}

#banner
{
    margin:0 auto;
    padding:0px 0 0 0;
    background-color: #000;
}
    
#nav_bar
{
    margin: 0 auto;    
    padding:7px 0 0 16px;
    height: 47px;
    background-image: url('/images/navbarbg.png');
    background-repeat: no-repeat;
    background-position: top left;
    text-align: left;
}

#footer
{
    height:100px;
    width:1000px;
    color:#FFF;
    background-color:#A8A8A8;
    padding:10px 0 0 0;
    margin: 0 auto;
    border: 0;
    z-index: 9999;
}

#main_content h2 /*used to move any h2 in the main_content div indented 50px*/
{
    text-indent:2px;
}


A:link {text-decoration: underline; color: #f3362f;}
		A:visited {text-decoration: underline; color: #f3362f;}
		A:active {text-decoration: underline; color: #f3362f;}
		A:hover {text-decoration: none; color: #ffe089;}
