/* 

Dovan - CSS File

*/

#header{height:283px; width:1000px; background-image:url(../images/bg_header.gif); background-repeat:no-repeat;}
#header_content{padding:14px 0px 0px 0px;}

/*** FRONTPAGE SLIDESHOW ***/
#slides_container{height:303px; width: 399px; background-image:url(../images/bg_slides_container.png); background-repeat:no-repeat; background-position: center; float:left;}
.pics { height: 272px; width: 364px; padding:3px; margin:13px 0px 0px 18px; overflow: hidden }
.pics img { height: 272px; width: 364px;}
/*** END OF FRONTPAGE SLIDESHOW ***/

#introtext{width:600px;float:left;}
.text_intro{padding:0px 40px 0px 20px;}
.text_intro h1{color:#626262;}



#menu li {
  list-style-type:none;
  margin:0 0 0.25em 0; /* ADDED */
  }
#menu a, #menu a:visited {
  display:block;
  width:9em;
  border:1px solid #808;
  font-family:arial, verdana, sans-serif;
  font-size:0.8em;
  text-align:center;
  text-decoration:none;
  background:#808;
  color:#eee;
  padding:0.25em; /* ADDED */
  }
  
#menu a:hover {
  background:#ddd;
  color:#808;
}

#menu {
  padding:0;
  margin:0;
  width:0; /* ADDED */
}
