body, html {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Garamond, Georgia, 'serif';
	background: #6389b6 url('images/red_pattern.gif') repeat;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	}
	
a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
h1 a {
	color: #fff;
	}
	
h1 img {
	border: none;
}
	
h1 span {
	display: none;
	}
	
h2, h2 a {
	color: #6389b6;
}
	
#wrapper {
	width: 800px;
	margin: auto;
	}
	
#header {
	padding-top: 30px;
	background: #6389B6 url(images/clouds.jpg) no-repeat top right;
	height: 147px; 
	}
	
#theme {
	width: 800px;
	margin: auto;
	height: 147px;
	background: url(images/rocks.png) no-repeat bottom right;
	}
	
.logo {
	padding-top: 75px;
}
	
#banner {
	background: #94503D;
	padding: 0px 20px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	}	
	
#nav {
	width: 800px;
	margin: auto;
	overflow: auto;
	color: #fff;
	}	

#nav a {
	color: #6389b6;
	font-weight: bold;
	}
	
#nav ul li {
	display: inline;
	padding: 0px 7px;
	}
	
#nav ul {
	list-style-image: none;
	padding: 0px;
	}

#menu {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}

#menu a {
	color: #fff;
}
	
#twitter {
	float: left;
	text-align: left;
	font-size: 1em;
	padding: 10px;
	border-bottom: 3px solid #94503D;
	background: #F5F7FA;
	}
	
#twitter h2 {
	font-size: 1.15em;
	margin-bottom: 0px !important;
	}
	
#twitter ul li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	}
	
#twitter ul {
	list-style-image: none;
	float: right;
	margin: 0;
	padding: 0;
	}
	
#twitter ul li a {
	font-style: italic;
	}
	
#body {
	background: #fff;
	overflow: auto;
	}
	
#body h2 {
	padding: 5px 0;
	margin-bottom: 10px;
	}
	
#leftsidebar {
	float: left;
	width: 250px;
	}
	
#rightsidebar {
	float: right;
	width: 250px;
	padding: 10px;
	}
	
p.isaiah {
	text-align: center;
	line-height: 30px;
	width: 175px;
	margin: -45px auto 0px auto;
	color: #917182;
	font-size: 1.2em;
	font-weight: bold;
	}
	
#bodysection {
	float: left;
	width: 475px;
	padding: 10px;
	}
	
#bodysection img {
	border: 2px solid #964736;
	}	

#body a {
	color: #6389B6;
	}
		
#footer {
	clear: both;
	margin: 0px auto;
	text-align: center;
	padding: 10px 20px;
	color: #917182;
	background: #D4B79E;
	}
	
#footer a {
	color: #917182;
}