@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
.wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #E0E0E0;
}
#mast {
	width: 800px;
	background-color: #C5D3D3;
	height: 140px;
}
#mast h1{
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 3.5em;
	color: #0055ff;
}
#mast h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 3em;
	font-style: oblique;
	color: #720000;
}
#nav {
	background-color: #720000;
	float: left;
	height: 50px;
	width: 800px;
	text-decoration: none;
}
#nav  .left {
	background-image: url(/images/redball_01.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	float: left;
	height: 30px;
	width: 15px;
	margin-left: 160px;
}
.navButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 5px 15px;
	float: left;
	margin-top: 10px;
	background-repeat: repeat-x;
	background-image: url(/images/redball_02.gif);
}
#nav  .left {
	background-image: url(/images/redball_01.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	float: left;
	height: 30px;
	width: 15px;
}


.navButton a:hover {
	background-color: #C5D3D3;
	color: #720000;
	text-decoration: none;
}
#nav  .right {
	background-image: url(/images/redball_03.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	float: left;
	height: 30px;
	width: 15px;
}
#footer {
	background-color: #720000;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#floater {
	position: fixed;
	top: 250px;
	width: 25px;
	float: left;
	background-color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
#floater  ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#floater  ul li {
	list-style-type: none;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 9px;
}
#real-content {
	padding-left: 32px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
