#container {
	background-color: #99CCFF;
	width: 800px;
	clear: none;
	background-image: none;
	clip: rect(auto,auto,auto,auto);
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
	border: medium solid #FF9933;
	font-family: Arial, Helvetica, sans-serif;
}
#container #navigation {
	background-color: #FF9933;
	height: 29px;
	width: 800px;
}
#container #header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 121px;
	width: 800px;
	background-color: #99CCFF;
}
#container #workspace {
	background-image: url(images/workspace_10.gif);
	height: 446px;
	width: 800px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position: center;
	overflow: hidden;
	background-color: #99CCFF;
}
#container #footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 800px;
	overflow: hidden;
	background-color: #333366;
}
