/* CSS Document */

#current_champions{
	margin-left: 30px;
	padding-left: 7px;
	overflow: auto;
	float: left;
	background-image: url(images/championsbackground.jpg);
	width: 478px;
	height: 143px;
}

#current_champions .single{
	float: left;
	padding: 0px 4px 0px 4px;
	width: 88px;
}

#current_champions .double{
	float: left;
	padding: 0px 4px 0px 4px;
	width: 176px;
}

#current_champions .name{
	text-align: center;
	width: 88px;
	margin: auto;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

#current_champions .single img.headshot, #current_champions .double img.headshot{
	width: 88px; 
	padding: 10px 0px 5px 0px;
	border: 0px;
}

#event_headlines{
	float: right;
	margin-right: 40px;
}

#roster_headshots {
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
	width: 473px;
}

#roster_headshots table, #roster_stables table{
	clear: left;
	padding: 10px 0px 0px 8px;
}

#roster_headshots .groupnames, #roster_stables .groupnames{
	margin-top: 30px;
	color: #FB0102;
	font-weight: bold;
	border-bottom: 1px solid #FB0102;
}

#roster_headshots H1, #roster_stables H1 {
	display: none;
}

#roster_headshots img {
	border: none;
	width: 73px;
}

#event_headlines #header {
	background-image: url(images/recent_results.jpg);
	width: 211px;
	height: 35px;
}

#biography_gallery {
	margin-left: 48px;
}

#roster_stables {
	clear: both;
	margin-left: 30px;
	width: 474px;
}

#roster_stables img {
	border: none;
	width: 146px;
}

#advertisement {
	margin-left: 55px;
}