body{
	background-color: #ff0;
	margin: 0 auto;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11pt;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}
.wrapper #header{
	padding: 0px;
	border: none;
	position: relative;
	background: url('banner.png') no-repeat top center;
	height: 367px;
}
.wrapper #header #links{
	position: absolute;
	text-align: center;
	bottom: 74px;
	left: 80px;
	width: 400px;
	font-size: 14pt;
}
#hand{
	display: block;
	position: relative;
	width: 240px;
	height: 190px;
	top: 64px;
	left: 420px;
}
#ad{
	position: relative;
	top: -160px;
	left: 640px;
	width: 300px;
	display: inline;
	display: inline-block;
}
#links > *{
	margin: .9em;
}
#links a{
	text-decoration: none;
	color: black;
	padding: 10px;
}
#links a:hover{
	color: #620;
	background: #ff0;
}
#links a:active{
	color: red;
	position: relative;
	top: 4px;
}
.content{
	position: relative;
	top: -4px;
	background: url('content.png') repeat-y top center;
	min-height: 600px;
	margin: 0px;
	padding: 1px 96px;
}
b.header{
	display: block;
	border-bottom: 1px solid grey;
	clear: both;
}
.content p{
	font-size: 10pt;
	text-align: justify;
}
.content .c_1{
	width: 49%;
	float: left;
}
.content .c_2{
	width: 49%;
	float: right;
}
.content table tr td{
	border-bottom: 1px dotted grey;
}
.space{ clear: both; visibility: hidden; }
#footer{
	padding: 2px;
	background: #333;
	color: #eee;
	font-size: 8pt;
	text-align: center;
	border-bottom: 4px solid yellow;
}
#footer a{ text-decoration: none; color: yellow; }
.adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #940F04;}
.adText {font: normal 10pt Arial; text-decoration: none; color: #000000;}

