Body {  
	color: #56461C;
	background : #56461C;
}

#Wrapper {
	width: 760px;
	margin: 0 auto; 
	background-color: #56461C;
	overflow: hidden;
	display: table;
}
	
#Titel1 {
	float : left;
	width : 300px;
	height : 50px;
	padding : 5px;
	font-size : 32px;
	line-height: 48px;
	color : #A90100;
	background: #E2D5B7;
	font-family : 'Gill Sans', helvetica, 'trebuchet ms', arial, sans-serif;
}

#Titel2 {
	float : left;
	width : 400px;
	height : 50px;
	padding : 5px;
	font-size : 22px;
	line-height: 56px;
	color : #56461C;
	background: #E2D5B7;
	text-align : right;
	font-family : 'Gill Sans', helvetica, 'trebuchet ms', arial, sans-serif;
}

#Portrait {
	float : left; 
	clear : left;
	padding : 0px;
	margin: 0px;
}

#Blurb {
	float:left;
	left : 30px;
	width : 700px;
	padding : 8px;
	font-size : 12px; 
	font-family : Verdana, sans-serif;
	background: #E2D5B7;
}

#Key {
	float : left;
	width : 700px;
	padding: 8px;
	font-size: 18px;
	color: #A90100;
	font-family : Verdana, sans-serif;
	background: #9EAF47;
	clear: left;
}

#Content {
	float: left;
	left: 30px;
	width: 700px;
	text-align : left;
	padding: 8px;
	font-family : Verdana, sans-serif;
	background: #E2D5B7;
	clear : left;
}

TH {
	padding : 3px;
	border-spacing: 8px;
	color: #E2D5B7;
	background: #A90100;
	font-size: 12px;
}

TD {
	padding : 3px;
	border-spacing: 8px;
	font-size: 10px;
	vertical-align:top;
}

#Footer {
	float: left;
	bottom : 0px;
	left : 30px;
	width : 700px;
	padding : 8px;
	font-size : 9px;
	color : #56461C;
	text-align : center;
	font-family : Verdana, sans-serif;
	background : #E2D5B7;
	clear : left;
}

a:link { color: #0199A4; }
a:visited { color : #A90100; }
a:hover { color : #A90100; background: #9EAF47; }
