body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D9D1C7;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 50px;
}


p a:link {
	text-decoration: none;
	color: #06C;
}

p a:visited {
	text-decoration: none;
	color: #06C;
}

p a:active {
	text-decoration: none;
	color: #06C;
}

p a:hover {
	text-decoration: underline;
	color: #096;
}

.scrollerTextLARGE {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}

.scrollerText {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}


.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	height: 82px;
	background-image: url(images/footer_bg-repeat.jpg);
	background-repeat: repeat-x;
} 



.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	opacity:0;
	text-indent:-10000px;
}


/****************** PICS ******************/
.pic-middleAlign {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

img
{  border-style: none;
}






/****************** FONTS ******************/
.p11 {
	font-size: 11px;
}



#sidebar1 a:link {
	text-decoration: none;
	color: #06C;
}

#sidebar1 a:visited {
	text-decoration: none;
	color: #06C;
}

#sidebar1 a:active {
	text-decoration: none;
	color: #06C;
}

#sidebar1 a:hover {
	text-decoration: none;
	color: #096;
}








/****************** Use this if you don't use an image 
.twoColFixLtHdr #footer p a:link {
	text-decoration: none;
	color: #b7e1ff;
}
.twoColFixLtHdr #footer p a:visited {
	text-decoration: none;
	color: #b7e1ff;
}
.twoColFixLtHdr #footer p a:active {
	text-decoration: none;
	color: #b7e1ff;
}
.twoColFixLtHdr #footer p a:hover {
	text-decoration: none;
	color: #fff;
}
******************/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




#myController span{
	color:#FFF;
	margin-right:11px;
	cursor:pointer;
	text-decoration: none;
}

#jFlowSlide{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#myController span.jFlowSelected {
	text-decoration: none;
}

.jFlowPrev, .jFlowNext{
	cursor:pointer;
	text-decoration: none;
}





/********************************* BLOCK LINKS *********************************/

#LIST ul {
	list-style-type: none;
	width: 550px;
} 

#LIST li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#LIST li a { 
        color: #990000;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #LIST li a {  /* make hover effect work in IE */
	width: 550px;
}

#LIST li a:hover {
	color: #FFF;
	background-color: #036;
}

#LIST a em { 
        color: #333;
        display: block;
        font: normal 85% Arial, Helvetica, sans-serif;
        line-height: 125%; 
}

#LIST a span {
        color: #125F15;
        font: normal 70% Arial, Helvetica, sans-serif;
        line-height: 150%;
}





/********************* ADDED LIST *********************/
#SOCCER ul {
	list-style: none;
}

li.SOCCER
{
	background-image: url(images/checkmark.jpg);
	background-repeat: no-repeat;
	background-position: -5px 50%;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.4em;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
}



/********************* WRESTLING ROTATING BANNER *********************/
ul.gallery{
	position:relative;
	height:350px;
	width:440px;
	overflow:hidden;
	list-style-type: none;
}

#banner {
	list-style: none;
}
