body {
	background:url(img/bg.jpg) center top no-repeat;
	font-family: Helvetica;
	font-size:16px;
	}
#content {
	width:800px;
	margin:0 auto;	
	margin-top:30px;
}

#content .menu-wrapper {
	margin:0 0 25px 0;
	padding:0;
	background: url(ul-bg.png) repeat-x;
	width:800px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border:1px solid #c0d4e2;
	box-shadow: 0px -1px 0px #e8f5ff, 0px 0px 10px #c0d4e2 inset;
	-webkit-box-shadow: 0px -1px 0px #e8f5ff, 0px 0px 10px #c0d4e2 inset;
	-moz-box-shadow: 0px -1px 0px #e8f5ff, 0px 0px 10px #c0d4e2 inset;

	
}
#content .menu-wrapper ul {
	margin:0;
	padding:10px 0 0 20px;
}
#content .menu-wrapper ul li {
	width: 130px;
	padding:0;
	margin:0 21px 20px 0;
	float:left;
	list-style: none;
}
.sep {
	height:1px;
	display:block;
	background: #b7d7ed;
	-webkit-box-shadow:0px 1px 0px #f8fcfe;
}
#content .menu-wrapper ul li h3 {
	margin:0;
	}

#content .menu-wrapper ul li h3 a {
	color:#288ccb;
	text-decoration:none;
	font-size:.95em;
}

#content .menu-wrapper ul li p {
	font-size:.7em;
	color:#676767;
	margin:0;
	line-height:1.3;
}

#biblestudytools h2 {
	background: url(bible-study-tools.png) no-repeat 20px 12px;
	height:34px;
	width:355px;
	margin:10px 0px 10px 0px;
	text-indent: -30000px;
	padding:10px 20px 10px 20px;
	}

#referencematerials h2 {
	background: url(reference-materials.png) no-repeat 18px 5px;
	height:34px;
	width:385px;
	margin:10px 0px 10px 0px;
	text-indent: -30000px;
	padding:10px 20px 10px 20px;
}

#studyresources h2 {
	background: url(study-resources.png) no-repeat 18px 12px;
	height:34px;
	width:385px;
	margin:10px 0px 10px 0px;
	text-indent: -30000px;
	padding:10px 20px 10px 20px;
}
#gospels h2 {
	background: url(gospels.png) no-repeat 18px 0px;
	height:34px;
	width:385px;
	margin:10px 0px 10px 0px;
	text-indent: -30000px;
	padding:10px 20px 10px 20px;
}
#originallanguagematerials h2 {
	background: url(original-language-materials.png) no-repeat 18px 10px;
	height:34px;
	width:455px;
	margin:10px 0px 10px 0px;
	text-indent: -30000px;
	padding:10px 20px 10px 20px;
}

.clear {
clear:both;
display:block;
}