/* CSS Document */

#wholepage{
	position: relative;
	height: 1830px;
	width: 692px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}

#BlockLeft4{
	position: absolute;
	height: 1504px;
	width: 60px;
	top: 287px;
	left: 0px;
	background-color: #D9C9AF;
}

#content{
	position: absolute;
	height: 1504px;
	width: 624px;
	top: 287px;
	left: 64px;
	background-color: #EBDFD0;
}

#actual_content{
	position: absolute;
	height: 1449px;
	width: 602px;
	top: 10px;
	left: 10px;
	background-color: #EBDFD0;
}

#BlockBottomLeft{
	position: absolute;
	height: 35px;
	width: 60px;
	top: 1795px;
	left: 0px;
	background-color: #887368;
}

#footer{
	position: absolute;
	height: 35px;
	width: 624px;
	top: 1795px;
	left: 64px;
	background-color: #614536;
}

input {
	background-color: #FFFFFF;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	background-color: #FFFFFF;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

txtarea {
	background-color: #00CC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	rows: 5;
	columns: 50;
}
