body{
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	font-family: sans-serif;
}

#top {
	height: 100px;
	width: 900px;
	margin: 0 auto;
	background-image: url(../img/header.png);
}

#contents {
	width: 900px;
	margin: 0 auto;
	background-image: url(../img/flow.jpg);
	background-repeat: no-repeat;
	height: 400px;
	padding: 0;
}
#menu {
	height: 278px;
	margin:0 0 0 50px;
}
#menu_item{
	margin: 0;
	padding: 0;
}
#menu_item li{
	float: left;
}
#menu_item li ul li{
	float: none;
}
#menu_item li ul li a:link,
#menu_item li ul li a:visited{
color:#255884;
font-size:11px;
text-decoration:none;
padding:5px 10px;
}
#menu_item li ul li a:hover{
color:#fff;
background: #255884;
}

.submenu {
position: absolute;
width: 190px;
background: #FFF;
padding: 10px;
border: solid 1px #255884;
border-top: none;
display: none;
line-height: 30px;
z-index: 1000;
}

#links{
	background-color: #fff;
	height: 130px;
	margin: 0;
	padding: 0;	
}
#links ul {
	list-style: none;
}
#links ul li {
	display: block;
	width: 300px;
	height: 120px;
	margin: 0;
	padding: 0;
	float: left;
}
#podcast {
	background-image: url(../img/headphone.jpg);
}
#book {
	background-image: url(../img/bible.jpg);
}
#faq {
	background-image: url(../img/FAQ.jpg);
}
.spacer{
	padding: 0px;
	margin: 0px;
	width: 300px;
	height: 120px;
}
#bottom {
	width: 900px;
	height: 40px;
	margin: 10px auto;
	font-size: 11px;
	color: #255884;
	text-align: center;
}
