body{	
background-color: ivory;
}
h1{	
font-family: Times New Roman, Arial, sans-serif;	
font-style: italic;
color: white; 	
padding: 10px 0 0 10px;
}
h2{	
color: red;	
font-style: italic;
}
h3{	
color: red;	
font-style: italic;
}
h4{	
font-style: italic;
}
#header{	
position: absolute;	
left: 5px;	top: 20px;	width: 1200px;	
background-color: #598419;
}
#mugshot{	
position: absolute;	
left: 620px;	top: 0px;
}
#menu{	
font-family: medium verdana, Arial, sans-serif;	
font-style: italic;	
position: absolute;	
left: 5px;	top: 109px;	width: 145px;	padding: 35px 10px 145px 10px;
background-color: wheat;
}
#content{	
position: absolute;	
font: small verdana, Arial, sans-serif;	
left: 200px;	top: 110px;	padding: 0 10px 10px 10px;	
marginright=25px;
}
a:link{	
color: blue;	
text-decoration: none;
}
a:visited{	
color: #800080;	
text-decoration: none;
}
a:hover{	
color: blue;	
text-decoration: underline;
}
.drop{	
font-size: 0.6em;
}
p.note{	
color: #708090;	
font-style: italic;	
margin: 10px 0 0 25px;}
