/* left column */
div.coll {
	float:left;
	width:480px;
	margin-left:10px;
}
div.coll h1 {
	margin:0px;
}
div.coll div {
	background-image:url(/images/cntrModBak.gif);
	width:478px;
	background-repeat:repeat-y;
	background-position:center;
	margin-left:auto;
	margin-right:auto;	
}
div.coll div div {
	background-image:none;
	width:458px;
	margin-left:auto;
	margin-right:auto;
}
div.coll div.hr {
	background-image:url(/images/cntrModBot.gif);
	height:11px;
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

	/* newz */
		div#headlineNewz h1{
    		background-image:url(/images/headline_newz.gif);
			height:61px;
		}
		div#headlineNewz div.nav {
			text-align:center;
		}
		div#headlineNewz div.nav img.lt, div#headlineNewz div img.rt {
			width:18px;
			height:20px;
			border:0px;
			float:left;
			cursor:pointer;
		}
		div#headlineNewz div.nav img.rt {
			float:right;
			clear:left;
			margin-top:-20px;
		}
		div#recentNewz h1 {
			background-image:url(/images/recent_newz.gif);
			height:65px;
		}
		div.headlineNewzBot {
			display:none;
		}
		div#headlineNewzDiv div.articleTitle, div#recentNewz div div.articleTitle {
			background-color:#3d0301;
			font-size:18px;
			font-weight:bold;
			padding:2px;
			margin-top:10px;
		}
		div#headlineNewzDiv div.articleDate, div#recentNewz div div.articleDate {
			font-weight:bold;
			font-size:12px;
			color:#f6c90c;
			margin:2px;
		}
		div#headlineNewzDiv div.articleBody {
			height:300px;
		}
		div#headlineNewz div.articleBody img {
			display:block;
			margin-left:auto;
			margin-right:auto;
			height:210px;
			border:0px;
		}
	/* newz */
/* end left column */

/* right column */
div.colr {
	float:left;
	width:240px;
	margin-left:15px;
}
div.colr h1 {
	margin:0px;
}
* html div.colr {
	z-index:1;
	\position:absolute; /* for ie5 only*/
	pos\ition:absolute; /* for ie6 only*/
}
div.colr div {
	background-image:url(/images/modBak.gif);
	background-repeat:repeat-y;
	background-position:center;
}
div.colr div div {
	width:188px;
	margin-left:auto;
	margin-right:auto;
}
div.colr div.hr {
	background-image:url(/images/modBot.gif);
	height:8px;
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

div#standingz h1{
	background-image:url(/images/standingz.gif);
	height:52px;
}
div#standingz table {
	width:100%;
	font-size:10px;
}
div#standingz table tr.alt1 {
	background-color:#97431f;
}
div#standingz table tr.alt2 {
	background-color:transparent;
}
div#standingz table td {
	text-align:center;
	width:20px;	
}
div#standingz table td.team {
	text-align:left;	
}
div#featPlayer h1 {
	background-image:url(/images/feat_player.gif);
	height:59px;
}
div#featPlayer div {
	text-align:center;
}
div#featPlayer div img {
	display:block;
}
div#pollz {
	font-size:12px;
	text-align:center;
}
div#pollz h1{
	background-image:url(/images/pollz.gif);
	height:50px
}
div#pollz label {
	display:block;
	float:left;
	clear:right;
	padding-left:2px;
	margin-top:10px;
}
div#pollz input {
	display:block;
	float:left;
	clear:left;
	margin-top:10px;
}
div#pollz input#pollSubmit {
	margin-left:50px;
	width:100px;
	display:block;
}
div#featPartner {
	text-align:center;
}
div#featPartner h1{
	background-image:url(/images/feat_partner.gif);
	height:64px;
}
/* end right column */

