#main-container {
	background: #fff url(/images/content-bg.gif) top left repeat-y;
}

#content {
	width: 670px;
	/* must have some padding at the bottom*/
	padding: 12px 0 1px 0;
	margin: 0;
	float: right;
}

#right-column {
	display: none;
}

#left-column {
	background: #283891 url(/images/left-top.gif) top left no-repeat;
	width: 249px;
	padding: 15px 0 0 0;
	float: left;
	margin: 0;
}

#left-base {
	clear: both;
	background: #283891 url(/images/left-bottom.gif) bottom left no-repeat;
	width: 249px;
	height: 15px;
	overflow: hidden;
}