#LeftBorder {
	position: absolute;
	width: 140px;
	left: 50px;
	bottom: 30px;
	height: auto;
	z-index: 5;
}
#Content {
	margin-top: 50px;
	margin-right: 50px;
	margin-left: 50px;
	z-index: 4;
	background-color: #FFFFFF;
	padding: 20px;
	margin-bottom: 50px;
	border: medium solid #003366;
}
#ContentBack {
	position: absolute;
	left: 200px;
	top: 130px;
	background-image: url(Images/Picture%2010.jpg);
	background-repeat: repeat;
	z-index: 1;
	border: thick solid #009900;
	width: 900px;
}
#TopLogo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1100px;
	height: 125px;
	background-repeat: repeat-x;
	z-index: 10;
}
#Navigation {
	position: absolute;
	height: 350px;
	left: 0px;
	top: 110px;
	bottom: 0px;
	width: 213px;
	z-index: 5;
}
