/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}abbr,acronym {border:0;}

html,body {
	font: 12px Lucida, Lucida Sans, Arial, Verdana, sans-serif;
	color: #28251b;
	background: url(images/bg.jpg) repeat-x;
	background-color: #fff;
	margin:0 auto;
	padding:0;
	line-height:18px;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
#container {
	width:750px;
	margin:0 auto;
}
#top {
	height:176px;
	margin:0 auto;
}
#top-left {
	width:458px;
	float:left;
}
#top-right {
	width:292px;
	float:right;
	text-align:right;
	color:#ccc;
	font-size:10px;
	padding-top:4px;
}
#mid-left {
	width:400px;
	float:left;
	padding-top:16px;
	font-size:14px;
	line-height:24px;
}
#mid-right {
	width:350px;
	float:right;
}
#content {
	padding-top:16px;
}
#content-left {
	width:490px;
	padding-right:10px;
	float:left;
}
#content-right {
	width:250px;
	float:right;
}
.content2 {
	width:750px;
	margin:0 auto;
	padding:0;
	padding-top:16px;
}
.heading {
	font-size:16px;
	color:#5c2945;
	border-bottom:3px solid #000;
	margin-bottom:8px;
}
.box-left {
	width:240px;
	padding-right:10px;
	float:left;
}
.box-right {
	width:240px;
	float:right;
}
.box-left img, .box-right img {
	padding-right:6px;
	float:left;
}
.event {
	font-size:10px;
	border-bottom:1px solid #ccc;
	padding: 8px 0 8px 0;
	line-height:16px;
}
.sermon {
	border-bottom:1px solid #ccc;
	padding: 8px 0 8px 0;
}
.sermon-date {
	font-size:10px;
	text-transform:uppercase;
}
/* Paragraphs */

p {
	line-height: 22px;
	padding-bottom:8px;
}
p.center {
	text-align: center;
}
#bottom p {
	line-height:15px;
}

/* Headers */

h1 {
	font: 24px Arial, Trebuchet MS, Verdana;
	color: #191718;
	font-weight: bold;
	margin:0px;
	padding:0px;
	padding-bottom:12px;
	line-height:18px;
}
h2 {
	font: 14px Arial, Trebuchet MS, Verdana;
	color: #191718;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

/* Links */

ul {
	margin:0;
	padding:0;
	padding-top:18px;
	padding-left:0px;
}
li {
	list-style-type:none;
	background: url(images/li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-bottom: 8px;
	padding-left:14px;
	margin-left:4px;
}
blockquote {
	color:#cacbc4;
}
hr {border: none 0;
border-top: 1px solid #ccc;
height: 1px;
}
a {
	color: #213F4A;
}
a:hover {
	color: #6294AB;
}
a:visited {
	color: #467388;
}

#nav {
	clear:both;
	margin:0 auto;
	text-align:center;
	height:30px;
	background:#231f20;
}

#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0 auto;
	padding: 0px 19px 0 19px;
	font:12px/2.5 Lucida Sans,Arial,Verdana,sans-serif;
	color:#fff;
	font-weight:bold;
	background:#231f20;
	text-decoration:none;
}

#nav a:hover, #nav a:focus, #nav a:active {
	background:#44422D;
	color:#fff;

}
