@charset "utf-8";
/* CSS Document */
html, body  {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2d2d2d;
	line-height:21px;
	alignment-adjust:
	
}
a {
    color: #FFF;
}
.wrapper {
	width:1000px;
	margin:0 auto;
	background-image:url(images/bg.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:100%;
	overflow:visible;
}
.clear {
	clear:both;
}
.logo {
	padding:10px;
	margin:20px 0px;
}
.contentleft {
	float:left;
	padding:10px;
	width:609px;
}
.contentright {
	float:right;
	width:350px;
	padding:10px 10px 10px 0px;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:14px;
}
h3 {
	background-image:url(images/h3.png);
	background-repeat:repeat-x;
	text-align:center;
	line-height:45px;
	font-size:18px;
	color:#fff;
}
h4 {
	background-image:url(images/h4.png);
	padding-left:45px;
	font-size:24px;
	background-repeat:no-repeat;
	margin:0px;
	line-height:31px;
}
ul {
	padding-left:0px;
	margin-left:18px;
}
li {
	margin-left:0px;
	padding-left:8px;
	list-style-image:url(images/li.png);
}
.item {
	background-color:#fbf9f3;
	padding:10px;
}
.footer {
	clear:both;
	background-color:#fbb900;
	line-height:50px;
	color:#000;
	padding:0px 20px;
	text-align:right;
}
a img {
	border:0px;
}
.footer img {
	border:0px;
	vertical-align:middle;
	margin-left:10px;
}
.gebr {
	margin:10px;
}
sup,sub {	height: 0;	line-height: 1;	vertical-align: baseline;	_vertical-align: bottom;	position: relative; font-size:15px;	}
sup {	bottom: 1ex;}
sub {	top: .5ex;}