#header {
	height:283px;
	background-image:url("../images/hp-header-bg.jpg");
}

#main-nav {
	top:223px; 
}

#content {
	float:left;
	width:410px; /* 2px less due to IE bug with overflowing <em>s */	
	padding:0px 15px 30px 15px;
}

#sidebar {
	float:right;
	width:280px;
}

h1 {
	text-transform:uppercase;
}

#picture-rotator {
	width:190px;
	height:176px;
	padding-left:17px;
	padding-top:15px;
	background-image:url(../images/picture-rotator-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	float:left;
}

#picture-rotator img {
	padding:0;
	margin:0;
}

#hp-box {
	width:260px;
	padding:160px 10px 0px 10px;
	background-image:url(../images/hp-box-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#E8E2DB;
	color:#333333;
	font-size:13px;
}

#hp-box-bottom {
	width:280px;
	height:20px;
	margin:0 -10px;
	background-image:url(../images/hp-box-bottom.gif);
	background-position:bottom;
}
	
	