body {
	font-family: helvetica, verdana, arial;
	color: #fff;
	text-align: center;
	margin: 0;
}
body,
table tr td {
	font-size: 13px;
}
h1 {
	font-size: 100%;
	margin: 0;
	display: none;
	text-transform: uppercase;
}
h2 {
	font-size: 140%;
	margin: 0 0 1em 0;
}
p {
	margin: 0 0 1em 0;
}
#navigation {
	padding: .5em 0 .5em 1em;
	margin: 0;
	background: #fff;
	list-style-type: none;
	font-size: 110%;
	font-weight: bold;
}
#navigation li {
	display: inline;
}
#navigation,
#navigation li a {
	text-decoration: none;
	color: #00aae0
}
#navigation li a:hover,
#navigation li a.active {
	color: #154561;
}
#navigation li a.active {
	text-decoration: underline;
}
#save a,
a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a:hover,
#save a:hover {
	text-decoration: underline;
}
#save {
	margin: 0;
}
#wrap {
	text-align: left;
	width: 536px;
	margin: 0 auto;
	background: #fff url(../img/back.gif) center top repeat-y;
	background: #00aae0;
}
#head {
	font-size: 22px;
	padding: 0 1em 0 1em;
	height: 80px;
	line-height: 80px;
	background: #00aae0 url(../img/header.jpg) left bottom no-repeat;
}
#teaser {
	font-size: 0;
	background: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#content {
	padding: 22px;
	line-height: 1.5em;
	background: #00aae0;
}

table {

}
table td.small {
	width: 150px;
}
#tfurrer {
    float: right;
    border: 1px solid #ffffff;
}