/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* BROOM BARN */
/* Copyright BroomBarn.co.uk. All rights reserved. */
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
* 
{
    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;
}
body, html
{
    font-size:100%;
}

/*--------*//* BODY */
body {
	margin:0;
	font:76% Arial, Helvetica, sans-serif;
	text-align:center;	
	color:#504E4F;
}

/*----------------------------------------------------------------------*/
/*--------*//* WRAPPERS */
	
#container { /* wrap all content */
	margin:0 auto 0 auto;
	width:800px;
	text-align:left;
}

/*----------------------------------------------------------------------*/
/*--------*//* HEADER */
	
#header {
	margin:0 0 20px 0;
	clear:both;
	width:800px;
	height:130px;
	color:#fff;
}

/*----------------------------------------------------------------------*/
/*--------*//* LEFT COLUMN */
	
#leftcol {
	float:left;
	margin:0 20px 0 20px;
	width:355px !important;
	width:325px	
}

/*----------------------------------------------------------------------*/
/*--------*//* RIGHT COLUMN */

#rightcol {
	float:left;
	width:385px	
}
