﻿* 
{
    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:url(../images/main-bkg.gif) 0 0 repeat-x;
}
body#homePage
{
    background:url(../images/home-bkg.gif) 0 0 repeat-x;
}
/*----------------------------------------------------------------------*/
/*--------*//* WRAPPERS */
#container1 
{
	width:100%;
	text-align:center;
	font-size:0.85em;
	color:#000;
}
#container2
{
	margin:0 auto;
	position:relative;
	padding:234px 0 0 0;
	width:940px;
	text-align:left;
}
body#homePage #container2
{
	padding:394px 0 0 0;
}
#mainContent 
{
    padding:0 0 20px 0;
    text-align:left;
    min-height:400px;
    height:auto !important;
    height:400px;
}
/*----------------------------------------------------------------------*/
/*--------*//* COLUMNS */
#leftCol
{
    float:left;
    width:620px;
}
#rightCol
{
    float:right;
    width:300px;
}
body#contact #leftCol
{
    width:450px;
}
body#contact #rightCol
{
    width:450px;
}
#wide
{
	float:left;
	width:940px;
}
/*----------------------------------------------------------------------*/
/*--------*//* MAIN CLUB LOGO */
#logo
{
	position:absolute;
	top:8px;
	left:0;
	padding:18px 0 0 121px;
	height:56px;
	font-size:2.2em;
	text-transform:lowercase;
	background:url(../images/headerLogos.gif) 0 0 no-repeat;
}
/*----------------------------------------------------------------------*/
/*--------*//* CLUBS FIRST LOGO */
#clubsFirst
{
	position:absolute;
	top:15px;
	right:0;
	width:177px;
	height:60px;
	background:url(../images/clubs-first.gif) no-repeat
}
/*----------------------------------------------------------------------*/
/*--------*//* NAVIGATION */
#mainNav
{
    position:absolute;
    top:82px;
    left:0;
    width:940px;
    height:41px;
}
#subNav
{
	margin:0 0 10px 0;
	padding:0;
    width:620px;
    height:20px;
}
/*----------------------------------------------------------------------*/
/*--------*//* BANNER */
#banner
{
	position:absolute;
	top:123px;
	left:0;
	width:940px;
	height:74px;
	overflow:hidden;
}
body#homePage #banner
{
	height:229px;
}
/*----------------------------------------------------------------------*/
/*--------*//* FOOTER */
#footer .top
{
	margin:0;
	padding:0;
	width:100%;
	height:177px;
	background:#e0e2d9;
}
#footer .bottom
{
	margin:0;
	padding:0;
	width:100%;
	height:70px;
	background:#000;
}
