﻿
* 
{
    margin:0;
    padding:0;    
}
.clear
{
    position:relative;
    display:block;
    width:1px;
    height:1px;
    font-size:1px;
    clear:both;
}
.display
{
    display:none;
}
body, html
{
    font-size:100%;
}
/*----------------------------------------------------------------------*/
/*--------*//* BODY */
body
{
    font:95% Arial, Helvetica, sans-serif;
    background:#a1a1a1;
}
/*----------------------------------------------------------------------*/
/*--------*//* WRAPPERS */
#container1 
{
	width:100%;
	text-align:center;	
}
#container2
{
	margin:0 auto;
	position:relative;
	padding:100px 0 0 0;
	width:960px;
	font-size:0.85em;	
}
#container3 
{
    padding:20px 0 30px 0;
    background:url(../images/main-bkg-sub.gif) repeat-y;
}
body#homePage #container3 
{
    background:url(../images/main-bkg-home.gif) repeat-y;
}
/*----------------------------------------------------------------------*/
/*--------*//* COLUMNS */
#mainNav
{
    float:left;
    padding:0 0 0 6px;
    width:170px;
    background:#df8726;
}
#mainContent 
{
    position:relative;
    float:right;
    width:760px;
    text-align:left;    
}
body#homePage #mainContent 
{
    padding:305px 23px 0 0;
    width:737px;
}
.leftCol
{
    float:left;
    width:515px;
}
.rightCol
{
    float:right;
    padding:0 10px;
    width:200px;
}
body#homePage .leftCol
{
    padding:10px 0 0 0;
    width:353px;
}
body#homePage .rightCol
{
    padding:10px 0 0 0;
    width:353px;
}
/*----------------------------------------------------------------------*/
/*--------*//* HEADER */
#header
{
	position:absolute;
	top:0;
	left:0;
	width:960px;
	height:100px;
	background:#fff url(../images/logo-ban.gif) left 10px no-repeat;
	border-bottom:3px solid #df8726;
}
/*----------------------------------------------------------------------*/
/*--------*//* BANNER */
#banner
{
	position:absolute;
	top:0;
	left:0;
	width:737px;
	height:285px;
	overflow:hidden;
	background:#EFEFEF;
}
/*----------------------------------------------------------------------*/
/*--------*//* FOOTER */
#footer
{
	padding:20px 10px 30px 10px;
	width:940px;
	font-size:0.85em;
	background:#a1a1a1;
}
