﻿/* 
    Overrides ======================================================================================================================== 
*/


/* 
    Custom Classes ======================================================================================================================== 
*/
.rootContainer
{
    width: 100%; 
    background-image: url(/Images/PlacerValleyTourismMain/page-empty-space-pattern.gif); 
    background-repeat: repeat; 
    background-position: center;
}

.mainContentContainer
{
    width: 950px;
    margin: auto;
}

.headerColumn1
{
    width: 417px;
    float: left;
}

.headerColumn2
{
    width: 533px; 
    height: 80px; 
    background-image: url(/Images/PlacerValleyTourismMain/page-header-background.jpg); 
    text-align: center;  
    float: right; 
    color: #5D5709; 
    font-size: 12px; 
    font-weight: bold;
}

.rightColumnContainer
{
    width: 170px;
    float: right;
}

