body {
	margin:0;
	padding:0;
	background-image: url(../images/bg.png);
	font: 14px tahoma;
}
#footer {
	width:646px;
	margin-left:auto;
	margin-right:auto;
}
#frame {
	width:646px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
#navigation {
	height:38px;
	width:100%;
	background-image: url(../images/gospel_05.gif);
	line-height:38px;
	text-align:center;
	vertical-align:middle;
}
.navigation_link {
	padding-right:50px;
	padding-left:50px;
}
.navigation_link a {
	color:#D02341;
	text-decoration:none;
	font-size:16px;
}
.navigation_link a:hover {
	text-decoration:underline;
}
#teaser img {
	border-bottom: 1px solid #565C52;
}
#content {
	padding-left:20px;
	padding-right:20px;	
}
#footer {
	text-align:right;
	font-size:10px;
}
#footer a {
	color:#999;
	text-decoration:none;
}