﻿.col{
	width:985px;	
	margin-left:auto;
	margin-right:auto;
	position:relative;	
	background-color:#FFFFFF;		
}

.col .top{	
	clear:both;	
	width:985px;
}

.col .top .topheader{
	width:985px;
	margin:10px 0px 5px 0px;
}

/* set min height for right col */
.col .middle{	
	clear:both;	
	width:985px;
	min-height:400px;		
	height:auto;
}

/* this is only apply for IE*/
*html .col .middle{
	width:985px;
	height:400px;
}

.col .middle .left{
	background-color:#F5F5F6;	
	float:left;
	width:205px;	
	min-height:400px;
	height:auto;
}

.col .middle .right{	
	float:left;
	width:770px;
	min-height:400px;
	height:auto;
	margin-left:10px;	
}

.col .bottom{
	margin:10px 0px;
	background:#F5F5F6;
	height:65px;	
	width:985px;	
}

.col .sportallogo{
	text-align:center;
	border: 0px;
}