﻿@charset "utf-8";
/* CSS layout */
* {
	padding: 0;
	margin: 0;}
	
#masthead {
	margin: auto;
	width: 1000px;
	height: 240px;
	background: url('images/banner.jpg') no-repeat;}

#topbar {
	margin: auto;
	width: 1000px;
	height: 20px;
	background-color: #51241E;
	color: white;}
	
#navlist li {
	display:inline;
	padding:0 .9em;
	border-right:1px solid #20221D;}

#navlist li.last {
	border:none;}

#navlist {
	text-align:center;}
	
#navlist a:link {
	color: #A9A874;
	font-weight: bold;
	text-decoration: underline;}

#navlist a:visited {
	color: #A9A874;
	font-weight: bold;
	text-decoration: underline;}
	
#navlist a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;}
	
#navlist a:active {
	color: white;
	font-weight: bold;
	text-decoration: underline;}

#page_content {
	margin: auto;
	width: 1000px;
	background-color:white;}
	
#page_content p {
	font-size: large;
	line-height: 140%;}
	
#footer {
	text-align: center;
	font-size: small;}
	
#tagline {
	text-align: center;
	font-size: small;}
	
.innertube {
	padding: 20px;}

.about_innertube {
	padding: 40px 20px 20px 80px;}
	
a:link {
	color: #20221D;
	font-weight: bold;
	text-decoration: underline;}

a:visited {
	color: #20221D;
	font-weight: bold;
	text-decoration: underline;}
	
a:hover {
	color: #4A4B3B;
	font-weight: bold;
	text-decoration: underline;}
	
a:active {
	color: #4A4B3B;
	font-weight: bold;
	text-decoration: underline;}
	
table {
	padding: 4px;
	border-spacing: 14px;
	font-size: 84%;}
	
th {
	text-align: left;}
		
td {
	text-align: left;
	vertical-align: top;}
		
body {
	font-family:Garamond, Georgia, "Palatino Linotype";
	background-color: #A9A874;
	color: #20221D;}
	
.clearfix {display: block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#boxes { padding-top: 10px; padding-bottom: 10px; }
#boxes #box-one    { width: 460px; float: left; }
#boxes #box-two  { width: 460px; float: left; margin-left: 20px; padding-left: 10px;}

