body
{
    /*background-image:url(../images/a7background.gif);*/
    font-family: Courier New , Courier;
    font-size:12px;
    font-weight:normal;
    background-position:left top;
    background-repeat:no-repeat;
    
        
}

html 
{
    height:100%;
    min-height:100%;
    
}

.container
{
    text-align:left;
    width:795px;
    height:583px;
    margin-left:auto;
    margin-right:auto;
    //padding-top:40px;
    
  
}

.header
{
    background-image:url(../images/a7-header_bg.gif);
    width:795px; 
    height:174px;
		position:relative;
}



/* Admin Toolbar */
table.toolbar 
{
  width:795px;
  height:20px;
  color:#fff;
  font-weight:bold;
  background-color:#ff0000;
  border:1px solid black;
} 

table.toolbar td
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    padding-left:10px;
    padding-right:10px;
}


table.toolbar td a
{
    color:#000;
    text-decoration:none;
}


table.toolbar td a:hover
{
    color:#fff;
}

/* / Admin Toolbar */



.ul_links
{
 		list-style-image:url(../images/ul.gif);
    border:1px solid red;
}




.contentleft
{
float:left;
width:46px;
height:354px;
background-image:url(../images/a7content_left.gif);
}

.scroller
{
float:left;
width:15px;
height:354px;
background-color:#b2b2b2; 
}


.contentright 
{
float:left;
width:285px;
height:354px;
background-image:url(../images/a7content_right.gif);
}