/* CSS Document 
author: Chris Sparshott
email: csparshott@one2create.co.uk
use of conditional comments have been used throughout site, therefore several styles have been filtered into appropriate IE6/IE7 CSS documents - notes have been made next to relevant css rules
/* ------------------------------------------------------------------
Sets default margin and padding
-------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
/* ------------------------------------------------------------------
 Sets default font-size for headers 
 -------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-size: 100%;
	}
/* ------------------------------------------------------------------
Removes list-style from lists
-------------------------------------------------------------------*/
ol, ul {
	list-style: none;
	}
/* ------------------------------------------------------------------
Sets font-style and font-weight to normal
-------------------------------------------------------------------*/
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
	}
/* ------------------------------------------------------------------
Sets font family for form elelments
-------------------------------------------------------------------*/
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}
/* ------------------------------------------------------------------
Removes border from fieldset and image
-------------------------------------------------------------------*/
fieldset, img {
	border: 0;
	}
/* ------------------------------------------------------------------
Link styles
-------------------------------------------------------------------*/
a, a:link, a:visited {
	text-decoration: underline;
	outline: none;
	color:;
	}
a:hover, a:active {
	text-decoration: none;
	}
/* ------------------------------------------------------------------
=Generic classes
-------------------------------------------------------------------*/
.floatLeft {
	float: left !important;
	}
.floatRight {
	float: right !important;
	}
.clearBoth {
	clear: both;
	}
#wrapper {
	width:955px;
	margin:auto;
	}
#footer {
	background:;
	width:100%;
	height:;
}


/* ------------------------------------------------------------------
gallery styles
-------------------------------------------------------------------*/


#gallery { 
	position: relative; 
	width:500px; 
	height:750px; 
	margin:0 auto; 
	padding:5px;
	background:#eee;
	border:1px solid #ddd;
}

#gallery li { 
	display: block;
	margin:5px 0 0 0;
}

