body {
	background: #999 url(../images/bg_container.jpg) repeat-y top left;
}
#container {
	width: 780px;
	position: relative;
}
#menucol {
	left: 0;
	}
#main {
	padding: 0 10px 0 10px;
	margin: 0 0 0 160px;
}
#content {
	background: #fff url(../images/bg_content.gif) repeat-y right top;
}
#leftcol {
	float: left;
}
#rightcol {
	float: right;	
}

