body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #40448F;
}

a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFD400;
}

a.normal {
	font-weight: normal;
}

img {
	border: 0px;
	margin: 3px;
}

#header {
	position: absolute;
	top: -1px;
	left: 0px;
	height: 120px;
	width: 800px;
	background-image: url(/layout/banner_gospel.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#header h1,#header h2 {
	margin: 0px;
	padding: 0px;
}

#navigation {
	position: absolute;
	top: 100px;
	left: 20px;
}

#content {
	position: absolute;
	top: 140px;
	left: 20px;
	width: 760px;
}

#content h3 {
	margin: 0px;
	padding-top: 5px;
}

#partner {
	position: absolute;
	padding-left: 5px;
	top: 20px;
	left: 800px;
	height: 600px;
	border-left: 1px solid #ffffff;
}

#partner img {
	margin-left: 0px;
}

.image_left {
	clear: both;
	float: left;
}

.image_right {
	clear: both;
	float: right;
}

.image_center {
	clear: both;
	text-align: center;
}
