﻿*
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%; /* needed for container min-height */
    font-family: Arial;
    text-align: center;
    font-size: 16px;
}

body
{
    background: url(Images/bcgr_body.gif) repeat-y center;
}

a
{
    font-size: 1.4em;
    color: #F00;
}

a:hover
{
    text-decoration: none;
}

#container
{
    width: 1002px;
    position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
}

#mainContent
{
    width:1002px;
    height:603px;    
    padding-bottom: 2em;
    padding-top:4em;
    background: url(Images/bcgr_default.gif) repeat-x 0 8em;
}

/*IE 7 and lower*/
*:first-child+html #mainContent{margin-left: 0;}
* html #mainContent{margin-left: 0;}

#mainContent h1
{
    background: url(Images/logo.png) no-repeat center center;
    height: 127px;
    text-indent: -9000px;
    margin-top:6em;
}

#mainContent h2
{
    font-size: 1.8em;
    font-weight: normal;
}

div.contact
{
    margin: 1.5em 0;
}

div.contact address
{
    font-size: 2.5em;
    font-style: normal;
}

#footer
{
    position: absolute;
    width: 100%;
    bottom: 0; /* stick to bottom */
    margin-left: 0;
    color: #F00;
}

/*IE 7 and lower*/
*:first-child+html #footer{margin-left: -50%;}
* html #footer{margin-left: -50%;}

