a:link {color:#000000; background:transparent; text-decoration:none}    
a:visited {color:#000000; background:transparent; text-decoration:none}    
a:hover {color:#000000; background:transparent; text-decoration:none}    
a:active {color:#000000; background:transparent; text-decoration:none} 

html , body {
  background-color:#9a9a9a;
  font-family:verdana;
  font-size:10px;
  color:#000000;
  margin:0px;
}

#newscontainer{
background-image:url(/files/images/layout/news_tile.jpg);
background-repeat:no-repeat;
padding-left:20px;
padding-right:20px;
padding-top:0px;
margin-top:12px;
}

#container{
width:1000px;
position:relative;
}

#topimage{
width:1000px;
}

#menu{
width:225px;
position:absolute;
left:0px;
top:203px;
}

#content{
width:400px;
margin-left:300px;
margin-top:13px;
position:relative;
padding:15px;
background-image:url(/files/images/layout/content_tile.jpg);
background-repeat:no-repeat;
background-position:0px 40px;
}

td {
  font-family:verdana;
  font-size:10px;
  color:#000000;
}
.maincontent{
 height:600px;
}

.s_form , .f_search{
  font-family:verdana;
  font-size:10px;
  color:#000000;
  border:1px solid #CCCCCC;
  width:200px;
  margin-top:8px;
  margin-bottom:8px;
}