
body {
  	background-image: url(cliftonhist/bg.jpg); 

}

#content h1 {
	
	text-align: center;
	font: bold 200% Georgia, "Times New Roman", Times, serif;
	color: #009900;
	background-color: transparent;
}
#content h2 {
	
	text-align: center;
	font-size: 95%;
	color: #009900;
	background-color: transparent;
	
}
#content h3 {
	
	text-align: justify;
	font: normal 110% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: transparent;
	
}
#content h4 {
	
	text-align: center;
	font: normal 110% Georgia, "Times New Roman", Times, serif;
	color: #009900;
	background-color: transparent;
	
}

div#position {
    position: relative;
    width:950px;
    height:100px;
    text-align: center;
    background-color: #000000;
}
#navigation {
	position: absolute;
	top: 10px;
	left: 0;
	width: 180px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #33ff99;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #33ff99;
	border-right: 1px solid #33ff99;
	background-color: #009900;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #33ff99;
	color: #FFFFFF;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #33ff99;
	width: 168px;
}
#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	background-color: #ED9F9F;
	color: #33ff99;
}
#footer {
	padding: 0 0 10px 255px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}