@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #a45111 url('http://www.harvesthouseofhope.com/images/body-bg.jpg') top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #222;
	}
	
a:link, a:visited { 
	text-decoration: none; 
	color: #36C; 
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #33C; 
	}

img, img a { 
	border: none; 
	padding: 0;
	}

/* Header Start --------------------------------------------------------------------------------------  */

#header {
	width: 980px;
	height: 241px;
	margin: 0 auto;
	background: url('http://www.harvesthouseofhope.com/images/header-bg.jpg') top center no-repeat;
	}
	
#logo {
	padding-top: 10px;
	}
	
/* Container Start --------------------------------------------------------------------------------------  */	

#container {
	width: 940px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	}

#content {
	width: 620px;
	float: left;
	padding-top: 30px;
	}
	
#content h1 {
	margin: 0 0 10px 0;
	border-bottom: #e3e9a6 solid thin;
	padding-bottom: 8px;
	font-size: 24px;
	color: #582700;
	}	

/* Sidebar Start --------------------------------------------------------------------------------------  */	

#sidebar {
	width: 280px;
	float: right;
	padding-top: 30px;
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar ul li {
	padding-bottom: 7px;
	}
	
#sidebar h2 {
	margin: 0 0 10px 0;
	border-bottom: #e3e9a6 solid thin;
	padding-bottom: 8px;
	font-size: 24px;
	color: #582700;
	}
	
/* Footer Start --------------------------------------------------------------------------------------  */	

#footer {
	width: 980px;
	margin: 0 auto;
	padding-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #672b09;
	}