/* CSS Document */

body {
	padding: 0px; 
	margin: 0px;
	color: black;
	background-color: #CCFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
}	

	
#banner {
	postion:absolute;
	left:50px;
	top:15px;
	width:849px;
	height:121px;
	z-index:1;
	background-color:
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: oblique;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	margin-left: 50px;
	margin-top: 15px;
}

#nav {
	position:absolute;
	left:50px;
	top:150px;
	width:200px;
	height:663px;
	z-index:2;
	background-color: #9999FF
}

#content {
padding:10px;
	position:absolute;
	left:250px;
	top:150px;
	width:629px;
	height:600px;
	z-index:3;
	background-color: #99FFFF;
}

#footer {
	postion:absolute;
	left:250px;
	top:771px;
	width:650px;
	height:50px
	z-index:4;
	background-color:#999999;
	position: absolute;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px;
	width: 140px;
	color: #000000;
}	

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #669999;
	display: block;
	padding: 4px;
	width: 140px;
	color: #FFFFFF;
}

h1 {
	font-size: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

h2 {
	font-size:0.75em;
	text-transform: uppercase;
	font-weight: bold;
}