	/************/
	
	* { 
		margin:				0px;
		padding:			0px;
	}

	body {
		background-color: 	#fdb464;
		background-image: 	url("http://www.todaysbigfail.com/images/background.gif");
		background-repeat: 	repeat-x;
		margin: 			0px 0px auto;
		font-family: 		Tahoma !important;
		font-size: 			11px !important;
		color: 				#000000;
	}

	/************/

	a {
		color: 				#000000;
		text-decoration: 	none;
	}

	a:hover {
		color: 				#000000;
		text-decoration: 	none;
	}

	/************/
	
	img {
		border:				0;
	}
	
	/************/
	
	#topBar {
		float: 				left;
		background-image:	url("http://www.todaysbigfail.com/images/controlbg.gif");
		background-repeat: 	repeat-x;
		border-bottom:		1px solid #FF8D1A;
		width: 				100%;
		height: 			26px;
	}
	
	#tbContent-Right {
		float:				right;
		padding:			3px;
	}
	
	#tbContent-Right li {
		float:				left;
		position:			relative;
		z-index:			100;
		list-style: 		none;
	}

	#tbContent-Right li a {
		display: 			block;
		color:				#000000;
		font-size:			14px;
		font-weight:		bold;
		height:				22px;
		line-height:		22px;
		padding:			0 10px 0 10px;
	}
	
	#tbContent-Left {
		float:				left;
		padding:			3px;
	}
	
	/************/
	
	#container {
		width:				1000px;
		margin:				0 auto;
	}
	
	/************/
	
	#left {
		float:				left;
		width:				230px;
	}
	
	/************/
	
	#logo {
		float:				left;
		width:				230px;
		height:				260px;
		background-image:	url("http://www.todaysbigfail.com/images/logo.png");
	}
	
	.logoLink {
		display:			block;
		width:				230px;
		height:				260px;
	}
	
	#date {
		position: 			relative;
		width:				115px;
		height:				140px;
		background-image: 	url("http://www.todaysbigfail.com/images/calendar.png");
		background-repeat:	none;
		left: 				62px;
		top: 				250px;
	}
	
	#prevDay {
		position: 			relative;
		width:				39px;
		height:				39px;
		top: 				40px;
		left: 				-40px;
		background-image: 	url("http://www.todaysbigfail.com/images/nav.png");
		background-position:0 0;
	}
	
	#nextDay {
		position: 			relative;
		width:				39px;
		height:				39px;
		top: 				1px;
		left: 				112px;
		background-image: 	url("http://www.todaysbigfail.com/images/nav.png");
		background-position:-39px 0;
	}	
	
	#date div.month {
		position: 			absolute;
		width: 				100%;
		font-size: 			26px;
		font-weight: 		bold;
		line-height: 		25px;
		text-align: 		center;
		top: 				18px;
		left: 				-4px;
		color: 				#c36701;
	}
	
	#date div.day {
		position: 			absolute;
		width: 				100%;
		font-size: 			52px;
		font-weight: 		bold;
		line-height: 		55px;
		text-align: 		center;
		top: 				35px;
		left: 				-4px;
		color: 				#eee;
	}
	
	.dayLink {
		display:			block;
		width:				39px;
		height:				39px;
	}

	/************/
	
	#fan {
		float:				left;
		width:				200px;
	}
	
	#fanButton {
		position:			relative;
		top:				105px;
		left:				60px;
	}
	
	/************/
	
	#network {
		float:				left;
		width:				200px;
	}

	#networkIcons {
		position:			relative;
		top:				110px;
		left:				75px;
	}
	
	/************/
		
	#calendar {
		float:				left;
		width:				250px;
	}
	
	#theCalendar {
		position:			relative;
		top:				110px;
		left:				50px;
	}
	
	/************/
	
	#spacer10 {
		float:				left;
		width:				100%;
		height:				10px;
	}
	
	#spacer5 {
		float:				left;
		width:				100%;
		height:				5px;
	}
	
	/************/
	
	#upper {
		float: 				left;
		width:				728px;
	}
	
	#ga728 {
		float:				left;
		width:				728px;
	}
	
	/************/
	
	#right {
		float:				left;
		width:				730px;
	}
	
	/************/
	
	#content {
		float:				left;
		width:				460px;
	}
	
	#tbf {
		float:				left;
		width:				460px;
	}
	
	#tbfVideo {
		float:				left;
		width:				460px;
		height:				345px;
	}
	
	#tbfStats {
		float:				left;
		width:				458px;
		height:				25px;
		background-image:	url("http://www.todaysbigfail.com/images/controlbg.gif");
		border:				1px solid #FF8D1A;
		-moz-border-radius-bottomleft:		8px;
		-moz-border-radius-bottomright:		8px;
		-webkit-border-bottom-left-radius: 	8px;
		-webkit-border-bottom-right-radius: 8px;
		line-height:		25px;
		font-size:			14px;
	}
	
	#tbfDescription {
		float:				left;
		width:				460px;
	}
	
	#tbfDescription h1 {
		font-size:			20px;
		color:				#ffffff;
		font-weight:		bold;
	}
	
	#tbfDescription h2 {
		font-size:			14px;
		color:				#000000;
		font-weight:		normal;
	}
	
	#likeVideo {
		float:				left;
		width:				458px;
		height:				30px;
		background:			#fd9528 url("http://www.todaysbigfail.com/images/controlbg.gif") repeat-x;
		border:				1px solid #FF8D1A;
		-moz-border-radius:		8px;
		-webkit-border-radius: 	8px;
	}
	
	#comments {
		float:				left;
		width:				460px;
	}
	
	/************/
	
	#sidebar {
		float:				left;
		width:				260px;
	}
	
	#lefterSB {
		float:				left;
		width:				10px;
		height:				100px;
	}
	
	#righterSB {
		float:				left;
		width:				250px;
		height:				100%;
	}
	
	#ga250 {
		float:				left;
		width:				250px;
		height:				250px;
	}
	
	#rec {
		float:				left;
		width:				250px;
		height:				250px;
	}
	
	/************/
	
	#footer {
		float:				left;
		width:				100%;
		text-align:			center;
	}
	
	#footerText {
		float:				left;
		width:				100%;
		height:				20px;
		text-align:			center;
	}
	
	/************/
	
	.ui-stars-star, .ui-stars-cancel {
		float: 				left;
		display: 			block;
		overflow: 			hidden;
		text-indent: 		-999em;
		cursor: 			pointer;
		padding:			3px 5px 1px 1px;
	}
	
	.ui-stars-star a, .ui-stars-cancel a {
		width: 				16px;
		height: 			15px;
		display: 			block;
		background: 		url("http://www.todaysbigfail.com/images/stars.png") no-repeat 0 0;
	}
	
	.ui-stars-star a {
		background-position:0 -32px;
	}
	
	.ui-stars-star-on a {
		background-position:0 -48px;
	}
	
	.ui-stars-star-hover a {
		background-position:0 -64px;
	}
	
	.ui-stars-cancel-hover a {
		background-position:0 -16px;
	}
	
	.ui-stars-star-disabled, .ui-stars-star-disabled a, .ui-stars-cancel-disabled a {
		cursor: 			default !important;
	}
	
	#rateScale {
		float: 				left;
		font-size:			14px;
		line-height:		25px;
		font-size:			14px;
		font-weight:		bold;
	}
	
	/************/