﻿body
	{
	background-color: #669933;
	position: relative;
	height: auto;
	margin: 20px;
	min-height: 1200px;
	}

	
#wrapper
	{
	background-color: #CC9900;
	position: relative;
	width: 800px;
	height: auto;
	min-height: 700px;
	margin: 0 auto;
	top: 25px;
	bottom: -600px;
	}

#logo
	{
	background-image: url('gsgSized.jpg');
	position: relative;
	left: 0px;
	top: 0px;
	height: 240px;
	width: 241px;
	}
#contactBar
	{
	position: relative;
	height: 100px;
	top: -215px;
	left: 0px;
	width: 78%;
	right: 0px;
	height: 20px;
	font-family: helvetica;
	text-align: right;
	font-size: 1.5em;
	}
#header
	{
	background-image: url('banner.jpg');
	color: white;
	font-family: helvetica;
	font-size: 2.5em;
	font-weight: bold;
	text-align: right;
	line-height: 6em;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 600px;
	height: 40px;
	font-family: helvetica
	}
	
#photoBar
	{
	display: none;
	background-image: url('sidePhoto.jpg');
	background-repeat: no-repeat;
	position: absolute;
	width: 175px;
	height: 480px;
	left: 25px;
	top: 350px;
	}
	
#caption
	{
	display: none;
	position: relative; 
	top: 404px;
	width: 159px;
	height: 55px;
	background-color: black;
	color: white;
	opacity:0.6;
	filter: alpha(opacity=60);
	font-family: helvetica;
	font-weight: bold;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
	}
	
#main
	{
	background-color: #CCFFFF;
	position: relative;
	font-family: helvetica;
	font-size: 1em;
	text-indent: 80px;
	top: -140px;
	left: 30px;
	width: 670px;
	height: auto;
	min-height: 480px;
	padding: 2em;
	}
	
#nav
	{
	background-color: #CCCC00;
	position: absolute;
	top: 240px;
	width: 100%;
	height: 60px;
	text-align: center
	}
	
ul
	{
	}
	
li
	{
	background-repeat: no-repeat;
	position: relative;
	top: 5px;
	font-family: bookman;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
	color: black;
	padding: 1em;
	padding-right: 1em;
	display: inline;
	width: 100px;
	height: 50px;
	top: 0px;
	}

a 
	{
	text-decoration: none;
	cursor: pointer;
	color: black;
	font-weight: bold
	}
	
	
#footer
	{
	background-color: #CCCC00;
	position: relative;
	width: 100%;
	height: 50px;
	right: 0px;
	line-height: 1em;
	text-align: center;
	padding-top: 5px;
	top: -100px;
	}
	
img
	{
	width: 450px;
	height: 337px;
	}

.headline
	{
	font-weight: 600;
	font-family: helvetica;
	color: black;
	font-size: 2em
	}

#content
	{
	font-size: 1.9em;
	}
.noline
	{
	line-height: .5em;
	}
	
#link
	{
	text-align: right;
	color: blue
	}
#tobylink
	{
	position: relative;
	top: -100px;
	width: 100%;
	text-align: center;
	}
	
input
	{
	background-color: #CCCC00;
	}
	
textarea
	{
	background-color: #CCCC00;
	}
