body {
	margin: 0px 0px 20px 0px;
	background-color: #8FABBE;
	background: url("../_img/banner_bg_pattern.gif");
}
	

.clearboth{
	clear:both;
}


.container {}
.container-inner {
	min-width: 940px;
	width: 1000px;
}



#banner {
	font-family: Times, Garamond, serif;
	color: #000000;
	background-color: #ffffff;
	background: url("../_img/banner_bg_pattern.gif");
	text-align: left;
	min-height: 80px;
}

	#banner-logo {
		padding-left: 15px;
		padding-top: 10px;
		float:left;
	}
	
	#banner-ad {
		float:right;
		height: 10px;
		overflow: visible;
		margin-right: 10px;
	}
	#banner-ad img {
		border: 1px solid #683737;
		padding: 3px;
		background: #ded6d3;
		border-top: 0px;
		padding-top: 0px;
	}
	
	#banner-links {
		padding-top: 8px;
		padding-left: 15px;
		font-family: Georgia, Times, Times New Roman, serif;
		font-size: 13px;
		font-weight: bold;
		font-style: italic;
		color: #683737;
		text-shadow: #663300 1px 1px 3px;
		vertical-align: top;
		background: url("../_img/nav_link3.png") repeat-x;
		height: 29px;
	}
	
	#banner-links a {
		color: #683737;
		text-decoration: none;
	}
	#banner-links a:hover {
		color: #683737;
		text-shadow: #683737 2px 2px 4px;
		text-decoration: none;
	}
	#banner-links a:active {
		color: #683737;
		text-shadow: none;
	}


.post ,
.archive_header {
	background: #AEA3A3;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.post-inner ,
.archive_header-inner {
	background: #FFFFFF;
	padding: 8px;
	border: 7px solid #EFEBEA;
}

/* sidebar */
.widget-area {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #f9f9f9;
	border: 1px solid #CCCCCC;
	padding: 8px;
}


h1, h2, h3 
	{
	font-family: Georgia, Times, Times New Roman, serif;
	font-style: italic;
	color: #683737;
	text-shadow: #663300 1px 1px 3px;
	font-weight: bold;
	}
h1 a, h2 a, h3 a { color: inherit; }

#content h1.page-title {
    margin: 0px;
}


#footer-content{
	border-top: 1px solid black;
}

input[type="text"], textarea {
    background: #e0dbd8;
}

#nav-below , #nav-above {
    margin: 20px 0 20px 0 ;
    background: #e0dbd8;
    padding: 8px;
    border: 1px solid #CCCCCC;
    font-weight: bold;
}

