/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body
	{
	width:100%;
	height:100%;
	font-size:80%;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	}
img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}
.spacer
	{
	margin-top:5px;
	}
hr {
	background-color:#000;
	color:#000;
	height:0.1px;
	width:auto;
	}
br {
	line-height:10px;
	}
h1 {
	font:lighter 1.8em Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#000;
	}
h2 {
	font:lighter 1.4em Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#000;
	}
h3 {
	font:lighter 1em Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#000;
	}
p {
	font-size:1.1em;
	letter-spacing:normal;
	color:#000;
	}
a {
	color:#6699CC;
	text-decoration:underline;
	}
a:hover {
	color:#CCC;
	text-decoration:underline;
	}
	
/*******************
MAIN SITE STRUCTURE
********************/

#container {
	top:10px;
	left:30px;
	position:relative;
	width:1024px;
	height:auto;
	overflow:hidden;
	}
#contentWrapper {
	margin:auto;
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	clear:both;
	}
#contentLeft {
	float:left;
	clear:both;
	overflow:hidden;
	position:relative;
	width:260px;
	height:auto;
	}
#contentCentre {
	float:left;
	overflow:hidden;
	position:relative;
	width:740px;
	height:auto;
	color:#EEE;
	padding:40px 0 0 20px;
	}

/******
Nav
******/

.menuItem {
	width:260px;
	height:auto;
	overflow:hidden;
	position:relative;
	list-style:none;
	text-align:right;
	}
.menuItem a {
	display:block;
	cursor:pointer;
	width:auto;
	height:auto;
	outline:none;
	text-decoration:none;
	}
.menuItem a:hover {
	width:auto;
	height:auto;
	text-decoration:none;
	}
	
/******
Gallery
******/

#galleryWrap {
	width:auto;
	height:auto;
	overflow:hidden;
	clear:both;
	margin:auto;
	}
#thumbWrap {
	position:relative;
	width:800px;
	height:auto;
	overflow:hidden;
	}
.thumbBox {
	float:left;
	position:relative;
	overflow:hidden;
	width:60px;
	height:60px;
	padding-right:2px;
	padding-bottom:2px;
	}
#galleryMenu {
	position:relative;
	float:right;
	width:auto;
	height:auto;
	padding:0px 10px 0 0px;
	}
ul li {
	list-style:none;
	}	
.galleryItem a {
	width:auto;
	color:#000;
	font-weight:bold;
	list-style:none;
	outline:none;
	text-decoration:none;
	}
.galleryItem a:hover {
	color:#6699CC;
	list-style:none;
	text-decoration:none;
	}
#galleryContent {
	float:left;
	width:800px;
	height:auto;
	}
.nextPrevWrap {
	clear:both;
	position:relative;
	overflow:hidden;
	width:300px;
	height:auto;
	padding:10px 0 10px 0;
	}
.prev a {
	float:left;
	width:85px;
	height:26px;
	text-decoration:none;
	background:url(../img/prev.jpg) no-repeat;
	}
.prev a:hover {
	text-decoration:none;
	background:url(../img/prev.jpg) no-repeat;
	}
.next a {
	float:left;
	width:85px;
	height:26px;
	text-decoration:none;
	background:url(../img/next.jpg) no-repeat;
	}
.next a:hover {
	text-decoration:none;
	background:url(../img/next.jpg) no-repeat;
	}

	
/******
Footer
******/

#footerWrap {
	overflow:hidden;
	position:relative;
	clear:both;
	width:100%;
	height:auto;
	margin-top:70px;
	border-top:1px solid #EEE;
	padding:1em 0em 1em 1em;
	text-align:left;
	}
#footer  {
	font:normal 100 0.7em normal Arial, Helvetica;
	color:#666;
	}
#footer p a {
	color:#6699CC;
	text-decoration:underline;
	}
#footer p a:hover {
	color:#666;
	text-decoration:none;
	}
