body {
	font-family: 	Arial, Helvetica, Verdana, Sans-serif;
	font-size: 		62.5%;
	color: 			#666666;
	background: 	#ffffff;
	margin: 		0px;
	padding: 		0px;
}

#page {
	float: left;
	margin: auto;
	width: 100%;
}

#nav {
	margin-right: 200px;
	background: #444d45;	/* black */
	width: 800px;
	height: 45px;
}

#user {
	float: right;
	background: #444d45;	/* black */
	width: 200px;
	height: 45px;
}

#nav-shadow {
	margin-right: 200px;
	background: #d1d1d1;	/* gray */
	width: 800px;
	height: 10px;
}

#user-shadow {
	float: right;
	background: #b1b5c4;	/* gray-blue */
	width: 200px;
	height: 10px;
}

#main {
	margin-right: 200px;
	background: #ffffff;	/* white */
	width: 800px;
}

#side {
	float: right;
	background: #e6ebff;	/* blue */
	width: 200px;
}

#footer-shadow {
	margin-right: 200px;
	background: #d1d1d1;	/* gray */
	width: 800px;
	height: 10px;
}

#aux-shadow {
	float: right;
	background: #b1b5c4;	/* gray-blue */
	width: 200px;
	height: 10px;
}

#bottom {
	clear: both;
}

#footer {
	margin-right: 200px;
	background: #444d45;	/* black */
	width: 800px;
	height: 30px;
}

#aux {
	float: right;
	background: #444d45;	/* black */
	width: 200px;
	height: 30px;
}
