﻿



html 
{
    text-align: center; 
}

body
{
    background: #f0f0e7;
    text-align: left;
	color: #2c2a18;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 62.5%;
	width: 99.9%;
    margin: 0 auto;
}



#contentHolder
{
    background: #fff;
    width: 956px;
    margin: 0 auto;
    background: #fff url(/App_Themes/Default/Images/Graphics/contentholder.gif) repeat-y 0 0; 
    padding: 10px 0 0 0;

}


#header
{
    height: 212px;
    background: transparent url(/App_Themes/Default/Images/Graphics/header-background-repeater.jpg) repeat-x 0 0; 
    min-width: 774px;
    position: relative;
}


#spanThreeColumns
{
    width: 862px;
    margin: 28px 0 0 46px;
    position: relative;
    
}


#firstColumn
{
    width: 260px;
    float: left;
    color: #474747;
    margin: 25px 21px 30px 46px;
    display: inline;
}

#firstColumn.default
{
    margin: 39px 21px 30px 46px;
}

#DefaultContent
{
    width: 561px;
    float: left;
    margin-top: 3px;
    margin-left: 20px; /* Gutter  */
    margin-bottom: 3em;
    min-height: 30em;
    _height: 300px;
}

#mainContent
{
    position: relative;
    width: 561px;
    float: left;
    margin-top: 26px;
    margin-left: 20px; /* Gutter  */
    margin-bottom: 3em;
    min-height: 30em;
    _height: 300px;
}


/******************************** Footer ********************************/ 

#footer
{

    background: #fff url(/App_Themes/Default/Images/Graphics/footerbg.jpg) no-repeat 0 0; 
    color: #fff;
    font-size: 1em;    
    clear: both;
    height: 136px;
}

#footer .left
{
    width: 280px;
    padding: 30px 0 0 40px;
    float: left;
    
}

#footer .left a:link, #footer .left a:visited
{
    color: #a9c0a1;
    font-size: 1.2em;
    line-height: 1.8em;
    border-bottom: 1px dotted #a9c0a1;

}


#footer .left a:hover, #footer .left a:active
{
    color: #a9c0a1;
    background: none;
    border-bottom: 1px solid #a9c0a1;

}


#footer .right
{
    width: 610px;
    float: right;
    position: relative;
}

#footer .right a:link, #footer .right a:visited
{
    color: #a9c0a1;
    font-size: 1.2em;
    border-bottom: 1px dotted #a9c0a1;
}

#footer .right a:hover, #footer .right a:active
{
    color: #a9c0a1;
    background: none;
    border-bottom: 1px solid #a9c0a1;
}

body#error
{
    background: #fff;
}

