/*
Theme Name: Washoe
Description: Designed for the Washoe Club</a>.
Version: 1.6
Author: Aaron Sulser
Author URI: http://www.cube5design.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
@charset "UTF-8";
/* CSS Document */

html,body {
	padding:0px;
	margin:auto;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/bg2.jpg);
	background-repeat:repeat-x;
	color:#a79989;
	font-size:12px;
	height:100%;
	
	}
	
#wrapper {
	position:relative;
   min-height: 100%;
   width:919px;
   height: auto !important;
   height: 100%;
   margin:0 auto;
 
   }
   
#home_header {
	position:relative;
	background-image:url(img/home_header2.png);
	background-repeat:no-repeat;
	height:503px;
	margin-top: -210px;
	z-index:0;
	}
	
#history_header {
	position:relative;
	background-image:url(img/history_header.png);
	background-repeat:no-repeat;
	height:503px;
	margin-top: -210px;
	z-index:0;
	}
	
#store_header {
	position:relative;
	background-image:url(img/store_header.png);
	background-repeat:no-repeat;
	height:503px;
	margin-top: -210px;
	z-index:0;
	}
	
#ghost_header {
	position:relative;
	background-image:url(img/ghost_header.png);
	background-repeat:no-repeat;
	height:503px;
	margin-top: -210px;
	z-index:0;
	}
	
#restoration_header {
	position:relative;
	background-image:url(img/restoration_header.png);
	background-repeat:no-repeat;
	height:503px;
	margin-top: -210px;
	z-index:0;
	}
	
#nav {
	position:relative;
	top:160px;
	left:40px;
	width:280px;
	height:204px;
	text-align:center;
	z-index:1;
	}
	
#logo {
	position:absolute;
	width:444px;
	height:128px;
	z-index:1;
	top:30px;
	left:30px;
	
	}
	
#bottom {
	position:relative;
	width:920px;
	margin-top:-120px;
	
	}
	
#left {
	position:relative;
	float:left;
	width:505px;
	font-family:Ariel, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	padding-left:60px;
	
	}
	
#right {
	position:relative;
	float:left;
	width:297px;
	margin-left:10px;
	font-family:Helvetica, Ariel, sans-serif;
	color:#fff;
	font-size:12px;


	}
	
#right_box_top {
	background-image:url(img/right_box_top.png);
	width:297px;
	height:16px;
	float:left;
	}
	
#right_box_middle {
	background-image:url(img/right_box_strip.png);
	width:277px;
	padding-left:10px;
	padding-right:10px;
		float:left;

	}
	
#right_box_bottom {
	background-image:url(img/right_box_bottom.png);
	width:297px;
	height:16px;
		float:left;

	}
	
	
#footer {
	font-family:Helvetica, Ariel, sans-serif;
	color:#fff;
	font-size:11px;
	margin:0 auto;
	width:920px;
	text-align:center;
	}
	
.title {
	font-size:16px;
	font-family:Helvetica, Ariel, sans-serif;
	color:#FFFFFF;
	}
	
a:link {
	font-family:Helvetica, Ariel, sans-serif;
	color:#fff;
	font-size:12px;
	text-decoration:underline;
	}
	
a:visited {
	font-family:Helvetica, Ariel, sans-serif;
	color:#fff;
	font-size:12px;
		text-decoration:underline;

	}
	
a:hover {
	font-family:Helvetica, Ariel, sans-serif;
	color:#ffe0be;
	font-size:12px;
		text-decoration:underline;

	}
	
a:active {
	font-family:Helvetica, Ariel, sans-serif;
	color:#a79989;
	font-size:12px;
		text-decoration:underline;

	}
	
a.footer:link {
	font-family:Helvetica, Ariel, sans-serif;
	color:#fff;
	font-size:11px;
	}
	
a.footer:visited {
	font-family:Helvetica, Ariel, sans-serif;
	color:#fff;
	font-size:11px;
	}
	
a.footer:hover {
	font-family:Helvetica, Ariel, sans-serif;
	color:#ffe0be;
	font-size:11px;
	}
	
a.footer:active {
	font-family:Helvetica, Ariel, sans-serif;
	color:#fff;
	font-size:11px;
	}
	

	
.nopad {
	margin:0px;
	padding:0px;
	}
	
h1 {
	font-size:16px;
	color:#fff;
	}
h2 {
	font-size:16px;
	color:#fff;
	}
