﻿.centralise
{
    width: 1018px;
    height: auto;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: White;
    border-left:solid thin gray;
    border-right:solid thin gray;
    border-bottom:solid thin gray;
    /*background-image: url( '../../Images/strawberrys.jpg' );*/
    background-repeat: no-repeat;
    background-position: left bottom;
}
.header
{
    width: 1018px;
    height: 100px;
    float: left;
}
.siteName
{
    font-size:20px;
    color:#FFFFFF;
    margin-left:10px;
    margin-top:0px;
    width:300px;
    float:left;
}
.footer
{
    width:1018px;
    height:15px;
    text-align:right;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size:9px;   
}
.template
{
    width:100%;
    height:50px;
}
.baseLine
{
    width: 1016px;
    text-align: center; /*border-top: solid thin #E9E9E9;*/
    color: #808080;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 1px;
    background-color: #E9E9E9;
    border-left:solid thin gray;
    border-right:solid thin gray;
    border-bottom:solid thin gray;
}
.baseline p
{
    margin:0px;
    padding:0px;
}
.homePageLink
{
    width:125px;
    float:right;
    background-image: url( 'images/repeat.jpg' );
    background-repeat: repeat-x;
    height:75px;
    margin-left:20px;
    border-top:solid thin #E9E9E9;
    text-align:center;  
    padding-top:7px;
}
.homePageLink a
{
    margin: 0px;
    
}
.centralise .homeContent .homePodBlue
{
    width: 130px;
    float: left; 
    background-image:url('../../images/Site/BlueBG.jpg');
    background-repeat: no-repeat;
    height: 350px;
    margin: 8px;
    padding: 10px;
}
.centralise .homeContent .homePodBlush
{
    width:130px;
    float:left;
    background-image:url('../../images/Site/BlushBG.jpg' );
    background-repeat:no-repeat;
    height:350px;
    margin:8px;
    padding:10px;
}

