@charset "utf-8";
/* CSS Document */
img
{
	border:0px solid #fff;
}
body
{
	background-image:url(../background.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	text-align: center;
	min-width: 955px;
	background-color:#9F9F9F;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.2em;
}
a {
	color:#5f4100;
}
#wrapper {
	text-align: left;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	height: 50px;
}
#content
{
	width:955px;
	background-color:#fff;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:35px;
	padding-top: 0px;
}
.bold
{
	font-weight:bold;
}
#monthly-specials
{
	background-image:url(../images/eagle-head.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:184px;
	height:106px;
	color:#fff;	
}
#content-text
{
	background-image:url(../images/content-text.jpg);
	background-repeat:repeat-x;	
}
#sidebar
{
	color:#fff;
}	
#sidebar a
{
	color:#000;
}
hr
{
	color:#996600;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	height:1px;
}
#nav-bar a
{
	color:#000;
	text-decoration:none;
}

#nav-bar a:hover
{
	background-color:#ffcc33;
}
.footer
{
	color:#FFF;
	text-decoration:none;
}
.pool-header
{
	color:#008dba;
}
.catalougeheader
{
	padding-top:10px;
	color:#000;
}

.catalougename a
{
	text-decoration:none;
	color:#008dba;
	
}
label {
	float:left;
	width:75px;
}
#team-list li {
	border-bottom:1px dotted black;
	float:left;
	height:35px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-top:10px;
	width:45%;
	margin-right:10px;
}
#team-list li label {
	width:100%;
}
#team-list li:hover {
	border-bottom:1px dotted #999;
}