@charset "utf-8";
/* Expression Engine Theme
-----------------------------------------------------------------
Theme Name: Wesley
Author: Marcus Kielly - marcus@deckchair.co.uk
Company: http://www.deckchair.co.uk/
Version: 1.0
Date: 19 March 2009
-----------------------------------------------------------------
*/

/*-------------------------------------------------------------*/
/* RESET */
/*-------------------------------------------------------------*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, address, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


h1,h2,h3,h4,h5,h6 
	{
	font-weight: normal;
	}
	
ol, ul, li {
	list-style: none;
	list-style-type: none;
	}
a 
	{
	text-decoration: none;
	}

a:hover, .btn:hover
     {
     cursor: hand;
     cursor: pointer;
     }

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
a img, :link img, :visited img , fieldset, img  
	{
	border: 0;
	}
	

/* DOCUMENT */
html, body 
	{
       text-align: center;
	}
	
#wrapper
	{
        text-align: left;
	}
	
	
.sub_footer
	{
        text-align: left;
	position: relative;
	height: 35px; 
	}





