/*--------------------------------------------------------------------------
 *Filename:			layout.css
 *Description:		Global CSS
 *Version:			1.0.0 (2010-02-16)
 *Website:			ft-template.v1.co.uk
 *Author:			Freetimers Internet
 
 ====================== STRUCTURE ==========================================
 *Page Width:		980px
 *Columns:			3
------------------------------------------------------------------------- */


/* layout
------------------------------------------------------------------------- */
#wrapper {margin:0 auto;width:976px; background:url(../images/bg.gif);}
#main{margin:0 auto;width:970px; }
#col-left,#col-right,#col-centre{float:left;display:inline;}
#col-left,#col-right{width:250px;margin-top:30px;}

#col-centre{width:470px;padding:0px;margin-top:32px;}

/* top menu
------------------------------------------------------------------------- */
#menu-top {width:970px;}

/* header
------------------------------------------------------------------------- */
#header {width:970px;}

/* main menu
------------------------------------------------------------------------- */
#menu-mainh {width:970px;}

/* footer
------------------------------------------------------------------------- */
#footer {width:970px;}

/* generic
------------------------------------------------------------------------- */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.spacer{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:5px}
.right{float:right;}
.left{float:left;}