/* Navigation 
---------------------------------------------------------------------------------------- */
#nav {
	position: absolute;
	left: 0;
	top: 63px;
	font-size: 85%;
	font-weight:bold;
	background-color: #FFFEEB;
	margin-top: 11px;
	width: 19em;
	text-transform:uppercase;
	border-top: 1px solid #FFF;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
#nav ul li a span.menuitem {
	width: 50%;
}
/* Homepage
---------------------------------------------------------------------------------------- */
#homepage-foreign #updates {display:none;}

/* Books & SEP books 
---------------------------------------------------------------------------------------- */
	
/* SEP page
---------------------------------------------------------------------------------------- */
#splinters #content div.item {
	float: none;
	clear: left;
}
#splinters #sepbooks div.sep-sermons {
	margin-right: 0;
	padding: 0 0 0 25px;
}
#splinters #sepbooks .sep-sermons ul {
	width: 240px;
	margin: 0;
}

/* Literature
---------------------------------------------------------------------------------------- */


/* Contact Form
---------------------------------------------------------------------------------------- */
body#contact #header, body#contact #footer { width: 1175px !important; }
body#contact #sub-nav { width: 918px; }
body#contact #content { width: 950px !important; }
body#contact div.fm-input { width: 660px; }
body#contact div label { width: 190px; }
body#contact div.fm-input p.error { width: 245px; }


