@import url("./menu.css");
@import url("./news.css");
@import url("./sitemap.css");

body
{
    background-color:#1d1d1d;
    font-family:Tahoma;
    color:#ffffff;
    font-size:10pt;
    }
    
.MAIN
{
    background:url('../images/content_extender.jpg') repeat-y;
    height:100%;
   }
   
.CONTENT
{
    width:456px;
    height:100%;
    position:relative;
    top:0px;
    left:134px;
    overflow:hidden;
   }
   
.LEFTMENU
{
    background:url('../images/menu_left.jpg') no-repeat;
    width:124px;
    height:272px;
    position:absolute;
    top:220px;
    left:0px;  
    }
    
.NEWS
{
    position:relative;
    left:20px;
    top:30px;
    width:200px;
    height:117px;
    }
.NEWS A
{
    text-decoration:none;
    }
.NEWS A:hover
{
    text-decoration:underline;
    }

H1 
{
    color:#aeaf49;
    font-family: Verdana;
    font-size:12pt;
    margin:0px;
    padding:0px;
    padding-bottom:6px;
    }
    
P
{
    font-family:Tahoma;
    color:#ffffff;
    font-size:10pt;
    }
    
A 
{
    color:#AEAF49;
    }
    