body {
	background: #69788f url(../images/bg_main.jpg) left 165px repeat-x;
	color: #000;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* Main */
#container {
	background: url(../images/bg_head.jpg) left top repeat-x;
}

#main {
	padding: 33px 20px 20px 20px;
	width: 639px;
}

/* Logo */
h1 a {
	border: none;
	height: 90px;
	left: 35px;
	position: absolute;
	text-decoration: none;
	text-indent: -1000em;
	top: 60px;
	width: 115px;
}

h2 {
	height: 0;
	overflow: hidden;
	text-indent: -1000em;
}

/* Meta-Navigation*/
ul#metanavi {
	height: 33px;
	left: 512px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	top: 9px;
	width: 160px;
}

ul#metanavi li {
	background: url(../images/metanav_seperator.gif) left top no-repeat;
	float: left;
	height: 15px;
	line-height: 100%;
	padding: 0 7px 0 7px;
}

ul#metanavi li.first {
	background: none;
}

ul#metanavi li a {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

ul#metanavi li a:focus, ul#metanavi li a:hover, ul#metanavi li a.active {
	color: #000;
}

/* Navigation*/
ul#navigation {
	background: url(../images/logo.jpg) left top no-repeat;
	height: 56px;
	list-style-type: none;
	margin: 0;
	padding: 76px 0 0 168px;
	width: 471px;
}

ul#navigation li {
	background: url(../images/nav_seperator.gif) right top no-repeat;
	float: left;
	height: 35px;
	margin: 0;
	padding: 0 2px 0 0;
}

ul#navigation li a {
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 9px 0 13px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

ul#navigation li a:hover {
	color: #000;
}

ul#navigation li a.active {
	background: url(../images/nav_active.jpg) left top repeat-x;
	color: #036;
}

ul#navigation li a#about {
	width: 165px;
}

ul#navigation li a#donate {
	width: 150px;
}

ul#navigation li a#help {
	width: 150px;
}

/* Content */
#content {
	background: #fff;
	padding: 20px 20px 20px 20px;
}
#content_intro {
	background: #fff;
	padding: 20px 20px 20px 20px;
}
#content_special {
	background: #cdd9e2;
	float: left;
	margin: -20px 0 0 0;
	padding: 10px 0 0 0;
}

h3 {
	color: #036;
	font-size: 24px;
	margin: 0;
	padding: 0 0 9px 0;
}

img.headline {
	display: block;
	padding: 0 0 10px 0;
}

#content_special img.headline {
	display: block;
	padding: 0 0 10px 20px;
}

ul {
	margin: 0 0 0 20px;
	padding: 0 0 17px 0;
}

ul li {
	line-height: 145%;
}

a {
	color: #036;
	text-decoration: none;
}

a:focus, a:hover {
	color: #69c;
	text-decoration: underline;
}

a.rel {
	background: url(../images/icon_arrow.gif) left 2px no-repeat;
	color: #036;
	font-weight: bold;
	padding: 0 0 0 15px;
	text-decoration: none;
}

a.rel:focus, a.rel:hover {
	color: #69c;
	text-decoration: underline;
}

/* Teaser */
p.teaser {
	display: block;
	padding: 0 0 20px 0;
	width: 100%;
}

p.teaser img {
	float: left;
	margin: 0 20px 20px 0;
	width: 194px;
}

p.teaser span {
	float: left;
	margin: 0 0 20px 0;
	width: 385px;
}

/* Ad Content */
#adContent {
	background: #cdd9e2;
	float: left;
	margin: -20px 0 0 0;
	padding: 20px 0 0 0;
}

p.adTeaser {
	display: block;
	float: left;
	padding: 0 20px 10px 20px;
	width: 599px;
}

p.adTeaser img {
	float: left;
	margin: 0 20px 10px 0;
	width: 194px;
}

p.adTeaser span {
	float: left;
	margin: 0 0 10px 0;
	width: 385px;
}

/* Download */
p.downloadTeaser {
	display: block;
	padding: 0 0 20px 0;
	width: 100%;
}

p.downloadTeaser img {
	float: left;
	margin: 0 20px 10px 0;
	width: 140px;
}

p.downloadTeaser span {
	float: left;
	margin: 0 0 10px 0;
	width: 439px;
}

/* Footer */
#footer {
	background: #2e435f;
	color: #fff;
	float: left;
	margin: 10px 0 0 0;
	width: 100%;
}

#footer p.left {
	float: left;
	font-size: 11px;
	padding: 2px 6px 1px 6px;
	text-transform: uppercase;
	width: 300px;
}

#footer p.right {
	float: right;
	font-size: 11px;
	padding: 2px 6px 1px 6px;
	text-align: right;
	width: 300px;
}

#footer a {
	color: #fff;
	text-decoration: none;	
}

#footer a:focus, #footer a:hover {
	color: #ccc;
}

/* Misc */
a img {
	border: none;
}

.clearfix {
	clear: both;
	font-size: 0;
	height: 0.1em;
	line-height: 0;
	overflow: hidden;
}

.hidden {
	visibility: hidden;
}

.hiddenAbsolute {
	display: none;
}

hr {
	display: none;
}

img {
	border: none;
	display: block;
}

p {
	line-height: 145%;
}
