body {
	background: #e8e8dc;
	padding: 0;
	margin: 0;
}

#top_left {
	position: relative;
	width: 350px;
	top: 0;
	left: 0;
	height: auto;
	margin: 0 0 12px 10px;
}

#top_right {
	top: 15px;
	left: 5px;
	width: 337px;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	width: 339px;
	padding: 0 0 12px 0;
	margin: 12px 0 0 10px;
}

#menu {
	position: relative;
	width: 339px;
	top: 0;
	left: 0;
	margin: 0 0 0 10px;
	border-top: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
}

#menu ul {
	list-style: none;
	margin: 12px 0;
	padding: 0;
}


