html {
	background-color: #3276bd;
	background-image: url(/images/fabric.png);
	background-repeat: repeat;
	height: 100%;
	color: black;
	padding: 0;
	margin: 0;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
}

#main {
	margin: 0 auto;
	width: 800px;
	height: 100%;
	font: normal 12px Arial,Helvetica,sans-serif;
	position:relative;
	background-color: #fff;
	border-left: 1px solid black;
	border-right: 1px solid black;

}

a img {
	border: none;
}

#header {
	width: 100%;
	position: relative;
	background-color: white;
}

#exodus {
	position: absolute;
	right: 10px;
	top: 20px;
	font: bold italic 12px Arial,Helvetica,sans-serif;
}

#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/concordbanner.png);
	background-repeat: no-repeat;
	height: 149px;
}

#header h1
{
	display: none;
}

#menu {
	width: 100%;
	text-align: center;
	clear: both;
	background-image: url(/images/menubar.png);
	height: 25px;
	padding-top: 2px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#content {
	position: relative;
	padding: 2px;
	background-color: white;
}

#content h2 {
}

#innercontent {
	position: relative;
	padding: 5px;
	clear: both;
}

#innercontent a:link, #innercontent a:visited, #innercontent a:hover, #innercontent a:active {
	text-decoration: none;
}

.innercontentmargin {
	margin-right: 215px;
}

.articledate {
	font-style: italic;
}

.author {
	font-weight:bold;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 2.5em;
	font: 10px Arial,sans-serif;
}

#footerinner {
	margin: 0 auto;
	background-color: #3276bd;
	width: 800px;
	color: white;
	font: 10px Arial,sans-serif;
	text-align: center;
	height: 2.5em;

}

#footerinner a, .copyright a {
	color: white;
}

.copyright {
	color: white;
	font-size: x-small;
	text-align: center;
}

#sidebar {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #acf;
	border: 1px solid #3276bd;
	padding: 5px;
	width: 200px;
	margin-left: 5px;
}

#sidebar a img {
	border: none;
}

.biblelookup {
	padding: 2px;
}

form {
	margin: 0;
	padding: 0;
}

button {
	display:block;
	margin: 0 auto;
}

.biblelookup {
	padding-bottom: 20px;
}

.biblelookup fieldset {
	background-color: white;
}

.biblelookup fieldset label {
	font-weight: bold;
	display:block;
}

#qs {
	width: 150px;
	display:block;
}

#footerstick {
	height: 2.5em;
	font: 10px Arial,sans-serif;
}
