#header {
	background-image:url(../images/hp-header.jpg);
	height:511px;
}

#body {
	background-image:url(../images/hp-body-bg.jpg);
	min-height:150px;
	_height:150px;
}

#page {
	background-image:url(../images/hp-page-bg.png);
}

#content {
	width:468px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 2px 15px 8px;
}

#sidebar {
	width:290px;
	padding:15px 5px 0px 15px;
	float:left;
	background-image:none;
	min-height:120px;
	_height:120px;
}

#left {	
	width:205px;
	padding-right:15px;
	padding-top:15px;
	margin-top:10px;
	border-right:1px solid #B2B2B1;
	float:left;
}

#left a {
	text-decoration:none;
	color:#4C4C4C;
	padding-left:14px;
	font-weight:bold;
	background-image:url(../images/hp-bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#right {
	width:210px;
	margin-top:25px;
	padding-left:15px;
	padding-right:15px;
	float:right;
}
	