/* ------------------------- Start Headings .text ---------------------*/
@import url(style/graph_elements.css); 

/* ------------------------- Start Headings .text ---------------------*/
@import url(style/text.css); 

/* ------------------------- Start News Module ---------------------*/
@import url(style/news.css); 

/* ------------------------- Start Menu Map ---------------------*/
@import url(style/menumap.css); 

/* ------------------------- Start Menu Relative ---------------------*/
@import url(style/menurel.css); 

/* ------------------------- Start Headings .text ---------------------*/
@import url(style/tplleaguestats.css); 

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #3366CC;
	font-size: 12px;
	background-image:url(images/bg-tile.gif);
	background-repeat:repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}/*OK*/
#full-page{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}/*OK*/
#wrapper {
	width: 782px;
	margin: 0 auto;
}
#page {
	min-height: 600px;
	height: auto !important;
	float: right;
	width: 782px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-bottom: 4px;
	padding-top: 2px;
}/*OK*/
* html #page {height:auto !important;} /* IE Min-Height Hack */ 
.header {
	text-align: center;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 154px;
	margin: 0px;
}/*OK*/
.header h1 {
	visibility: hidden;
	display:none;
}/*OK*/
#border {
	background-color: #FFFFFF;
	height: auto !important;
	float: right;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-bottom: 2px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #3366CC;
}/*OK*/
* html #border {height:350px;} /* IE Min-Height Hack */ 


/* ------------------------ Start Images -----------------*/
img {
	display: inline;
	border: none;
}
img.block {
	display: block;
}
img.float {
	float: left;
	margin: 0px 14px 10px 0px;
	border: 1px solid #3366CC;
	padding: 2px;
}
div.w3c {
	text-align:center !important;
	width:100% !important;
}
img.valid:hover {
	padding-top: 1px;
	padding-left: 1px;
	margin-right: -1px;
	margin-bottom: -1px;
}

