	<style>
	
body{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFCC;
	}
	
#container{
	margin-left: auto;
	margin-right: auto;
	height: auto;
    width: 900px;
    background-color: white;
	}
	
	
#leftcolumn{
	width: 300px;
	float: left;
	height: automatic;
	text-align: left;
	padding-left: 10px;
	margin-right: 5px;
	font-family: Trebuchet MS, sans-serif;
	}
	
#rightcolumn{
	float: right;
	height: auto;
	width: 550px;
	text-align: left;
	font-family: Trebuchet MS, sans-serif;
	padding: 5px;
	}
		
p{
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 125%
	}
	
p.small{
	font-size: 10px;
	line-height: 125%
	}
	
h1{
	font: Trebuchet MS, sans-serif black;
	font-size: 135%;
	margin-bottom: -.6em;
	}
	
h2{
	font: TrebuchetMS, sans-serif black;
	font-size: 105%;
	margin: -5px 0px 0px 0px;
	}
	
#footer{
	background-color: black;
	height: 42px;
	padding: 10px;
	clear: both;
	width: 880px;
	text-align: center;
	}
	
p.footer{
	font-family: Trebuchet MS, sans-serif;
	color: white;
	font-size: 70%;
	}
	
a.footer{
	font-family: Trebuchet MS, sans-serif;
	color: #999900;
	font-size: 10px;
	text-decoration: none;
	}
	
a.footer:hover{
	color: white;
	}
	
	ul{
	list-style: none;
	font-size: .9em;
	}
	
	ul.li{
	text-decoration: none;
	}
	
	img.mugshot{
	border:1px solid black;
	margin-bottom: 1px;
	}

.banner{
margin-bottom: 5px;
}

/* Navigation Style \*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	display: block;
	}


ul li {
	position: relative;
	}



li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
	
	
li:hover ul, li.over ul { 
	display: block; }

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}



/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */



startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace»
	(" over", "");
   }
   }
  }
 }
}
window.onload=startList;



<ul id="nav">



/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


</style>

	