html {
  height: 100%;
  margin-bottom: 0px;
  font-size:12px;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.3em;
	color: #333;
}



body {
	
	background-image: url(bodybg.jpg);background-color: #FAFFA9;background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;
}

a:link, a:visited {
	text-decoration:underline;font-weight: normal;outline:none;color: #333;background-color:transparent;}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}



p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none;outline:none; }

/*****************************************/
/***               DIVS                ***/
/*****************************************/
           

#main        {width:853px;height:100%;margin:auto;
              background-image: url(mainbg.jpg);background-repeat:no-repeat;}

#toolbar     {width:853px;margin-left:-41px;}
div#toolbar table td   {width:853;text-align:right;height:30px;vertical-align: bottom;}


#header      {width:853px;height:43px;text-align:center;margin-left:12px;margin-top:0px;}

#menu        {width:853px;height:70px;margin-top:4px;/*margin-left:auto;margin-right: auto;   176*/
              margin-left:0px;padding-top:0px;text-align:center;}
              
#leftcolumn   {width:190px;height:auto;border:0px solid #000;float:left;text-align:right;margin-top:7px;}


#content     {width:500px;border:0px solid #000;text-align:left;float:right;
              padding-right:140px;padding-left:20px;margin-bottom:100px;}


#footer      {width:625px;height:35px;margin-left:210px;
              text-transform: uppercase;color:#555;font-size:11px;
              border-bottom:1px solid #ce141d;clear:both;margin-bottom:50px;}
#footer a, a:link, a:visited    {text-decoration:none;font-size:11px;color:#555;}


#summsel     {width:853px;margin:auto;text-align:center;}
#summsel a, a:link, a:visited    {text-decoration:none;font-size:9px;color:#ccc;padding-bottom:20px;}




a.mainlevel-tools:link,a.mainlevel-tools:visited {padding-left:3px;text-transform:uppercase;font-size:9px;font-weight:normal;color:#555;text-decoration:none; outline:none;letter-spacing: 0.05em;}
a.mainlevel-tools:hover                          {color:orange;}
a#active_menu-tools                              {color:orange;}



