/* Colours */
body, a {
	background-color: #fff;
	color: #000;
}
.text a {
	color: #000;
}
.nav a, #glist span, .caption, .textreg, .gallery h2, .gallery h2 a, #copy {
	color: #888;
}
.nav a.active {
	color: #222;
	border-color: #888;
}
.nav a.disableda {
	color: #ccc;
	border-color: #888;
}
#top, #bottom, .nav  {
	border-color: #888;
}
div.mainpic {
	background-color: #fff;
}

#gh1 span {
	color: #fff;
	background-color: #bbb;
	background-image: url(background_sky.jpg);
}
.thumbs a img {
	border-color: #fff;
}
.thumbs a:hover img {
	border-color: #bbb;
}
#bottom {
	background: url(white_signature.gif) no-repeat 100% 0%;
}


html { height: 100%; margin-bottom: 0.1px; } /* Force h-scroll bar */

body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

#page {
	margin: 2ex auto;
	width:700px;
}


h2, .caption {
	padding: 0px;
	font-size: 120%;
}

img {
	border-style: none;
}

div.mainpic {
	float: right;
	display: block;
	padding: 40px;
	margin: 0px 0px 20px 20px; /* keeps floated text away from bottom */
	border-style: none;
}

/* IE 3px next to float fix - Tan + Holly Hack */
* html .text {
	margin-left: 0;
	height: 1%;
}
/* end hack */
#bottom {
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 60px;
	position: relative;
}

#copy {
	text-align: right;
	font-size: 80%;
	margin: 10px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}

#home {
	white-space: nowrap;
}

a {
	text-decoration: none;
	border-width: 1px;
}
.text a {
	/*border-bottom: dashed 1px;*/
	font-style: italic;
}
a:hover {
	text-decoration: underline;
	/*border-bottom: none;*/
}
a:hover.disableda {
	text-decoration: line-through;
}
.nav a, #glist span, .caption, .textreg, .gallery h2 {
	font-weight: bold;
}

.nav a {
	padding: 0.2ex 0.5em;
	border-width: 2px;
	border-left-style: solid;
	margin-left: 0px;
	margin-right: 0px;
}
.nav a.first {
	border-left-style: none;
	padding-left: 0px;
}

#home {
	font-size: 120%;
}

#minheight {
	float: right;
	width: 0px;
	height: 300px;
}


#gh1 {
	position:relative;
	margin: 20px 0px;
	clear: both;
	overflow: hidden;
	/*width: 100%; /*Doesn't contribute to page width*/
	width: 700px;
	height: 78px;
}

#gh1 span {
	position: absolute;
	background-repeat: repeat;
	background-attachment: scroll;
	text-align: center;
	font-size: 23px;
	padding-top: 2px;
	width: 34px;
}
#gh1.ghhalf, #gh1 span, #gh1 a {
	height: 34px;
}
#gh1 a {
	display: block;
}

#gh1 a:hover {
	text-decoration: underline;
	cursor: hand;
}

#main .nav {
	padding-bottom: 20px;
}
#glist div {
	padding: 0px 10px 10px 0px;
}
#glist img, #glist .span {
	display: block;
}
#glist span {
	
}
.gallery img.main {
	margin: 0px 20px 20px 0px;
}
.thumbs img {
	margin: 0px 20px 20px 0px;
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
}

