body {
	margin: 0px;
	border: 1px solid #5F5F5E;
}
.container {
	width: 760px;
	height: auto;
}
.header {
	width: 760px;
	height: 100px;
	background-image: url(images/header.jpg);
}
.topnavbar {
	height: 25px;
	width: 760px;
	background-image: url(images/topnavbar.jpg);
}
.leftnav {
	height: 600px;
	width: 200px;
	background-color: #FF0000;
	float: left;
}
.maincontent {
	width: 560px;
	height: 600px;
	background-color: #00FFFF;
	float: right;
}

