@import url("/css/general.css");
@import url("/css/navigation.css");
@import url("/css/boxes.css");
@import url("/css/panels.css");
@import url("/css/buttons.css");

.teamlist li {float:right;}
/*Layout*/
html, body{margin:0; padding:0; border:0;}
body{padding:0 388px;}

#sizer{
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:504px;/*version for IE is at the bottom of this style block*/
}

#expander{
	margin:0 -388px;
	min-width:980px;/*Critical Safari fix*/
	position:relative;
}


/*hack for IE \*/
* html #expander{height:0;}
/**/


#wrapper1{
	width:100%; /*helps IE get the child percentages right.*/
	position:relative; /*this positioning may be needed for IEwin if page is to contain positioned elements*/
} 

#wrapper2{
	position:relative; /*extra insurance against bugs in IEwin*/
}
