﻿/* CSS layout */
#masthead {
}
#top_nav {
	width: 100%;
	padding-left: 50px;
	text-align: center;
}
#page_content {
	padding: 50px;
	list-style-image: url('abstrbu1.gif');
}
#footer {
}
body {
	background-image: url('bstrbk.gif');
}
#top_nav a:hover {
	background-image: url('abstrhbh.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#top_nav a:active {
	background-image: url('abstrhbs.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#top_nav a {
	text-decoration: none;
	background-image: url('abstrhb.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 140px;
	height: 40px;
	display: block;
	color: #000000;
	float: left;
	padding-top: 20px;
}

