#leftcol {
	width: 333px;
	background: url('/img/sprites.jpg') 0px -104px no-repeat;
	float: left;
}
#rightcol { /* This one is for "regular" pages -- not the home page */
	width: 518px;
	background: #FFF url('/img/shadow.jpg') 0px 0px repeat-y;
	margin-left: 333px;
}
#header {
	height: 103px;
}