/* CSS Document */
*{margin:0px; padding:0px;}
#content {
	float: left;
	background-color: #CCCCCC;
	height: 600px;
	width: 80%;
}
.homepage #content {
	float: right;
}
#nav {
	float: right;
	height: 600px;
	width: 20%;
	background-color: #CC3300;
}
.homepage #nav {
float: left;
}
