* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 200px;
	width: 1000px;
	text-align: center;
	margin-top: 50px;
	background-color: #000;
}
#wrapper #scrollNav  {
	color: #FFF;
	margin-top: 10px;
	height: 30px;
	width: 1000px;
}
#wrapper #MainBody {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	width: 100%;
}
#wrapper #MainBody #leftInfo {
	background-image: url(../images/whiteside.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 300px;
	float: left;
	color: #00F;
	margin-left: 50px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#wrapper #MainBody #slideshow {
	background-repeat: repeat;
	float: right;
	width: 500px;
	margin-right: 50px;
	height: 375px;
}
#wrapper #MainBody #fightList {
	background-image: url(../images/module_bg.png);
	width: 100%;
	clear: both;
	padding-left: 20px;
	background-repeat: repeat;
}
#wrapper #MainBody #navbar {
	clear: both;
	color: #999;
	font-weight: bold;
	margin-left: 120px;
	letter-spacing: 2px;
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
#left {
	width: 500px;
	float: left;
	background-image: url(../images/module_bg.png);
	background-repeat: repeat;
	padding-left: 20px;
	height: 550px;
}
#right {
	float: right;
	width: 430px;
	background-image: url(../images/module_bg.png);
	background-repeat: repeat;
	padding-left: 50px;
	margin-bottom: 20px;
}
#wrapper #MainBody #fightList #pricing {
	width: 90%;
	padding-top: 50px;
}
#wrapper #MainBody #fightList table tr td {
	color: #000;
}
#wrapper #MainBody #fightList table tr .broadcast {
	color: #8a888a;
}
