
/* For centered fixed width */

/* ________________ global _________________ */

body {
	margin: 0;
	padding: 20px;
	font-family: "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #222;
	background: #9298A5 url(/images/backg.gif) top left repeat-x;
	text-align: center;
	}

div#container {
	width:750px !important;
    margin: 0 auto;
	padding: 0;
	text-align:left;
	background: #797E89;
	border-bottom: 15px solid #000;
	}

div#content {
	clear: both;
	float: left;
	width: 450px;
	padding: 0 10px 15px;
	margin: 0;
	background: #ebebeb;
	}

.spacer {
	height: 0;
	clear: both;
	}

img { border: 0; }

/* ________________ typography _____________ */
a {
	text-decoration: none;
	color: #92a09d;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color: #4c7cc3;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
	
input, label {
	font-size: 0.8em;
	}

li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
	
/* ________________ header _____________ */
div#header {
	background: #EBEBEB;
	padding: 0px;
	text-align:left;
	}
	
#header #logo a {
	float: left;
	display: block;
	margin: 0;
	padding: 163px 0px 0px 0px;
	overflow: hidden;
	background: #674943 url(/images/masthead.jpg) no-repeat;
	height: 0px !important;
	text-indent: -5000px;
	width: 640px;
	}

#header #tagline a{
	float: left;
	background: #6a6e77 url(/images/Geoff_Front.jpg) no-repeat;
	margin: 0px;
	padding: 163px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important;
	text-indent: -5000px;
	width: 110px;
	}
	
#actionShot
	{
	position: absolute;
	top: 20px;
	left: 510px;
	width: 210px;
	background: transparent url(/images/) no-repeat 0 0;
	border-bottom: 0px solid #923b09;
	}
	
/* ________________ footer _____________ */
div#footer {
	clear: both;
	background: #9ca8a5;
	padding: 5px 0;
	text-align: center;
	color: #cad2d0;
	height: auto;
	}

#footer p {
	font-size: .9em;
	line-height: auto;
	margin: 0;
	}
	

/* ________________ navigation _____________ */
div#navigation {
	float: right;
	width: 280px;
	padding: 0;
	margin: 0;
	}

#navigation li {
	color: #EFECE3;
	line-height: 1.6em;
	border-bottom: 1px solid #878889;
	padding: 0.5em 17px;
	}
	
#navigation ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #797E89;
	}
	
#navigation li:hover
	{
	background: #787C83;
	}
	
#buttonBook a
	{
	background: #853833;
	padding: 2px 5px;
	color: #edb;
	border: none;
	margin: 0;
	}
	
#buttonBook a:hover
	{
	background: #000;
	border: none;
	}
	
h3.resources {
	display: block;
	margin: 0;
	padding: 20px 0px 0px 0px;
	overflow: hidden;
	background: #797E89 url(/images/h3-resources.gif) no-repeat;
	height: 0px !important;
	text-indent: -5000px;
	width: 280px;
	}
	
h3.randImg {
	display: block;
	margin: 0;
	padding: 20px 0px 0px 0px;
	overflow: hidden;
	background: #797E89 url(/images/h3-rImage.gif) no-repeat;
	height: 0px !important;
	text-indent: -5000px;
	width: 280px;
	}
