#page {
	background-image:url(../images/hp-page-bg.png);
	background-position:left;
	background-repeat:repeat-y;
}

#content {
	width:463px; /* 2px less due to IE bug with overflowing <em>s */
	padding:5px 20px 0px 25px;
	float:left;
}

#sidebar {
	width:205px;
	padding:26px 25px 0px 20px;
	float:right;
}

h1 {
	margin-left:-25px;
	margin-right:-21px;
	padding-left:20px;
}

