﻿body
{
    margin:0;
    padding:0;    
    font: 14px/20px  Tahoma , Arial, Helvetica, sans-serif;
    color:#57655a;
}
#Header
{
    width:950px;    
    min-width:950px;
    margin:0 auto;
    height:115px;
    background: transparent url('images/bgHeader.jpg') repeat-x center top;    
    border:none;
}
.BannerAd
{
    margin-left: 520px; /*Set left margin to LeftColumnWidth*/
    margin-top:-80px;
    height:100%;
}
.WeatherBug
{
    display:block;
    position:relative;
    top:80px;
    left:80px;
    width:100px;
    height:80px;
}
#TxtBanner
{
	margin:0 auto;
	padding:2px 10px;
	font-size:150%;
	font-weight:bold;
	color:#58595B;
	text-align:center;
	width:90%;
}
#Codex
{
    width: 950px; /*Width of main container*/
    height:516px;
    margin: 0 auto; /*Center container on page*/
    background: transparent url('images/bgCodex.jpg') no-repeat;
}
* html #Codex{ /*IE6 hack*/
    height:500px;
}
#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#rightcolwrapper{
float: left;
width: 100%;
}

#rightcolumn{
margin-left: 380px; /*Set left margin to LeftColumnWidth*/
}
* html #rightcolumn{ /*IE6 hack*/
    display:block;
    padding-top:1px;
    margin-top:-90px;
    margin-left:390px;
}
#leftcolumn{
float: left;
width: 380px; /*Width of left column*/
height:470px;
margin-left: -950px; /*Set left margin to -(MainContainerWidth)*/
}

#footer
{
    clear: left;
    width:950px;
    min-width:950px;
    margin:0 auto;
    height:168px;
    background: transparent url('images/bgFooter.jpg') repeat-x center top;    
    border:none;
}

* html #footer{ /*IE6 hack*/
    margin-top:-108px;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
