/* CSS Document */

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

}


#header
{
height: auto; 
/*width: 100%;*/
background-color:eee;
}
#logo
{
float:left;
height:auto;
margin-left:10px; 
width:110px;
background-color:eee;
}

#tagline
{
float:left;
/*clear:right;*/
margin-top:-2px;
height: auto; 
/*width: 100%;*/
background-color:eee;
}

#header img{float:right}

#tickerboard{float:left;clear:right;margin:5px 0 0 5px;}

#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:#eee;
}


#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*/
}


