/* CSS Document */

#mainContainer
{
width: 760px; 	/*Width of main container*/
margin: 0px auto; /*Center container on page*/
height:auto;
background-color:#d0d0d0;

}


#header
{
height: auto; 
/*width: 100%;*/
}


#centreColumn
{
margin-top: 0px;
margin-bottom: 0px;
width: 516px;
float: left;
text-align:left;

/*background-color:#dadada;*/
}


#wideColumn
{
margin-top: 0px;
margin-bottom: 0px;
text-align:left;

width: 100%;
float: left;
}


#rightColumn
{
float: right;
width: 240px;
text-align:left;

/*background-color:#dadada;*/
}


#leftColumn
{

float: left;
width: 0px; /*Width of left column in pixel*/
margin-left: -760px; /*Set margin to that of -(MainContainerWidth)*/
}



#footer
{
clear: both;
width: 100%;
text-align: center;
background-color:#6C6E6C;
}


#footer a
{

}


#outerTube
{
height:auto;
width:100%;
text-align:center;
}



#insideleft
{
float: left;
text-align:left;
width: 280px; /*Width of left column in pixel*/
}




#insideright
{
float: left;
text-align:left;
width: 206px; /*Width of left column in pixel*/
}

