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

#bodystyle{
background-position:center; 
background-position:top;
background-color:#000000;
background-image:url(backgroundsmoll.png);
background-repeat: repeat-y;
margin-bottom:0px;

}  

    

#menu 
{

}

#menu ul { 
    list-style: none; 
	margin:0px;
	padding:0px;
	
	
  
} 

#menu ul a { 
    color: #FFF; 
    text-decoration: none; 
    display: block; 
    padding: 2px 2px 2px 2px; 
    width: 240px; 
	height:28px;
	
    background: #820000;
} 

#menu ul a:hover { 
   /* color: #820000; */
    text-decoration: none; 

    /*background: #820000; */
} 
#menu ul li { 

    float: left; 
    position: relative; 
}
#menu ul li ul { 
    list-style: none; 
    position: absolute; 
    left: 242px; 
    top: 0; 
    display: none; 
    width: 240px; 
	height:28px;
	font-size: 13px;
} 

#menu ul li:hover ul { display: block; }

#menu ul li:hover ul li ul { display: none;  } 

#menu ul li ul li:hover ul { display: block; }

#textalign{
border:2px solid #820000; 
font-family:'Times New Roman', Times, serif; 
font-size:14px; 
text-align:justify ;
padding:10px;
}

#backgrounddw {

color:#e5cf9e;
background-image:url(backgrounddw.png);
height:20px;
background-position:center;
}

.img {
border:none;
}

#news {
width:240px; 
height:307px; 
border:2px solid #820000;
float:left; 
margin-bottom:5px; 
padding-left:5px; 
padding-right:5px; 
padding-top:5px; 
padding-bottom:5px;
text-align:left;
}

#textdiv
{
width:442px; 
height:307px; 
float:left;  
padding-right:10px; 
margin-bottom:5px;}

#midle{
text-align:center;
}