html{
	margin:auto;
}

body{
	margin:auto;
	background-image:url("../img/design/body-bg2.jpg");
	background-position:center 35px;
	background-repeat:no-repeat;
	background-color:#202c44;
	text-align:center;
	font-family:Calibri,Arial,Helvetica;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#1d2021;
}

#topspace{
	margin:0 auto 0 auto;
	padding:0;
	width:940px;
	height:80px;
}

#container{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:940px;
	background-image:url("../img/design/color-ffffff-40.png");
	background-position:0 0;
	background-repeat:repeat;
	text-align:left;
}

#header-wrap{
	margin:0;
	padding:0;
	width:100%;
	height:190px;
	text-align:center;
	background-image:url("../img/design/header-bg2.png");
	background-position:center top;
	background-repeat:repeat-x;
}
#header-container{
	margin:0;
	padding:0;
	width:100%;
	height:180px;
	text-align:center;
	background-image:url("../img/design/header-bg.png");
	background-position:center top;
	background-repeat:no-repeat;
}
#header{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:940px;
	color:#888888;
}

#logo{
	display:block;
	float:left;
	margin:0 0 -20px;
	padding:0 20px 0 0;
	width:120px;
	height:120px;
	position:relative;
	top:-10px;
	left:-10px;
}
#header a{
	border:0 none;
	color:#888888;
	text-decoration:none;
}
#footer a{
	border:0 none;
	color:#ffffff;
	text-decoration:none;
}
#header a:hover,
#footer a:hover{
	text-decoration:underline;
}
#header a.act,
#footer a.act{
	font-weight:bold;
}
#headermenu{
	display:block;
	float:right;
	margin:0;
	padding:60px 0 0 0;
	height:20px;
}
#languages{
	clear:both;
	display:block;
	float:right;
	margin:0;
	padding:60px 0 0 0;
}
#languages a{	
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#languages a.act,
#languages a:hover{	
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#title{
	margin:0;
	padding:0 0 0 20px;
	width:900px;
	height:245px;
	position:relative;
	z-index:1;
	overflow:hidden;
}

#menu{
	margin:-215px 0 0 0;
	padding:0;
	width:940px;
	height:195px;
	position:relative;
	z-index:3;
	overflow:hidden;
}
#menu a{
	display:block;
	margin:0;
	padding:0 0 0 20px;
	width:250px;
	height:50px;
	line-height:37px;
	background-image:url("../img/design/button.png");
	background-position:left top;
	background-repeat:no-repeat;	
	font-size:15px;
	color:#dfe0e1;
	text-decoration:none;
}
#menu a.act,
#menu a:hover{
	background-image:url("../img/design/button_act.png");
	color:#1d2021;
}

#center-wrap{
	margin:0;
	padding:0 0 20px 20px;
	width:920px;
	min-height:391px; height:auto !important; height:391px;
	/*background-image:url("../img/design/center-shadow.png");
	background-position:center bottom;
	background-repeat:no-repeat;*/
}
#center{
	margin:9px 0 0 0;
	padding:0 0 0 0;
	width:900px;
	min-height:391px; height:auto !important; height:391px;
	background-image:url("../img/design/center-bg.gif");
	background-position:center bottom;
	background-repeat:repeat-x;
	background-color:#d4d4d4;
}
#content{
	float:left;
	margin:0 0 0 0;
	padding:20px 20px 20px 20px;
	width:860px;
}
#content p{
	display:block;
	margin-top:0;
	/*padding:0 20px 0 0;*/
	width:632px;
}
#content a{
	color:#5d5d5d;
	text-decoration:underline;
}
#content a:hover{
	color:#888888;
	text-decoration:underline;
}
/*#images{
	float:left;
	margin:0;
	padding:56px 0 20px 0;
	width:208px;
}
#images a{
	display:block;
	margin:0;
	padding:11px 4px 9px 4px;
	width:200px;
	background-image:url("../img/design/img-shadow.png");
	background-position:center bottom;
	background-repeat:no-repeat;
}*/
a.lightbox{
	clear:both;
	display:block;
	float:right;
	margin:0 0 11px 0;
	padding:0 4px 9px 4px;
	width:200px;
	background-image:url("../img/design/img-shadow.png");
	background-position:center bottom;
	background-repeat:no-repeat;
}
hr{
	clear:both;
}

#footer-wrap{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:940px;
	text-align:center;
}
#footer{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:940px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
}

#botspace{
	margin:0 auto 0 auto;
	padding:0;
	width:940px;
	height:40px;
}

h1{
	display:block;
	margin-top:0;
	padding-top:0;
	font-size:24px;
	font-weight:bold;
}
h3{
	display:block;
	margin-top:0;
	padding-top:0;
	font-size:12px;
	font-weight:bold;
}

.accordion{
	margin:0;
	padding:0;
}
.accordion .accordion{
	margin:0;
	padding:0 0 0 40px;
}
.accordion .accordion #content p{
	width:592px;
}
.hidefirstaccordion,
.hidefirstaccordion + div{
	margin:0;
	padding:0;
	height:1px;
	visibility:hidden;
}

a img{
	border:0 none;
}