@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;}

#masthead {
	margin: auto;
	height:  63px; }

#page_content {
	margin: auto;
	width: 1000px;
	background-color: #D9D4A7;}

#page_content p {
	line-height: 140%;
	font-size: 80%;}
	
#search {
	text-align: center;}
	
#footer {
	margin: auto;
	width: 1000px;
	background-color: #C3BF84;
	color: #7D7700;
    text-align: center;
	font-size: medium;}
	
#tagline {
	color: #B4AE64; 
	text-align: center;
	font-size: small;}

a { 
	color: #7D7700; 
	font-weight: bold; 
	text-decoration: underline; }
	
a:hover { 
	color: #B4AE64; 
	text-decoration: underline; }
		
.innertube {
	padding: 10px;}
	
blockquote {
	line-height: 140%;
	font-size: 70%;
	font-style: italic; 
	padding-left: 40px;
	padding-bottom: 10px;}
	
img {
	padding: 10px;
	border: 0px;}
	
h1 {
	color: #7D7700;}
	
h2 {
	color: #7D7700;}	

body {
	font-family: Geneva, Helvetica, Trebuchet, Arial, sans-serif;
	background: #EBE9D3 url('images/bar.gif') repeat-x center top;}

	
