.MainParent
	{
	position: relative;
	width: 680px;
	height: 95px;
	border: 0px solid;
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 4px solid;
	border-bottom-color: #076900;
	}
.Header
	{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 680px;
	height: 95px;
	font-family: Times;
	font-size: 11px;
	text-align: left;
	color: #ffffff;
	}
.Navigation
	{
	background-color: #ffffff;
	border-right: 4px solid;
	border-right-color: #076900;
	color: #000000;
	position: absolute;
	left: 0px;
	top: 99px;
	width: 160px;
	text-align: left;
	}
.ContentArea
	{
	color: #000000;
	position: absolute;
	top: 95px;
	left: 175px;
	width: 510px;
	text-align: left;
	}
.Gallery
	{
	text-align: center;
	margin: 10px;
	float: right;
	top: 15px;
	right: 10px;
	width: 230px;
	font-family: Verdana;
	font-size: 9px;
	background-color: #AFAFAF;
	color: #000000;
	}
.Footer
	{
	text-align: center;
	height: 45px;
	margin-top: 30px;
	padding-top: 10px;
	right: 10px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	border-top: 4px solid;
	border-top-color: #076900;
	border-bottom: 4px solid;
	border-bottom-color: #076900;
	text-decoration: none;
	}