@charset "utf-8";
.container {
	height: 900px;
	width: 900px;
	float: none;
	position: relative;
	margin: auto;
	top: -15px;
	background-color: #FFFFFF;
	clip: rect(auto,auto,auto,auto);
	
}

.left {
	height: 900px;
	width: 55px;
	float: left;

}
	

.logo {
	float: left;
	height: 72px;
	width: 368px;
	margin-left: 20px;
	margin-top: 45px;
	
}

.menubar {
	float: left;
	height: 48px;
	width: 785px;
	margin-top: 15px;

}
.box {
	height: 500px;
	width: 784px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}

.links {
	float: right;
	height: 20px;
	width: 752px;
	margin-top: 10px;
}
.table {
	float: left;
	height: 650px;
	width: 784px;
}
