#center-content
{
	width: 590px;
	margin: 0 0 10px 0;
	padding: 10px 20px;
}

html>body #center-content { margin: 10px 10px 0px 10px; }

#right-content
{
	float: right;
	position: absolute;
	left: 640px;
	top: 100px;
	width: 160px;
	border-left: 1px #666 solid;
	padding: 0 0 10px 10px;
	margin: 0;
}

#banner
{
	background-image: url(/images/grey-white-line.gif);
	background-repeat: repeat-x;
	height: 43px;
}

html>body #banner { height: 43px; }

