﻿#newsinfocontainer /* Reviewed */
{
	background:url('../images/clubinfo-box-bottom.gif') no-repeat bottom left;
	margin:10px 0 10px 0;
    width:630px;
}
#newsinfocontainertop /* Reviewed */
{
	background:url('../images/clubinfo-box-top.gif') no-repeat top left green; /* Remove green background */ 
	height:5px;
}
.newsinfoleft,
.newsinfomiddle,
.newsinforight
{
    display:inline;
    float:left;
    background:green;  /* Remove */
    height:120px; /* Remove */
    width:200px;

}
.newsinfoleft
{        
    margin:0 5px 0 10px;
}
.newsinfomiddle
{
	margin:0px 5px 0px 0px;
}
.newsinforight
{
    margin:0px 5px 0px 0px;
}

/* Match Centre */
#matchinfocontainer /* Reviewed */
{
	background:url('../images/clubinfo-box-bottom.gif') no-repeat bottom left;
	margin:10px 0 10px 0;
    width:960px;
}
#matchinfocontainertop /* Reviewed */
{
	background:url('../images/clubinfo-box-top.gif') no-repeat top left green; /* Remove green background */ 
	height:5px;
}
.matchinfoleft,
.matchinfomiddle,
.matchinforight,
.matchfarright
{
    display:inline;
    float:left;
    background:green;  /* Remove */
    height:120px; /* Remove */

}
.matchinfoleft
{        
    margin:0px 5px 0px 0px;
    width:155px;
}
.matchinfomiddle
{
	margin:0px 5px 0px 0px;
    width:325px;
}
.matchinforight
{
    margin:0px 5px 0px 0px;
    width:155px;
}
.matchfarright
{
    margin:0px 0px 0px 5px;
    width:310px;
}




