
html {
	overflow-Y: scroll;
}
body {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #666;
	margin: 0px;
	padding: 0;
	line-height: 24px;

}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}


p{
	margin:0 5px 0 5px;
	padding-bottom: 10px;
}

.center{
width: 882px;
margin: 0 auto;
}


.OuterContainer {
width: 882px;
float: left;
}

.container {
	float: left;
	width: 274px;
	margin-right: 20px;

}

h2.trigger {
	height: 40px;
	width: 234px;
	line-height: 17px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin:0px 20px 0 20px;
	padding-top: 4px;
	float: left;
	background-color: #f0fcff;
	text-align: center;
}
h2.trigger a {
	color: #666;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover {
	color: #e40000;
	text-decoration: none;
	display: block;
}

.toggle_container {
	clear: both;
	width: 274px;

}
.toggle_container .block {
	background-color: #f0fcff;
	width: 234px;
	margin:0 20px 0 20px;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;

}


#Fuss{
color:#006099;
line-height: 80px;
padding-bottom: 60px;
text-align: center;
}