/* Body */

body
	{
	font-family: Verdana;
	font-size: 14px;
	color: #007701;
	background:url('images/top.jpg') repeat-x; 
	background-color: #dffede;
	margin: 0px;
	Padding: 0px;
	}
	
/* Nav */

.nav
	{
	height: 100px;
	margin-left: 5px;
	padding: 5px;
	}
	
.nav a
	{
	margin-left: 3px;
	padding: 2px;
	text-align: center;
	color: #007701;
	text-decoration: none;
	font-weight: 700;
	}
	

/* Content */

.content	
	{
	height: 300px;
	text-align: left;
	margin-left: 30px;
	line-height: 1.5em;
	}
	
.content h1

	{
	font-size: 1.4em; 
	text-decoration: underline;
	font-weight: 700;
	text-align: center;
	}
	
.content h2

	{
	font-size: 1.2em; 
	text-decoration: underline;
	font-weight: 700;
	float: left;
	margin-left: 8px;
	}
	
/* Image */

.image
	{
	float: right;
	}
	
.image2
	{
	float: right;
	margin-right: 40px
	}