﻿#holder
{
	position: relative;
	height: auto;
	width: 1000px;
	margin: 20px auto;
	min-height: 800px;
}

#banner
{
	position: absolute;
	left:0px;
	top:0px;
	height: 50px;
	width: 1000px;
	z-index:1;
	background-image: url('masthead.gif');
}

#info
{
	background-image: url('masthead.gif');
	background: #E2FEF3;
	position: absolute;
	left: 0px;
	top: 56px;
	height: 80px;
	width: 1000px;
	z-index: 1;
	color: #005E5E;
	font-size: large;
	font-weight: bold;
}
#holder2
{
	position: absolute;
	left: 0px;
	top: 142px;
	height: auto;
	width: 1000px;
	z-index: 1;
	overflow: hidden;
}


#nav
{
	position: relative;
	height: auto;
	width: 300px;
	z-index: 2;
	min-height: 100px;
	background-image: url('masthead.gif');
	float: left;
}

#nav ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#nav li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#nav a {
	color: #005E5E;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #008080;
}

#content
{
	background: url('masthead.gif');
	position: relative;
	height: 100%;
	width: 694px;
	z-index: 2;
	min-height: 100px;
	float: right;
}

#clock
{
	position:absolute;
	left:120px;
	top:120px;
	height: 200px;
	width: 200px;
	z-index:3;
}

#nav1
{
	background: #008000;
	float: left;
	width: 300px;
}
#content1
{
	background: #008080;
	float: left;
	width: 700px;
}

#content h1,h2,h3,h4,h5,h6,p {
	color: #295454;
}

h1 
{
	font-size: large;
}

