@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg005.GIF);
	background-color: #000000;
}p {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #0000FF;
	padding-top: 20px;
}
h2 {
	font-size: 16px;
	color: #FF0000;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	color: #0000FF;
	text-align: left;
}
li {
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
}
ol {
	font-size: 11px;
	font-weight: bolder;
	color: #FF0000;
}
hr {
	color: #0000FF;
	background-color: #0000FF;
}





#leftnav {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 150px;
}
#rightnav {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	width: 150px;
}
#footer {
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bolder;
	color: #FF0000;
	padding: 5px;
}
#pitcherbox {
	background-color: #000000;
	height: 267px;
	width: 450px;
	border: 2px solid #FF0000;
	text-align: center;
}
#flash {
	text-align: center;
	float: none;
	height: 101px;
	width: 301px;
	border: 1px solid #FF0000;
}
#header {
	background-color: #000000;
	height: 200px;
	width: 936px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


