#wrapper {
	width: 990px;
}
/* 3-column 300x250 */
#contentwrapper-300 {
	width: 990px;
	background-color: #fff;
}
#contentwrapper-300 .left-w {
	float: left;
	width: 470px;
}
#contentwrapper-300 .left-c {
	padding: 10px;
}
#contentwrapper-300 .mid-w {
	float: left;
	width: 310px;
}
#contentwrapper-300 .mid-c {
	padding: 10px 10px 10px 0;
}
#contentwrapper-300 .right-w {
	float: left;
	width: 210px;
}
#contentwrapper-300 .right-c {
	padding: 10px 10px 10px 0;
}
/* 2-column 160x600 */
#contentwrapper-810 {
	width: 990px;
	background-color: #fff;
}
#contentwrapper-810 .left-w {
	float: left;
	width: 820px;
}
#contentwrapper-810 .left-c {
	padding: 10px;
}
#contentwrapper-810 .right-w {
	float: left;
	width: 170px;
}
#contentwrapper-810 .right-c {
	padding: 10px 10px 10px 0;
}
/* 2-column 160x600 w/200 right-side */
#contentwrapper-770 {
	width: 990px;
	background-color: #fff;
}
#contentwrapper-770 .left-w {
	float: left;
	width: 780px;
}
#contentwrapper-770 .left-c {
	padding: 10px;
}
#contentwrapper-770 .right-w {
	float: left;
	width: 210px;
}
#contentwrapper-770 .right-c {
	padding: 10px 10px 10px 0;
}
/* 2-column 300x250 */
#contentwrapper-670 {
	width: 990px;
	background-color: #fff;
}
#contentwrapper-670 .left-w {
	float: left;
	width: 680px;
}
#contentwrapper-670 .left-c {
	padding: 10px;
}
#contentwrapper-670 .right-w {
	float: left;
	width: 310px;
}
#contentwrapper-670 .right-c {
	padding: 10px 10px 10px 0;
}
/* home */
#homewrapper-300 {
	width: 990px;
	background-color: #fff;
}
#homewrapper-300 .left-w {
	float: left;
	width: 470px;
}
#homewrapper-300 .left-c {
	padding: 10px;
}
#homewrapper-300 .right-w {
	float: left;
	width: 520px;
}
#homewrapper-300 .right-c {
	padding: 10px 10px 10px 0;
}
#homewrapper-300 .right-left-w {
	float: left;
	width: 310px;
}
#homewrapper-300 .right-left-c {
	padding: 0 10px 10px 0;
}
#homewrapper-300 .right-right-w {
	float: left;
	width: 200px;
}
#homewrapper-300 .right-right-c {
	padding: 0 0 10px 0;
}
/* videos */
#videowrapper-510 {
	width: 990px;
	background-color: #fff;
}
#videowrapper-510 .left-w {
	float: left;
	width: 470px;
}
#videowrapper-510 .left-c {
	padding: 10px;
}
#videowrapper-510 .right-w {
	float: left;
	width: 520px;
}
#videowrapper-510 .right-c {
	padding: 10px 10px 10px 0;
}
#videowrapper-510 .right-left-w {
	float: left;
	width: 310px;
}
#videowrapper-510 .right-left-c {
	padding: 0 10px 10px 0;
}
#videowrapper-510 .right-right-w {
	float: left;
	width: 200px;
}
#videowrapper-510 .right-right-c {
	padding: 0 0 10px 0;
}
/* header */
#header-w {
	background-image: url('http://static.hockeyfights.com/images/header_background.gif');
	background-repeat: repeat-x;
	height: 182px;
}
#leaderboard_container {
	height: 100px;
}
#leaderboard {
/*	text-align: center; */
	padding: 10px 0 0 10px;
}
#logo_container {
	height: 82px;
}
#logo_logo {
	position: absolute;
/*	margin: 10px 0 0 13px; */
	margin: 13px 0 0 13px;
	background-image: url('http://static.hockeyfights.com/images/hockeyfights_logo_tooth_background.gif');
	background-repeat: no-repeat;
}
#logo_wordmark {
	position: absolute;
	margin: 40px 0 0 115px;
}
/* footer */
#footer-w {
	background-color: #3a4450;
	background-image: url('http://static.hockeyfights.com/images/footer_background.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	color: #fff;
}
#footer-c {
	padding: 10px;
	line-height: 140%;
}
#footer-c a {
	color: #fff;
}

.clear {
	font-size: 1px;
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

