﻿#header
	{
	position: relative;
	width: 423px;
	height:132px;
	background-color: gray;
	border-color: gray;
	}
#nav
	{
	position: relative; 
	background-color: white;
	word-spacing: 15px;
	}
	.nav
	{
	color: #4c6b38;
	font-family: verdana;
	text-decoration: none;
	}
	a.nav:hover
	{
	color: gray;
	text-decoration: none;
	}	
#content
	{
	position: relative; 
	border: 1px;
	border-color: #4c6b38;
	border-top-style: solid;
	background-color: white;
	}
	iframe 
		{
		width: 760px;
		height: 750px;
		border: 0px;
		}

		
#footer
		{
		position: relative;
		
		width: 960px;
		height: 30px;
		background-color: #4c6b38;
		color: white;
		text-align: center;
		}
		
		
		
		
		
/*CENTER THE PAGE CSS*/
#page 
	{
	width:960px;
	margin:0px auto;
	text-align:left;
	background-color:white;
	}