@charset "UTF-8";
/* CSS Document */

#top_img {
width: 900px;
height: 300px;
margin-top: 25px;
background-image: url(../top_img/top.jpg);
}

#news {
width: 900px;
height: 80px;
}

#news ul {
list-style-type: none;
background-color: #CCCCCC; 
margin: 0;
padding: 0;
} 

#news li {
margin: 0px;
padding: 0px;
list-style-type: none;
padding-left: 0px; 
float: left;
}

#news_logo {
height: 80px;
width: 100px;
margin-right: 0px;
display: block;
float: left;
background-image: url(../img/news_title.gif);

}

#news_text {
margin-right: 0px;
height: 80px;
width: 800px;
display: block;
float: left;
}

#newsicon {
width: 900px;
height: 200px;
}

#newsicon ul{
width: 900px;
margin: 0;
padding: 0;
}

#newsicon li {
margin: 0px;
padding: 0px;
list-style-type: none;
padding-left: 0px; 
float: left;
}  

#news_teak a {
height: 200px;
width: 380px;
background-image: url(../img/news_teak.jpg);
display: block;
}
#news_teak a:hover {
background-image: url(../img/news_teak_on.jpg);
}

#news_maintenance a {
height: 200px;
margin-left:10px;
width: 250px;
background-image: url(../img/news_maintenance.jpg);
display: block;
}
#news_maintenance a:hover {
background-image: url(../img/news_maintenance_on.jpg);
}

#news_ftp a {
height: 200px;
width: 250px;
margin-left:10px;
background-image: url(../img/news_ftp.jpg);
display: block;
}
#news_ftp a:hover {
background-image: url(../img/news_ftp_on.jpg);
}

#foot {
width: 900px;
height: 30px;
margin-top: 0px;
background-image: url(../img/footer.gif);
}

