#page {
	background-image:url(../images/hp-page-bg.png);
}

#header {
	height:224px;
	width:800px;
}

#site-search {
	position:absolute;
	top:10px;
	right:20px;
}

#main-nav {
	top:190px;
}

#logo {
	left:30px;
	top:15px;
}	

#content {
	width:770px; /* 2px less due to IE bug with overflowing <em>s */
	padding:20px 10px 10px 20px;
	margin-top:0px;
	float:none;
	border:none;
}

#pictureit-rotator {
	width:568px;
	height:262px;
	float:left;
}

#buttons {
	float:right;
	padding-top:17px;
}

#buttons p {
	margin:0;
	margin-bottom:8px;
	padding:0;
}

#left-column {
	width:405px;
	padding:20px;
	padding-left:15px;
	float:left;
}

#right-column {
	width:295px;
	padding:10px;
	float:right;
}

#right-column h2 {
	border-bottom:1px dotted #2159DE;
}

#right-column h2 a {
	color:#0F2964;
	text-decoration:none;
	font-size:18px;
}

#recent-articles li {
	border-bottom:1px dotted #2159DE;
	margin-bottom:10px;
}



