body {
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
}
h1 {
	font-size: 18px;
	color: #999999;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#content {
position: absolute;
    left: 50px;
	right: 150px;
	top: 140px;
	padding-right: 60px;
	
	}

#nav {
position: absolute;
  right: 50px;
  top: 165px;
  }
  
  #banner {
  
    padding: 20;
	width: 100%;
	height: 100px;
	font-size: 30px;
	left: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ff9900;
	color: #000000;
	border-bottom: 1px dotted #444444;
}

#nav p {
	margin-bottom: 4px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#nav a:link {
	padding: 4px;
	text-decoration: none;
	width: 130px;
	display: block;
	color: #333366;
	background-color: #CFCFCF;
	border-top: 2px #E9E9E9 solid;
	border-left: 2px #E9E9E9 solid;
	border-bottom: 2px #8E8E8E solid;
	border-right: 2px #8E8E8E solid;
}

#nav a:visited {
	padding: 4px;
	text-decoration: none;
	width: 130px;
	display: block;
	color: #333366;
	background-color: #cfcfcf;
	border-top: 2px #E9E9E9 solid;
	border-left: 2px #E9E9E9 solid;
	border-bottom: 2px #8E8E8E solid;
	border-right: 2px #8E8E8E solid;
}

#nav a:hover {
	padding: 4px;
	text-decoration: none;
	width: 130px;
	display: block;
	color: #333366;
	background-color: #ff6600;
	border-top: 2px #8E8E8E solid;
	border-left: 2px #8E8E8E solid;
	border-bottom: 2px #E9E9E9 solid;
	border-right: 2px #E9E9E9 solid;

}

#nav a.active {
	padding: 4px;
	text-decoration: none;
	width: 130px;
	display: block;
	color: #333366;
	background-color: #CFCFCF;
	border-top: 2px #E9E9E9 solid;
	border-left: 2px #E9E9E9 solid;
	border-bottom: 2px #8E8E8E solid;
	border-right: 2px #8E8E8E solid;
}
