/*-----------------------------------------------------------------------------
version:   1.0
author:    Michael Bradley
email:     michael@eyekiller.com
website:   http://www.eyekiller.com
-----------------------------------------------------------------------------*/
html,body,div,span,h1,h2,h3,h4,p,blockquote,a,img,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	}
	
html, body, form {height: 100%;}
	
ul {list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
body {
	font:80%/1.8 Arial, Helvetica, Tahoma, sans-serif;
	height:100%;
	}
ul {list-style:none;}

/*Headings
-----------------------------------------------------------------------------*/
h1 {text-indent:0;}

h2 {
	font-size:2.2em;
	color:#6b6328;
	height:2em;
	float:left;
	width:100%;
	}
	
h3 {
	font-size:1.7em;
	color:#6b6328;
	height:44px;
	float:left;
	width:100%;
	}
	
h4 {
	font-size:1.7em;
	color:#6b6328;
	height:44px;
	float:left;
	width:100%;
	}
	
p {
	padding-bottom:1em;
	}

#sidebar {display:none;}
#main-nav {display:none;}
#breadcrumb {display:none;}
#footer {display:none;}


#main-content .main-image {float:right; margin:0 0 15px 15px;}