﻿html, body 
{
    background-color:#111;
    margin: 0;
    padding: 0;
}

*
{
    margin: 0;
    padding: 0;
}

a img
{
    border: 0;
}

.clearer
{
    clear: both;
}

#site-container
{
    background: #FFF url('../gfx/test-images/site-bg.gif') no-repeat left top;
    width: 920px;
    padding: 20px;
    padding-bottom: 0;
    margin: 0 auto;
}

#header
{
    height: 35px;
    padding-top: 181px;
    border-bottom: solid 2px #EE3424;
    margin-bottom: 30px;
    background: url('../gfx/test-images/header.jpg') repeat-y left top;
}

#footer /* If only to cover the faux column left border */
{
    width: 920px;
    padding: 0 20px;
    height: 20px;
    clear: both;
    margin: 0 auto;
    background-color: #FFF;
}

#main-menu
{
    height: 25px;
    padding-top: 10px;
    background: url('../gfx/test-images/menu-bg.png') repeat-x left top;
}

#main-menu ul
{
    /*float: right;
    margin: 0 auto;
    margin-right: 55px;*/
    margin-left: 35px;
}

#main-menu ul li
{
    padding-right: 25px;
}

#main-menu p.home-link
{
    margin-left: 25px;
}

#left-column
{
    width: 145px;
    padding-left: 20px;
    padding-right: 10px;
    /*border-right: solid 1px #666;*/
    float: left;
    min-height: 550px;
}

#middle-column
{
    margin: 0 20px;
    width: 520px;
    float: left;
    min-height: 200px;
}

* html #middle-column
{
    height: 200px;
}

#right-column
{
    width: 164px;
    float: left;
    padding-right: 20px;
}

.header
{
    height: 35px;
    padding-top: 181px;
    border-bottom: solid 2px #EE3424;
    margin-bottom: 30px;
    background: url('../gfx/test-images/header.jpg') no-repeat left top;
}

/******************** For the front page only *********************/
.front-page-container
{
    width: 960px;
    margin: 20px auto;
    height: 775px;
    background: #2f3a1b url('../gfx/ul/front-page.jpg') no-repeat left top;
}

#front-top-bar
{
    /*position: relative;*/
    width: 960px;
    height: 280px;
    background: transparent url('../gfx/dark-shadow.png') repeat-y top left;
}

* html #front-top-bar
{
    behavior:url(png-fix/iepngfix.htc); 
}

img#front-page-logo
{
    /*position: absolute;
    top: 102px;
    left: 414px;*/
    margin-top: 80px;
    margin-left: 414px;
    margin-bottom: 25px;
}

* html img#front-page-logo
{
    behavior:url(png-fix/iepngfix.htc); 
    margin: 0;
}

* html #front-top-bar a img
{
    margin-top: 80px;
    margin-bottom: 25px;
}

* html #ie6-front-page-logo
{
    padding-left: 414px;
}

#front-bottom-bar
{
    width: 960px;
    height: 180px;
    /*height: 495px;*/
    background: transparent url('../gfx/dark-shadow.png') repeat-y top left;
    /*margin-top: 315px;*/
    position: relative;
}

* html #front-bottom-bar
{
    behavior:url(png-fix/iepngfix.htc); 
}

.front-page-container p
{
    /*position: relative;
    top: 232px;*/
    color: #FFF;
    text-align: center;
    font-family: Times New Roman;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

a#car-link
{
    display: block;
    height: 315px;
    position: relative;
    width: 960px;
}

img#front-page-enter
{
    /*position: absolute;*/
    margin-top: 50px;
    margin-left: 400px;
    display: none;
}

#front-bottom-bar a
{
	display: block;
	position: absolute;
	top: 50px;
	height: 36px;
	background: transparent url('../gfx/Enter-Site.gif') no-repeat left top;
}

a#enter-welsh
{
	width: 263px;
	background-image: url('../gfx/welsh-classic.gif');
	left: 340px;
}

a#enter-new-encounters
{
	width: 236px;
	background-image: url('../gfx/new-encounters.gif');
	left: 510px;
}

/* Trying to control the Home Link in the menu */
#main-menu UL
{
    margin-left: 20px;
}

li.home-link
{
    margin-right: 40px;
}

div#left-column ul
{
    min-height: 290px;
}

* html div#left-column ul
{
    height: 290px;
}

#main-menu ul li.end-link
{
	padding-right: 0;
}
