html, body {
	background-color: #F1F1F3;
	padding: 0px;
	margin: 0px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	background-image: url(images/bg.gif);
	background-repeat:repeat-y;
}
.menu{
    background-image: url(images/bg_menu.gif);
    background-repeat:no-repeat;
    height: 310px;
    width: 200px;
}
.menuitems{
    top: 145px;
    position:relative;
}
.menubottom{
    height: 20px;
    width: 200px;
	background-image: url(images/bg_menu_bottom.gif);
}
.headerbottom{
    width: 100%;
    height: 20px;
    background-image: url(images/Image_23.gif);
    background-repeat:repeat-x;
}
.header{
    width: 100%;
    height: 330px;
    background-image: url(images/Header_01big.gif);
    background-repeat:repeat-x;
}
.content{
    position: absolute;
    left: 230px;
    width: 740px;
}
.horizontalmenu{
    float:left;
    margin:0px;
    padding: 0px;
}
.headercontent{
    position:absolute;
    top:0px;
    left:200px;
    width:625px;
    height: 330px;
    margin: 0px;
    padding:0px;
}
.hmm{
margin-left: -8px;
}
.title{
    color: #000000;//#888b70;
    font-weight: bold;
    }
a:link {
    color: #888b70; 
    text-decoration: underline;
}
a:visited {
    color: #888b70; 
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #888b70; 
    text-decoration: underline;
}
.footer{
    position:absolute;
    bottom:0px;
    height:5%;

}
a img{
    border: 0;
}
#footer2 { width: 100%; text-align: center; height: 35px; padding: 10px 0 0 0; margin: -45px auto 0 auto; border: 0; background-color: #ccccc2; } 
.footback{
background-color: red;
float:left;
}
.image{
    padding:0px 5px 5px 5px;
}
.imageleft{
    padding:0px 5px 5px 0px;
    float:left;
}
.imageright{
padding:0px 0px 5px 5px;
    float:right;
}
a.texturl:link, a.texturl:visited, a.texturl:hover, a.texturl:active{
    text-decoration:none;    
}
.newstitle{
    font-weight:bold;
}
a.newsshort:link, a.newsshort:visited, a.newsshort:hover, a.newsshort:active{
    color:#000000;
    text-decoration:none;    
}

.newspreview{
    padding-left:10px;
}
