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

html {
	min-height: 102%; /* force vertical scrollbar - browser support flaky, doesn't work in Opera */
	/*overflow-y: scroll;*/
}

body {
    background: #f6f6f3 url(../images/background.png) left top repeat-x;
	/*font-family: "Calibri", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;*/
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0;
}

a{color: #000;}

a:hover{color: #242424}


#wrapper {
    width: 1000px;
	margin: 0 auto;
	height: auto;
	margin-bottom: 25px;
}

#header {
    height:  186px;
	margin: 0;
	padding: 0;
	clear: both;
}

#headeRight {
    float: right;
	width: 695px;
	height: 186px;
	margin: 0;
	padding: 0;
}

#headeRighTop {
    width: 695px;
	margin: 0;
	height: 121px;
	background: url(../images/headeRighTop_bg.png)
}

#headeRighMenu {
    float: right;
	margin: 0;
	height: 66px;
}

#headeRighMenu ul {
    display: block;
	margin-right: 10px;
}

#headeRighMenu ul li {
    list-style-type:none;
	float: left;
	display:block;
	width: 92px;
	height: 50px;
	margin: 0 3px;
	position: relative;
	top: -11px;
	text-align: center;
	background: url(../images/li_bg.png);
}

#headeRighMenu ul li a {
    text-decoration: none;
	text-align: center;
	color: #000;
	margin: 0;
	width: 92px;
	height: 50px;
	font-weight: bold;
}

#headeRighMenu ul li a:hover {
    color: #900000
}

#headeRighMenu ul li.current {
    background: url(../images/current.png);
}

#headeLeft {
    float: left;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 186px;
}

#headeLeft img {margin: 0 0 0 50px;border: none;}

#teaser {
    height: 313px;
	margin: 0;
	padding: 0;
	clear: both;
}

#teaseRight {
    background: transparent url(../images/teaseRight.png) left no-repeat;
	height: 310px;
	margin: 0 0 3px 0;
	width: 350px;
	float: right;
}

#teaseLeft {
    float: left;
	margin: 0 0 3px;
	width: 645px;
	height: 310px;
}

.leftRight_bg{
    background:url(../images/arrow_menu.gif) no-repeat left 7px;
    width: 250px;
	height: 47px;
	margin: 5px 25px;
	padding: 0 30px;
	color: #000;
	font-weight: bold;
}

#content {
   height: auto;
   overflow: hidden;
   margin: 0;
   padding: 0 0 10px 0;
   clear: both;
}

#contentRight {
	height: 450px;
	margin: 0;
	width: 350px;
	float: right;
	padding: 0;
}

#contentRight h4 {
    background: url(../images/arrow_menu.gif) no-repeat left 7px;
	color: #000;
	padding-left: 15px;
	margin: 7px 30px; 
}
#contentRight img {
    margin: 10px 40px;
}

#contentRight p{font-weight: normal;margin: 3px 5px;font-size:12px;letter-spacing:1px;}

#contentLeft {
    float: left;
	margin: 0;
	width: 645px;
	height: 450px;

}

#contentLeft p{font-weight: normal;margin:25px 15px;font-size:13px;font-style:italic;float: left;text-align:justify;} 
#contentLeft img{position:relative;left:10px;top:0px;border:none;}

#contentDown {height: 105px;background:#000;}
#contentDown p{text-align:justify;font-size: 12px;color: #f6f6f3;padding: 5px;float:right;width: 610px;margin: 0 25px 0 0;}

#footer {height: 45px;margin: 0;padding: 10px 0 0 10px;background:#dbdbd6; font-size: 12px;}

