#page {
	background-image:url("../images/hp-page-bg.png");
	background-position:top;
	background-repeat:repeat-y;
}

#header {
	height:343px;
	margin:0px;
	padding:0;
	background-image:url("../images/header-bg.png");
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	background-color:#FFFFFF;
	
}

#header .header-img {
	position:absolute;
	top:134px;
	left:0px;
}

#content {
	width:450px; /* 2px less due to IE bug with overflowing <em>s */
	padding:15px 20px 20px 20px;
	float:right;
}

#sidebar {
	width:290px;
	padding:26px 10px 0px 10px;
	float:left;
}

ul.latest-posts {
	list-style:none;
	margin-left:0;
	padding-left:6px;
}

div.excerpt {
	font-size:90%;
	margin-top:5px;
}

ul.latest-posts li {
	border-bottom:1px solid #7F817F;
	padding-bottom:3px;
	padding-top:5px;
	display:block;
}



#sidebar a.latest-news {
	text-decoration:none;
	color:#00295B;
	font-weight:bold;
}
