﻿html, body
{
	height: 100%;
}
body
{
	padding: 0;
	margin: 0; /*background:pink url(leftcolbg.jpg) repeat-y left top;*/
	background-color: #CCCCCC;
	color: #000000;
	font-family: Tahoma;
	min-width: 1024px;
}

#outer
{
	min-height: 100%;
	margin-left: 174px;
	margin-right: 174px;
	background: #FFFFFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-bottom: -23px;
	color: #000000;
}
* html #outer
{
	height: 100%;
}
/* IE6 and under treat height as min-height anyway*/

#header
{
	background: #000066;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: white;
	text-align: left;
	font-family: Century Gothic;
	position: relative;
	margin: 0 -175px;
	min-height: 0; /* ie 7 haslayout fix */
	z-index: 90;
}

#header-inner
{
	background-image: url( "/images/Bucks_Patch.jpg" );
	background-attachment: fixed;
	height: 230px;
	width: 175px;
	position: fixed;
	left: 0px;
	z-index: 100;
}

#header a
{
	font-size: 55px;
	padding-left: 185px;
	padding-top: 42px;
}

#header b
{
	font-size: 22px;
	padding-left: 20px;
	padding-top: 75px;
}

#header-bottom
{
	height: 30px;
	width: 100%;
	z-index: 90;
}

#left
{
	position: relative; /*ie needs this to show float */
	padding-top: 85px;
	width: 174px; /* same as the left margin on #outer*/
	float: left;
	margin-left: -173px; /*must be 1px less than width otherwise won't push footer down in older mozilla*/
	left: -2px;
}
#left p
{
	padding-left: 2px;
	padding-right: 2px;
	font-size: small;
	position: fixed;
}
#right p
{
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
#left h3
{
	padding-left: 2px;
	padding-right: 2px;
	font-size: small;
	position: fixed;
}

/* TODO: look into list for the menu */
#left a
{
	color: #333333;
	background: #999999;
	width: 174px;
	height: auto;
	border-top: solid;
	border-color: #333333;
	border-top-width: thin;
	position: fixed;
	text-align: center;
	font-size: medium;
	left: auto;
	right: auto;
	text-decoration: none;
}

#left a:hover
{
	color: white;
	background: #333333;
}

#right
{
	position: relative; /*ie needs this to show float */
	width: 174px; /* same as right margin on #outer*/
	float: right;
	margin-right: -173px; /*must be 1px less than width otherwise won't push footer down in older mozilla*/
	left: 2px;
	display: block;
}

#right img
{
	border: none;
	padding-left: 2px;
	padding-top: 10px;
}

#left h3
{
	padding-left: 2px;
	padding-right: 2px;
	font-size: small;
}

#footer
{
	width: 100%;
	clear: both;
	height: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000066;
	color: white;
	text-align: center;
}

#maincontent
{
	margin: 15px;
	padding-bottom: 25px;
	overflow: auto;
}
#maincontent img
{
	border: none;
	text-align: center;
	left: auto;
	right: auto;
}

#h1
{
	font-size: large;
	position: relative;
	text-align: left;
}

