﻿
.centralise
{
    width: 1032px;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding:0px;
    background-image: url('../../images/bg_horiz.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

.header
{
    width: 990px;
    margin:5px 0px 5px 0px;
    height: 120px;
    /*float: left;*/
    padding:0px;
    position:relative;
    /*border:solid 1px gray;*/
}
.header img
{
    margin:0px;
    padding:0px;
}
.siteName
{
    font-size:20px;
    margin-left:0px;
    margin-top:0px;
    width:300px;
    float:left;
}
.pageImage
{
    margin:0px 15px 0px 15px;
    width: 990px;
    padding:0px;
    /*border:solid 1px gray;*/
}
.pageImage img
{
    padding:0px;
    margin:0px;
    }
.footer
{
    width:990px;
    height:15px;
    text-align:right;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size:9px;   
    padding:0px;
    /*border:solid 1px gray;*/
}
.footer a 
{
    color:#cccccc;
}
.template
{
    width:100%;
    height:50px;
}
.baseLine
{
    width: 995px;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding:0px;
    color:White;
}
.baseLine a, .baseLine a:visited
{
    color:#CCCCCC;
}
.baseLine a:hover
{
    color:White;
}
.baseLine p
{
    margin:0px;
    padding:0px;
}
.homePageLink
{
    width:125px;
    float:right;
    height:75px;
    margin-left:20px;
    text-align:center;  
    padding-top:7px;
}
.homePageLink a
{
    margin: 0px;
    
}

