body {
	font-size: 12px;
	font-family: Arial, Sans-serif;
	background-image: url('/static/page_background.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #292929;
}

#logo {
	float: left;
	margin-top: -8px;
	margin-left: -110px;
}

#headshot {
	height: 0px;
	z-index: 0;
}

#header {
	height: 225px;
}

a img {
	border-style: none;
}

#footermenudiv {
	font-size: 11px;
	font-color: #333333;
}

#actionbox {
	background-image: url('/static/images/action_box/bg.png');
	background-repeat: no-repeat;
}

#footer {
	font-size: 11px;
}

#slideshow {

}

#storylist li{
	list-style-image: url('/static/images/recent_news/bullet.png');
}

#recent_blog_rss_icon {
	position: relative;
	left: 15px;
