@charset "UTF-8";

/* Layout Medium Screens */

header {
	height: 140px;
	background: #637685 url(../images/bible_medium.jpg) no-repeat left 0px;
}

header a.logo {
	width: 243px;
	height: 88px;
	top: 23px;
	left: 240px;
	background-image: url(../images/logo_medium.gif);
}

nav { top: 140px; }

nav a {
	margin-top: 3px;
	margin-right: 9px;
	margin-bottom: 3px;
	margin-left: 9px;
	font-size: 0.75em;
}

.fullWidth {
	text-align: center;
	margin-top: 55px;
	margin-right: 80px;
	margin-bottom: 15px;
	margin-left: 80px;
}
.fullWidth h1 { 
	margin-bottom: 15px; 
	font-size: 1.2em; 
	line-height: 1.5em; }
	
.formTable {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.sidebar { width: 40%; }

body { background-image: none; }
