html, body{
	background-image: url('../images/bg_body.jpg');
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Verdana;
	color: #000000;
}

input, textarea{
	border: 1px dotted;
}

a{
      border:none;
      outline:none;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover{
	/*text-decoration: underline;*/
}

strong{
	font-weight: bold;
}

span{
	font-family: Verdana;
	color: #000000;
}

img{
	border: 0px;
}

/*
 * DIV height 100%
 */

#d_container {
	min-height: 400px;
	margin: 0 auto;
}

#d_head{
	width: 900px;
	height: 250px;
}

.menu{
	color:#214481;
}

#d_menu{
	position: absolute;
	z-index:10;
	height: 94px;
	width: 900px;
	margin-top: 190px;
	font-size: 12px;
	color: #214481;
	font-weight: bold;
}

#d_top_head{
	position: absolute;
	margin-top: 13px;
	height: 175px;
	width: 900px;
}

#d_top_head_over{
	position: absolute;
	margin-top: 140px;
	margin-left: 250px;
	width: 900px;
	height: 58px;
	width: 396px;
}

#d_wrapper{
	width: 900px;
	height: 500px;
}

#d_center{
	position: absolute;
	width: 900px;
	height: 500px;
	opacity: 0;
	filter:alpha (opacity=0);
}
#d_center_bg{
	position: absolute;
	z-index: 0;
	margin-top: 5px;
	background-image: url('../images/cornice.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	width: 900px;
}

#d_center_content{
	margin-top: 30px;
	width: 720px;
	height: 420px;
	overflow: hidden;
	font-family: Arial;
	font-size: 20px;
}

#d_center_content strong{
	font-weight: bold;
}

#d_bottom{
	height: 100px;
	width: 900px;
}

#d_bottom_bg{
	margin-top: 20px;
	position: absolute;
	z-index: 0;
	background-image: url('../images/bottom.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	width: 900px;
}

#d_bottom_content{
	position: absolute;
	width: 750px;
	height: 80px;
	margin-top: 5px;
	margin-left: 70px;
}

#d_logo{
	position:absolute;
	z-index: 11;
	margin-top: 20px;
	margin-left: 150px;
}

.infoline{
	width: 270px;
	height: 237px;
	position: fixed;
	bottom:0;
	right: 0px;
	z-index: 1000;
	color:#FFF;

}

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width: 720px;
	height: 420px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width: 640px;
  height: 420px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width: 640px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: 420px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width: 40px;
  height: 420px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/control_right.jpg) no-repeat 0 0;
}

