#article {
/*width:75%;    */
/*float:left;
height:auto;
*/
font-size:16px;
font-family:"trebuchet MS";
  
}
#article h1{
color:#FFFFFF;
font-weight:bold;
text-align:left;
width:100%;
height:44px;
background-image:url(/gfx/files/layout/tlo_header.jpg);
background-repeat:repeat-x; 
border:1px solid #FF7F00;
margin:5px 0px; 
}

#article h1 a {
font-size:22px;
font-weight:bold;
color:white;
font-family:"trebuchet MS";
margin:10px 2px 0px 10px;
float:left;
}

#article a {
font-family:"trebuchet MS";
font-weight:normal;
font-size:16px;
}

#article_content {
width:95%;
padding:5px;
text-align:justified;
float:left;
text-align: left;
}


