.container {
	width: 1000px;
	height: 800px;
	border: 0px solid red;
	margin: 0px auto;
	}
.container > div {
	border: 0px solid black;
	}
.header {
	width: 996px;
	height: 100px;
	background-color: transparent;
	margin: 0px;
	float:left;
	}
.full-navigation {
	width: 173px;
	height: 635px;
	background-color: transparent;
	padding-top:10px;
	position: relative;
	float:left;
	}
.upper-navigation {
	width: 173px;
	height: 375px;
	background-color: transparent;
	padding-top:10px;
	position: relative;
	float:left;
	}
.lower-navigation {
	width: 173px;
	height: 150px;
	background-color: transparent;
	position: absolute; 
	bottom: 0px;
	padding-top:0px;
	float:left;
	}
.content {
	width: 821px;
	height: 635px;
	background-color: Lavender;
	padding-top:10px;
	border-radius:25px;
	float:left;
	}
.left-footer{
	width: 173px;
	height: 50px;
	float: left;
	background-color: transparent;
	}
.full-footer {
	width: 821px;
	height: 50px;
	float:right;
	background-color: transparent;
	}
