﻿
* 
{
    padding:0;
    margin:0;
} 
a img 
{
    border:none;
}
.clear
{
    font-size:1px;
    width:1px;
    height:1px;
    position:relative;
    clear:both;
    display:block;
}
ul,li
{
    list-style-type:none;
}
#jumpToNav
{
    display:none;
}
.display 
{
    display:none;
}
body, html
{
    font-size:100%;
}
/*----------------------------------------------------------------------*/
/*--------*//* BODY */
body 
{
	font:95% Arial, Helvetica, sans-serif;
    background:#000 url(../images/backgrounds/main.jpg) top center no-repeat;
}
/*----------------------------------------------------------------------*/
/*--------*//* WRAPPERS */
#container1
{
	width:100%;
	text-align:center;
	background:url(../images/backgrounds/sky.gif) repeat-x;
}
#container2
{
	background:url(../images/backgrounds/grass.jpg) left 191px repeat-x;
}
#container3
{
    background:url(../images/backgrounds/car.jpg) left 120px no-repeat;
}
#container4
{
	margin:0 auto;
	position:relative;
	padding:420px 0 0 0;
	width:989px;
	text-align:left;
	color:#58595b; 
}
#maincontent
{
    padding:30px 29px 80px 29px;
    width:989px;
    w\idth:931px;    
}
/*----------------------------------------------------------------------*/
/*--------*//* COLUMNS */
#leftcol
{
    float:left;
    width:650px;
}
#rightcol
{
    float:right;
    width:240px;
}
/*----------------------------------------------------------------------*/
/*--------*//* HEADER */
#header
{
	position:absolute;
	top:0;
	left:0;
	width:989px;
	height:108px;
	background:url(../images/header.gif) top center;
}
/*----------------------------------------------------------------------*/
/*--------*//* NAVIGATION */
#navigation
{  
    position:absolute;
    top:55px;
    left:11px;
    width:970px;
} 
/*----------------------------------------------------------------------*/
/*--------*//* SLOGAN */
#slogan
{
	position:absolute;
	top:125px;
	right:20px;
	width:530px;
	height:95px;
}
/*----------------------------------------------------------------------*/
/*--------*//* FOOTER */
#footer
{
	position:absolute;
	bottom:20px;
	left:29px;
	width:931px;
	height:20px;
}