/* CSS Document */

#wholepage{
	position: relative;
	height: 1700px;
	width: 692px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	top: 0px;
}

#BlockLeft4{
	position: absolute;
	height: 1282px;
	width: 60px;
	top: 287px;
	left: 0px;
	background-color: #D9C9AF;
}
#content{
	position: absolute;
	height: 1282px;
	width: 624px;
	top: 287px;
	left: 64px;
	background-color: #EBDFD0;
}

#actual_content{
	position: absolute;
	height: 1164px;
	width: 603px;
	top: 10px;
	left: 10px;
	background-color: #EBDFD0;
	border-top: 1px;
	border-top-width: thin;
}

#BlockBottomLeft{
	position: absolute;
	height: 36px;
	width: 60px;
	top: 1573px;
	left: 0px;
	background-color: #887368;
}

#footer{
	position: absolute;
	height: 36px;
	width: 624px;
	top: 1573px;
	left: 64px;
	background-color: #614536;
}

