﻿body
{
    margin:0;
    padding:0;    
    font: 1em  "Microsoft Sans Serif" , Tahoma, Arial, Helvetica, sans-serif;
    background: #ffffff url( 'images/bgSite.jpg' ) repeat-x center top fixed;        
}
#Codex
{
    width:90%;
    min-width:950px;
    margin:0 auto;
    background: #ffffff url('../default/images/bgCodex.png') repeat-x center top;
    
    border:solid 1px #310f0b;
}
#addresswrapper
{
    float: left;
    clear:both;
    width: 100%;
    border-bottom:none;
    border-top:none;
    margin-bottom:10px;
}
* html #addresswrapper{ /*IE6 hack*/
    margin-top:-5px;    
}
#contentwrapper
{
    float: left;
    width: 100%;
    border-bottom:none;    
    border-top:none;
    margin-top:20px;
}
* html #contentwrapper{ /*IE6 hack*/
    margin-left:0px;
}
#rightcolumn
{
    margin-left: 295px; /*Set left margin to LeftColumnWidth*/
    margin-top:-10px;
    min-width:600px;
}
#leftcolumn
{
    float: left;
    width: 305px; /*Width of left column*/
    margin-left: -100%;
}
* html #leftcolumn{ /*IE6 hack*/
    margin-left:0px;
    margin-top: -81%;
}
#fullcolumn
{
    width: 100%; /*Width of left column*/
    margin-left: 0px;
}
#footer{
clear: left;
width: 100%;
height:35px;
background: #ffffff url('../default/images/bgRunningFooter.jpg') repeat-x center top; 
color: #FFF;
text-align: center;
padding: 4px 0px;
}

#footer a{
color: #FFFF80;
}
#outerbox{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}
#leftcolumn .logo
{
    margin:0 auto;
    margin-top:-10px;
    margin-bottom:25px;
    text-align:center;    
    background:#ffffff url('../default/images/logo.png') no-repeat center top;     
    height:195px;
    width:225px;
    border:solid 0px #f0e3b9;    
}
* html #leftcolumn .logo{ /*IE6 hack*/
    margin-top:-5px;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.ajaxLoadingPanel
{
    position:absolute;
    top:-2px;
    margin:0 auto;
    width:100%;
}
.PageTitle
{
    display: block;
    font: bold 120%/130% "Times New Roman" , Times, serif;    
    color: #45421D;
    padding: 3px 10px;
    margin-left:10px;
}
