﻿body,html 
{
    margin:0;padding:0;
    font-family:Verdana;
    font-size:11px;
    color:#666666;
    background-color:#333333;
    
}

#wrapper
{
    position:absolute;
    width:100%;height:100%;
    background-color:#333333;

}


#body {    
   margin-top:0px;
   width:975px;
   margin-top:0px;
   margin:0px auto 0px auto; 
   padding:0px;  
}

#header {    
   width:975px;
   margin-top:0px;
   margin:0px auto 0px auto;
   padding-top:10px;
}


#logo {
    float:left;
}

#topRight {
    
    float:right;
}


#container 
{

    position:relative;
    min-height:100%;
    margin:0;
    background-color:#ffffff;
    font-size:11px;
    background-image:url(/images/main-background.png);
    background-repeat:no-repeat
}



#footer {
   clear:both;
   background-color:#666666;
   color:#efefef;
   position:absolute;
   padding-top:14px;
   bottom:0;
   width:100%;
   vertical-align:middle;
   height:30px;   /* Height of the footer */
}


#clear
{
    clear:both;
}



#navHolder
{
    clear:both;
}


.largePanel
{
    float:left;
    width:695px;
    height:190px;
    background-image:url(/images/panels/695x190.png);
    

}



.smallPanel
{
    float:left;
    width:275px;
    height:190px;
    margin-left:5px;
    background-image:url(/images/panels/275x190.png);

}
