/* @group CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: url(images/bg.jpg) repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	color: #1a0b02;
}

/* @end */

/* @group Structure */

#background {
	width: 100%;
	background: url(images/header.jpg) repeat-x;
	min-height: 144px;
}

#container {
	width: 884px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 870px;
	height: 113px;
	margin-left: 7px;
	float: left;
	text-align: right;
}

#header .logo {
	position: relative;
	top: 3px;
	float: left;
}

#header .liveworship {
	position: relative;
	top: 12px;
	left: 38px;
	float: left;
}

#header .headertext {
	position: relative;
	top: 16px;
	float: right;
	line-height: 1.3;
	color: #61351a;
}

#menu {
	width: 870px;
	height: 31px;
	float: left;
	margin-left: 7px;
}

#menu ul {
	list-style: none;
	margin: 0 auto 0 auto; padding: 0;
}

#menu li {
	display: inline;
	width: 109px;
	height: 26px;
	float: left;
	margin: 2px 2px 0 13px;
}

#menu li a:link, #menu li a:visited {
	border: none;
	width: 109px; 
	height: 24px; 
	display: block;
	padding: 2px 0 0 0;
	background: url(images/button.png) no-repeat 0 0;
	color: #e2e0d3;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}

#menu li a:hover {
	color: #b04a20;
	background: url(images/button.png) no-repeat 0 -26px;
}

#midbox {
	width: 884px;
	height: 219px;
	float: left;
	background-image: url(images/midbox.png);
}

#midbox-inner {
	float: right;
	text-align: left;
	width: 306px;
	font-size: 14px;
	line-height: 20px;
	color: #61351a;
}

#midbox-inner h2 {
	color: #61351a;
	text-transform: uppercase;
	padding: 10px 20px 0 0;
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: bold;
}

#midbox-inner h3 {
	color: #61351a;
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
}

.midbox-text {
	color: #61351a;
	font-size: 13px;
	line-height: 1.2;
	padding: 0 5px 0 0;
}

.midbox-text2 {
	color: #61351a;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 10px;
}

#content-top {
	margin: 4px 0 0 7px;
	width: 870px;
	height: 10px;
	background-image: url(images/content_top.png);
	float: left;
}

#content {
	margin: 0 0 0 7px;
	width: 870px;
	float: left;
	background: url(images/content_repeat.png) repeat-y;
	font-size: 16px;
	padding: 1px 0 0 15px;
}

#main {
	width: 562px;
	float: left;
	color: #61351a;
	line-height: 1.6;
}

#main h1 {
	font-size: 20px;
	font-weight: bold;
	color: #61351a;
}

#main b {
	font-weight: bold;
}

#main p {
	margin-bottom: 18px;
}

#sidebar {
	width: 272px;
	padding: 0 10px 0 0;
	float: right;
	text-align: left;
	color: #cecece;
	line-height: 1.3;
}

.fromthepastor1 {
	margin: 0 0 0 2px;
}

.fromthepastor2 {
	margin: 0 17px 0 0;
	float: right;
	position: relative;
	top: -4px;
}

#sidebar h2 a {
	color: #ffffff;
	text-decoration: none;
}

#sidebar .description {
	color: #ebcea2;
}

#sidebar .hor-divider {
	background-image: url(images/divider.png);
	width: 223px;
	height: 1px;
	margin: 10px 0 10px 13px;
	float: left;
}

#content-bottom {
	margin: 0 0 0 7px;
	width: 870px;
	height: 10px;
	background-image: url(images/content_bottom.png);
	float: left;
}

#footer {
	width: 820px;
	float: left;
	color: #61351a;
	font-size: 11px;
	text-align: center;
	margin: 15px 0 0 45px;
}

#footerbox {
	float: left;
}

#footer a {
	color: #61351a;
	text-decoration: underline;
}

/* @end */


