﻿@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;}

/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;}
	
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 26px;}
	
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;}


