@charset "UTF-8";

div{
	width: 900px;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	}
	
	
	main{
	widht: 500px;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	float: none;
	width: 600px;
	padding-top: 20px;
		}

	
		
		
		
		
	h1{
	padding-left: 150px;


font-family: 'Avenir Next Ultra Light',
		}
	
		
		
 h4{
	
	 }
		
		
		
		
		
		
		
		
				
		#top {
	height: 250px;
	background-color: #E6FCFF;
	width: 800px;
	font-size: 30pt;
	text-align: center;
	clear: both;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer {
	clear: both;
}
#left {
	width: 275px;
	text-align: left;
	float: left;
	
	font-size: medium;
	margin-bottom: 20px;
} 
#middle {
	width: 275px;
float: left;
	
	text-align: justify;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-bottom: 20px;
}
#right {
	width: 275px;
	
	float: right;
	right: 50px;
	text-align: justify;
	margin-bottom: 20px;
}
		
		
		
		
		
		
	<style type="text/css">
  ul {list-style: none;padding: 0px;margin: 0px;}
  ul li {display: block;position: relative;float: left;border:1px solid #FFFFFF}
  li ul {display: none;}
  ul li a {
	display: block;
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	white-space: nowrap;
	color: #000000;
}
  ul li a:hover {
	background-color: #E4D3D4;
}
  li:hover ul {display: block; position: absolute;}
  li:hover li {float: none;}
  li:hover a {
	background-color: #E4D3D4;
}
  li:hover li a:hover {
	background-color: #FFFFFF;
}
  #drop-nav li ul li {border-top: 0px;}
  	
  	
