body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #030304;
	background-image: url(./images/bg.jpg);
	background-repeat: repeat-x;
}

/* general images */
img { 		
	border: 0px;
}

/* general links */
a:link, 
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;	
	text-decoration: none;	
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #e4e4e4;	
	text-decoration: none;
}
a:active {
    font-family: Arial, Helvetica, sans-serif;
	color: #fff;	
	text-decoration: none; 	
}

/* page main*/
.wrap {
	background-image: url(./images/bgcenter.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	margin-top: -8px;
}
.content {
	text-align: left;
	height: auto;
	width: 940px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* head menu*/
.header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 50px;
	font-weight: normal;
	color: #FFF;
	padding: 0px 60px 0px 60px;
}

/* league main (images)*/
.leaguemain {
    padding: 18px 60px 0px 60px;
}
#aligncenter {
	padding-left:140px;
}
#aa3 {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#aa3txt {
	position:absolute;
	left:auto;
	right:auto;
	top:262px;
	width:240px;
	height:72px;
	z-index:1;
	overflow: hidden;
}
#aa3txt p {
	padding: 0 0 0 18px;	
}
#bf2 {
	float: left;
	align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
}
#bf2txt {
	position:absolute;
	left:auto;
	right:auto;
	top:262px;
	width:240px;
	height:72px;
	z-index:2;
	overflow: hidden;
}
#bf2txt p {
	padding: 0 0 0 18px;	
}
#cod {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#codtxt {
	position:absolute;
	left:auto;
	right:auto;
	top:262px;
	width:240px;
	height:72px;
	z-index:3;
	overflow: hidden;
}
#codtxt p {
	padding: 0 0 0 18px;
}
/* text boxes for (mplayer Help pages)*/
.box-bg {
	background-color: #FFF;
	position: relative;
	height: 305px;
	width: 820px;
	left: auto;
	right: auto;
	overflow: auto;
	display: block;
}
.box {
	position: relative;
	left: auto;
	right: auto;
	padding-top: -10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.box-cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-style: normal;
}

/* (box Roundings)*/
.bl {
	width: 100%;
	background-color: #FFF;
	background-image: url(./images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br {
	background-image: url(./images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tl {
	background-image: url(./images/tl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr {
	padding:10px;
	background-image: url(./images/tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.clear {font-size: 1px; height: 1px}

/* Bottom navigation*/
.bottom {
	display: block;
	position: relative;
	left: auto;
	top: 40px;
	right: auto;
	height: 200px;
	padding-left: 30px;
	padding-right: 60px;
	vertical-align: top;
}
.navigation {
	vertical-align:top;
	position: absolute;
	left: auto;
	right: auto;
	line-height: 18px;
}
.navigation ul {  
	list-style: none; 
    margin-left: -20px;  
}
.navigation ul ul {  
	list-style: none; 
    margin-left: -20px;  
}
.navigation ul li {  
	list-style: none; 
    border-bottom: 1px solid #252930;    
	margin-left: 18px;  
}  
.navigation ul ul li {
	background:url(./images/arrow.gif) left no-repeat;
	padding-left:10px;
    border-bottom: 0px;  
    margin: 0;  
}  
.navigation ul ul a:link, .navigation ul ul a:visited {
    color: #4d5562;  
}  
.navigation ul ul a:hover {   
    color: #FFFFFF;  
}
/* Bottom copyright*/
.copyright {
	color: #798598;
	position: relative;
	top: 5px;
	left: auto;
	right: auto;
	padding-left: 60px;
	padding-right: 60px;
}
