body {
	background-color: #6699BB;
	background-image: url(http://www.baxleys.org/images/background.jpg);
	background-repeat: repeat-y;
	font-family: arial, helvetica, sans-serif;
	color: white;
	margin: 0px;
}
A {
	color: #EEEE00;
}
A:hover {
	color: black;
	background-color: #EEEE00;
}
#NavBox a {
	color: black;
	text-decoration: none;
}
#NavBox a:hover {
	background-color: #AAAAAA;
}
#NavBox {
	background-color: white;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid white;
	border-bottom: 1px black dashed;
	top: 50px;
	position: absolute;
	margin: 0px;
	padding-bottom: 0px;
}
#NavBox ul {
	display: inline;
	background-color: #CCCCCC;
	margin: 0px;
	padding-left: 0px;
	border-left: black 1px dotted;
}
#NavBox ul li {
	list-style: none;
	display: inline;
	color: black;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: black 1px dotted;
	font-size: 1em;
}
#NavBox ul li:hover {
	border-right: black 1px solid;
}
#ContentBox {
	top: 80px;
	position: absolute;
	margin-top: 10px;
	margin-left: 100px;
	width: 70%;
}
#NewItemsBox {
	float: right;
	width: 25%;
	color: black;
	background-color: #EEEE00;
	border: black 3px solid;
	margin: 4px;
	margin-left: 16px;
	margin-top: 0px;
	padding: 2px;
	height: 300px;
	display: inline;
}
#NewItemsBox a {
	color: black;
}
.MenuItem {
	display: block;
	position: absolute;
	background-color: #CCCCCC;
	z-index: 2;
	top: 80px;
	padding-bottom: 5px;
	border: black 1px solid;
	border-top: none;
}
.MenuItem a {
	color: black;
	padding: 2px;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
}
.MenuItem a:hover {
	background-color: #AAAAAA;
}
.SiteTitle {
	background-color: #336699;
	font-size: 1.2em;
	color: white;
	left: -7px;
	top: -9px;
	position: relative;
	width: 130%;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.PageTitle {
	font-weight: bold;
	color: #AAAAAA;
	font-size: 120%;
}
