
/*PT */
div#page_bg{
	background: url(page_bg.png) center top repeat-y;
}

/*PT */
div#wrapper{
	margin: 0 auto;
	width: 950px;
	position: relative;
}

/*PT */
div#wrapper div#masthead{
	background: url(masthead.png) no-repeat;
	height: 108px;
	width: 950px;
	text-indent: -5000px;
}

/*PT */
div#top_advert {
	position: absolute;
	top: 20px;
	right: 10px;
}

/*pt*/
div#content{
	width: 790px;
	padding: 10px;
	float: left;
}

/* @group content */
/*PT*/
div.column{
	float: left;
	width: 250px;
	margin-right: 17px;
	display: inline;
}
/*PT*/
div.double_column{
	float: left;
	width: 517px;
	margin-right: 17px;
	display: inline;
}

/*PT*/
div.one_and_half_column{
	float: left;
	width: 375px;
	margin-right: 17px;
	display: inline;
}
/*PT*/
div.half_column{
	float: left;
	width: 125px;
	margin-right: 17px;
	display: inline;
}

/*PT*/
div.last_column{
	margin-right: 0 !important;
}

/* PT */
a.feature_more{
	float: right;
	margin-top: 6px;
	font-size: 0.9em;
}
/* PT */
h2.feature_header{
	float: left;
	margin-bottom: 10px;
    color: #333;
    font-size: 1.4em;
}
/* Fixture */
div.fixture 
{
    width: 100%;
    clear:left;
    float: left;
}
div.fixtureleft
{
    float: left;
    clear: left;
    width: 50%;
}
div.fixtureright
{
    float: left;
    width: 50%;
}
h3.fixture_subheader 
{
    text-align:center;
    padding: 5px 10px 4px 10px;
    background-color: #e6ebfc;
    margin: 0px 2px  0px 2px;
    border-bottom: 1px dotted #ccc;
}

.listfixture ul {
    list-style: none;
    clear: left;
}
.listfixture li 
{
    display: block;
    list-style: none;
    clear: left;
    padding: 6px 10px 5px 10px;
    margin: 0px 2px 0px 2px;
    background-color: #e6ebfc;
    border-bottom: 1px dotted #ccc;
}
.listfixture li a{
    display: block;
}
/* End Fixture */

/* advert column */
div#ss_advert{
    float: left;
    width: 120px;
    padding: 10px;
}
