@charset "utf-8";
/* CSS Document */

.mainwrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}
.left {
	float: left;
	width: 400px;
	background-color: #dfd7c2;
	height: 400px;
}
.maintestpadding {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #999999;
	margin: 15px;
}

.footer {
	float: right;
	width: 400px;
	height: 35px;
}
.smalltextpadding {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #666666;
	margin: 15px;
}

.right {
	float: right;
	width: 400px;
	background-color: #ede5d8;
	height: 400px;
}
