body{
    margin:0px;
    padding:0px;
    
    //hack
    text-align:center;
    background-image:url(images/background_dark.gif);
    background-repeat:repeat;
    background-attachment:fixed;
    color:white;
    font-family:arial;
    font-size:90%;
}

.background {
    margin:0 auto;
    background-image:url(images/background.gif);
    background-repeat:repeat-x;
    background-attachment:fixed;
   
    //required for ie
    text-align:center;    
}
    
.banner {
    margin:0 auto;
}

h1,h2,h3,h4{
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:20px;
    padding:0px;
    text-transform: uppercase;
}

h2,h3,h4{
    margin-top:10px;
    }


div.heading{
    font-weight:bold;
    font-size:14px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:20px;
    padding:0px;
    }
    
div.topbar {
    background-image:url(images/topbar.gif);
    background-repeat:repeat-x;
    height:22px;
    padding-top:5px;
    padding-left:10px;
    margin: 0 auto;
    text-transform: uppercase;
}

div.subbar {
    background-image:url(images/topbar.gif);
    background-repeat:repeat-x;
    height:22px;
    padding-top:5px;
    padding-left:10px;
    margin: 0 auto;
    font-size:90%;
    text-transform: uppercase;
}

.menu {
	padding:6px;
}

.footer {
    clear:both;
	height:20px;
	background:#424242;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    margin-bottom:0px;
	text-align:center;
	padding-left:10px;
    padding-top:5px;
	color:#949494;
	font-size:90%;
}

a:link,a:visited,a:hover,a:active { 
	color:white;
	text-decoration:none; 
}

a:hover{
    text-decoration:underline;
    }

a.footerlink:link,a.footerlink:visited,a.footerlink:hover,a.footerlink:active { 
	color:#949494; 
	text-decoration:none; 
}

a.footerlink:hover{
    text-decoration:underline;
    }

a.topmenu:link,a.topmenu:visited,a.topmenu:hover,a.topmenu:active { 
	color:white; 
	text-decoration:none; 
}

a.topmenu:hover{
    text-decoration:underline;
}

a.submenu:link,a.submenu:visited,a.submenu:hover,a.submenu:active { 
	color:white; 
	text-decoration:none; 
}

a.submenu:hover{
    text-decoration:underline;
    }


a:hover{
    text-decoration:underline;
}

div.content_background {
	background-color:#7C0C0A;	
	background-attachment:fixed;
	background-image:url(images/content_background.gif);
	background-repeat:repeat-x;
	width:740px;
	text-align:center;	
}

div.content{
	width:720px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}

div.main {
    width:740px;
    margin:0 auto;
    border-style:solid;
    border-color:black;
    border-left-width:1px;
    border-right-width:1px;
    border-top-width:0;
    border-bottom-width:0;
    background-image:url(images/background_light.gif);
    background-attachment:fixed;	    
}

div.lhmenu, div.football_lhmenu{
    width:150px;
    border-style:solid;
    border-color:black;
    border-right-width:1px;
    border-left-width:0;
    border-top-width:0;
    border-bottom-width:0;
    margin-right:5px;
    float:left;
}

div.rhcontent, div.football_rhcontent{
    float:right;
    width:550px;
    margin-left:5px;
    margin-bottom:0;
    height:100%;
}

div.intro {
    width:60%;
    float:left;
}

div.news {
    width:35%;
    float:right;
}

div.linkbox {
    background:#999999;
    margin-left:0;
    margin-right:20px;
    margin-top:10px;
    margin-bottom:10px;
    height:100px;
    padding:10px;
}

div.linkboxtitle {
    font-weight:bold;
    margin-bottom:5px;
}


div.linkbox1 {
    width:40%;
    float:left;
}

div.linkbox2{
    width:50%;
    float:right;
}

table.league, table.topscorers, table.players{
    border-collapse:collapse;
    margin-bottom:24px;
}
  
table.league th, table.league tr td, table.topscorers th, table.topscorers tr td, table.players th, table.players tr td{
    border:thin solid #999999;
    padding:5px;
}

td.goals {
	text-align : center;
}

th.resultgroup {
	text-align: left;
	border-bottom : thin solid #999999;
	padding-top: 20px;
}

td.score {
	padding-left : 5px;
	padding-right : 5px;
	color : #999999;
	text-align : center;
}

td.scorehiphen {
	color : #999999;
	text-align : center;
}
