@charset "utf-8";

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding:0px;
	margin:0px;
	height:auto;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/back_repeat_block.png);
	background-repeat: repeat;
	background-position: top;
	padding:0px;
	margin:0px;
	height:100%;
}

#mainContainer {
	width:100%;
	height:auto;
	background:url(images/background_repeat_gradient.jpg) repeat-x;
	
}

#innerContainer {
	width:872px;
	height:auto;
	margin-left:auto;
	margin-right:auto;

}

#header {
	width:872px;
	height:165px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/header_banner.jpg) no-repeat top;
}

#navigation {
	width:872px;
	height:43px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/nav_right.png) no-repeat right top;
}

#titlepane {
	width:872px;
	height: 70px;
	background:url(images/page_title_pane.png) top center;
	margin-left:auto;
	margin-right:auto;
}

#contentOuter {
	width:872px;
	height:auto;
	background:url(images/main_body_repeat.png) repeat-y top center;
	margin-left:auto;
	margin-right:auto;
}

#content {
	margin-left:11px;
	margin-right:11px;
}

.clearer {
	line-height:0px;
	font-size:0px;
	height:0px;
	clear:both;
}

#footer {
	margin-left:auto;
	margin-right:auto;	
	width:872px;
	height:115px;
}

#footer_left_corner {
	width:80px;
	height:115px;
	float:left;
	background:url(images/corner_b_left.png) no-repeat top;
}

#footer_right_corner {
	width:80px;
	height:115px;
	float:left;
	background:url(images/corner_b_right.png) no-repeat top;
}

#footer_center {
	width:712px;
	height:115px;
	float:left;
	color:#666666;
	font-size:10px;
}

#footer_text {
	width:712px;
	height:49px;
	background:#FFFFFF;
}

#footer_center_left {
	float:left;
	width:231px;
	height:66px;
}

#footer_center_left_top {
	background:#FFFFFF;
	width:231px;
	height:30px;
}

#footer_center_left_bottom {
	background:url(images/footer_shadow_bottom_left.png) no-repeat top;
	width:231px;
	height:36px;
}

#footer_center_right {
	float:left;
	width:231px;
	height:66px;
}

#footer_center_right_top {
	background:#FFFFFF;
	width:231px;
	height:30px;
}

#footer_center_right_bottom {
	background:url(images/footer_shadow_bottom_right.png) no-repeat top;
	width:231px;
	height:36px;
}

#footer_center_center {
	float:left;
	width:250px;
	height:66px;
}

#footer_center_center_top {
	background:url(images/footer_logo_top.png) no-repeat;
	width:250px;
	height:30px;
}

#footer_center_center_bottom {
	background:url(images/footer_logo_bottom.png) no-repeat;
	width:250px;
	height:36px;
}

#small_bar_top {
	height:6px;
	background:url(images/small_bar_top.png) repeat-x;
	width:850px;
	position:absolute;
	left: 50%;
	margin-left: -425px;
}

#large_bar_top {
	background:url(images/large_bar_top.png) repeat-x;
	height:22px;
	float:right;
	line-height:22px;
	color:#ffffff;
	padding-right:10px;
	padding-left:10px;
	
}

#large_bar_container {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	
}

#leaguesearch{
	width:442px;
	/*height:142px;*/
	background:url(images/leaguesearch.png) no-repeat top;
	float:left;
}





#content a:link{color:#000000; font-weight:bold; text-decoration:none;}
#content a:hover{color:#666666; font-weight:bold; text-decoration:none;}
#content a:visited{color:#000000; font-weight:bold; text-decoration:none;}
#home_wzi_content a:link{color:#800000; font-weight:bold; text-decoration:none;}
#home_wzi_content a:hover{color:#666666; font-weight:bold; text-decoration:none;}
#home_wzi_content a:visited{color:#800000; font-weight:bold; text-decoration:none;}

.bigboldtext {
	font-weight:bold;
	font-size:14px;

}

#footer_center a:active{color:#666666; text-decoration:none;}
#footer_center a:visited{color:#666666; text-decoration:none;}
#footer_center a:link{color:#666666; text-decoration:none;}
#footer_center a{padding-left:20px;}

.qtybuttons {
font-size:11px;
font-weight:bolder;
text-align:center;
width:20px;
height:20px;

}























