﻿body {
    font-family: Verdana, helvetica, Arial;
    font-size: 8pt; 
    margin: 0;
}

#container 
{ 
	position: absolute;
	min-height: 100%;
	width: 100%;
	line-height:1.4em;
	clear: both;
}

#content 
{
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
	clear: both;
	display: block;	
}

#header
{
    background-image: Url('../images/layout/header.jpg');
    height: 65px;
    min-height: 65px;
    background-repeat: no-repeat;
}

#footer
{
    background-image: Url('../images/layout/footer.jpg');
    height: 65px;
    min-height: 65px;
    background-repeat: no-repeat;
}

#mainBody
{
    background-image: Url('../images/layout/BG-tile.jpg');
    background-repeat: repeat-x;
    min-height: 580px;
    width: 1000px;
}

#mainBodyEco
{
    background-image: Url('../images/layout/BG-tile-blue.jpg');
    background-repeat: repeat-x;
    min-height: 580px;
    width: 1000px;
}

H1
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
    padding-bottom: 5px;
}

.whiteHeader
{
    color: #ffffff;
    font-family: Verdana;
    font-weight: bold;
    font-size: 1.3em; 
}

.LargeAdvertText
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 2.1em; 
}

img
{
    text-decoration: none;
    border: none;
    margin: 0;
    padding: 0;
}

.clear 
{
    width: 1000px;
    display: block;
	clear:both;
}

.MainBold
{
    font-weight: bold;
}

