html, body {
	margin: 0px;
	background-color: #edf3e8;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	height: 100%;
	background-image: url(../images/content_shadow.gif);
	background-repeat: repeat-y;
	background-position: 649px 0px;
}

#content_table {
	height: 100%;
	width: 650px;
	background-color: #e1ddcb;
}
#on_the_menu {
	width: 530px;
	height: 100px;
}
#on_the_menu td {
	border: 1px solid #efefef;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
