body {
	width: 800px;
	margin: 0px;
	padding: 0px; // this is a concession to opera 7 which has margin 0, but some padding by default.
	font-size: 10px;
	background-image:url(images/bottombackground.gif);
}
 
#logo {
	width: 800px;
	height: 140px;
	background-image:url(images/background.gif);
}

#container{
	margin: 0px;
	background-image:url(images/background.gif);
	height: 100%;
}

#navigation{
	position: absolute;
	left: 0px;
	top: 155px;
	width: 250px;
	height: 100%;
}

	
#content {
	margin-left: 250px;
	width: 485px;
	background-color:#FFFFFF;
	}
	

#bottom{
	margin: 0px;
	height: 100%;
	background-image:url(images/bottombackground.gif);
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #6B5C4F;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6B5C4F;
}
a:link {
	font-weight: bold;
	color: #89AEBE;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #6B5C4F;
	text-decoration: none;
}


	
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7C6F62;
}
