body,html {
	background-color: #cdcdcd;
	text-align: center;
	margin: 0 auto;
}

#main {
	text-align: left;
	width: 770px;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0 auto;
}
#top {
	width: 100%;
	height: 185px;
	margin-bottom: 5px;
}
#menu {
	width: 100%;
	height: 20px;
}
#menu-interior {
	height: 20px;
}
#body2cols {
	width: 100%;
	height: 100%;
	margin-top: 3px;
}

#nav {
	width: 180px;
	height: 370px;
	float: left;
}

#content {
	width: 590px;
	height: 100%;
	float: right;
	text-align: left;
}
