@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0; padding: 0; }

header a.logo {
	display: block;
	position: absolute;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


/* Layout Large Screens (default for older browsers) */

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

header a.logo {
	width: 454px;
	height: 160px;
	top: 49px;
	left: 450px;
	background-image: url(../images/logo_large.gif);
}

article {
	padding-left: 60px;
	padding-right: 25px;
}
.centered {
	padding-left: 60px;
	padding-right: 60px;
	text-align: center;
}
.formTable {
	padding-left: 200px;
	padding-right: 200px;
	text-align: center;
}

.fullWidth {
	text-align: center;
	margin-top: 85px;
	margin-right: 122px;
	margin-bottom: 30px;
	margin-left: 122px;
}
.fullWidth h1 { margin-bottom: 30px; }

nav { top: 253px; }
nav a {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.sidebar {
	float: right;
	width: 270px;
	line-height: 2em;
	font-weight: bold;
	color: #765352;
	font-size: .9em;
	margin-right: 20px;
	margin-left: 45px;
}
.boxCallout {
	background-color: #b9c7d2;
	font-weight: normal;
	color: #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 25px;
}
