#frame {
	width: 701px;
	padding: 0px;
	margin: auto;
	text-align: left;
}

#header {
	width: auto;
	height: 108px;
	background: url( "../images/header.jpg" ) top left no-repeat;
}
	
	#header h1 {
		display: none;
	}

#body {
	margin: 0px;
	padding: 0px;
	width: auto;
	border: 5px solid #ffffff;
}

#leagues {
	margin: auto;
	padding: 12px 0px 12px 0px;
	background: #214472 url( "../images/leagues_bg.jpg" ) top left repeat-x;
	border-bottom: 5px solid #ffffff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
	
	#leagues a {
		font-weight: bold;
		font-size: 10px;
		color: #ffffff;
		text-decoration: none;
		padding: 0px 5px 0px 5px;
	}
	
	#leagues a:hover {
		font-weight: bold;
		font-size: 10px;
		color: #A4C1E4;
		text-decoration: none;
		padding: 0px 5px 0px 5px;
	}

#side-content {
	width: 200px;
	padding: 0px;
	margin: 0px;
	border-right: 5px solid #ffffff;
	background: #cccccc;
}
	
	#side-content #navigation {
		margin: 0px;
		padding: 5px;
		background: #052345 url( "../images/navigation_bg.jpg" ) top left repeat-x;
		border-bottom: 5px solid #ffffff;
	}
		
		#side-content #navigation a {
			display: block;
			background: none;
			padding: 4px;
			font-size: 12px;
			font-weight: bold;
			text-align: left;
			color: #ffffff;
			text-decoration: none;
			border-bottom: 1px solid #4E6684;
		}
		
		#side-content #navigation a:hover {
			display: block;
			background: #516A89;
			padding: 4px;
			font-size: 12px;
			font-weight: bold;
			text-align: left;
			color: #ffffff;
			text-decoration: none;
			border-bottom: 1px solid #4E6684;
		}
		
		#side-content #navigation a.last {
			display: block;
			background: none;
			padding: 4px;
			font-size: 12px;
			font-weight: bold;
			text-align: left;
			color: #ffffff;
			text-decoration: none;
			border: none;
		}
		
		#side-content #navigation a.last:hover {
			display: block;
			background: #516A89;
			padding: 4px;
			font-size: 12px;
			font-weight: bold;
			text-align: left;
			color: #ffffff;
			text-decoration: none;
			border: none;
		}
	
	#side-content #partners {
		margin: 0px;
		padding: 10px;
		text-align: center;
		background: #cccccc;
		font-size: 9px;
		color: #000000;
	}
		
		#side-content #partners a {
			font-size: 10px;
			font-weight: bold;
			color: #214472;
			text-decoration: none;
		}
		
		#side-content #partners a:hover {
			font-size: 10px;
			font-weight: bold;
			color: #526B8A;
			text-decoration: none;
		}
		
		#side-content #partners img {
			border: none;
		}

#main-content {
	width: 500px;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}
	
	#main-content .players-one {
		height: 151px;
		background: url( "../images/players/one.jpg" ) top left no-repeat;
		border-bottom: 5px solid #ffffff;
		position: relative;
	}
	
	#main-content .players-two {
		height: 151px;
		background: url( "../images/players/two.jpg" ) top left no-repeat;
		border-bottom: 5px solid #ffffff;
		position: relative;
	}
	
	#main-content .players-three {
		height: 151px;
		background: url( "../images/players/three.jpg" ) top left no-repeat;
		border-bottom: 5px solid #ffffff;
		position: relative;
	}
	
	#main-content #players-change {
		position: absolute;
		bottom: 5px;
		right: 5px;
		padding: 5px;
	}
		
		#main-content #players-change a {
			display: block;
			float: right;
			margin: 0px 0px 0px 5px;
			background: #ffffff;
			padding: 5px 8px 5px 8px;
			opacity: .75;
			MozOpacity: .75;
			filter: alpha( opacity=75 );
			font-size: 10px;
			font-weight: bold;
			color: #000000;
			text-decoration: none;
		}
		
		#main-content #players-change a:hover {
			display: block;
			float: right;
			margin: 0px 0px 0px 5px;
			background: #09284C;
			padding: 5px 8px 5px 8px;
			opacity: .75;
			MozOpacity: .75;
			filter: alpha( opacity=75 );
			font-size: 10px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
		}
	
	#main-content #content {
		margin: 0px;
		padding: 5px;
		text-align: left;
		font-size: 11px;
		color: #000000;
		line-height: 20px;
	}
	
		#main-content #content h1 {
			margin: 5px 0px 5px 0px;
			font-size: 18px;
			color: #09284C;
			line-height: 20px;
		}
		
		#main-content #content h2 {
			margin: 5px 0px 5px 0px;
			font-size: 16px;
			color: #09284C;
			line-height: 18px;
		}
		
		#main-content #content #icons {
			font-size: 9px;
			color: #000000;
			line-height: 11px;
			padding: 10px 10px 10px 15px;
		}

#footer {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ffffff;
}
	
	#footer #border {
		background: #a4a4a4;
		border-bottom: 1px solid #ffffff;
		padding: 3px;
	}
	
	#footer #content {
		background: #990000 url( "../images/footer_bg.jpg" ) top left;
		padding: 5px 0px 5px 5px;
		text-align: left;
		font-size: 9px;
		color: #ffffff;
		line-height: 13px;
	}
		
		#footer #content td {
			text-align: left;
			font-size: 9px;
			color: #ffffff;
			line-height: 13px;
		}

#copy {
	margin-top: 5px;
	font-weight: bold;
	text-align: right;
	font-size: 9px;
	color: #A4C1E4;
}

.top {
	border-top: 1px solid #000000;
}

.bottom {
	border-bottom: 1px solid #000000;
}

.left {
	border-left: 1px solid #000000;
}

.right {
	border-right: 1px solid #000000;
}

.full {
	border: 1px solid #000000;
}

.purchase-desc {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px dashed #cccccc;
	background: #eeeeee;
}
		