body {
background:url(Images/bg_image.gif);
}

.MainBorder1 {
	background-color: #919F73;
	position:relative;
	border: solid 1px #565E45;
	width: 693px;
}

.Main {
	background-color: #F8F5F4;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	border: solid 1px #565E45;
	width: 685px;
}

.MainNav{
	position: relative;
	z-index: 10;
	top: 37px;
	left: 0px;
	margin-left: 15px;
	margin-right: 15px;

}

.Top {
	position: relative;
	width: 685px;
	height: 65px;
}

	.TopImage {
		position: absolute;
		left: 0px;
		top: -7px;
		z-index: 10px;
		width: 685px;
		height: 65px;
	}



.Body {
	position: relative;
	background-color: #F9F5F4;
	width: 685px;
	height: 445px;
}


.Bottom {
	position: relative;
	background-color: #919F73;
	border-top: solid 1px #565E45;
	width: 685px;
	height: 20px;
}

.BottomImage {
	width: 685px;
	height: 37px;
	border-top: solid 1px #565E45;
}

.Footer {
	position: relative;
	width: 700px;
}




