/* body, center for IE7*/
body {
	text-align: center;
	font-family: tahoma,arial,sans-serif;
	font-size: 100%;
	letter-spacing: 0.05em;
	color: white;
	background-color: #222222;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	padding: 0px;
}
h1 {
  text-align: left;
color: white;
  font-weight: normal;
  font-size: 4em;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  line-height: 1em;
}
h2 {
  text-align: center;
font-family: tahoma,arial,sans-serif;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1em;color: white;
}
h3 {
  font-family: tahoma,arial,sans-serif;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1em; color: #cccccc;
}
h4 {
  font-family: tahoma,arial,sans-serif;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1em; color: #cccccc;
margin-bottom:0.25em;
}
.description {
  text-align: left;
  font-family: tahoma,arial,sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #aaa ;
}
.header {
  color: #cccccc;
  text-decoration: none;
}
.header a:link {
  color: #cccccc;
  text-decoration: none;
}
.header a:visited {
  color: #cccccc;
  text-decoration: none;
}
a.header:hover {
	color:#000000;
	background-color: #cccccc;
	text-decoration: none;
}
.current {color: white; background-color: #000000;}
#header {
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #999999;
	margin: 0 1% 15px 1%;
	text-align: left;
	font-family: arial,sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #cccccc;
	background-color: #666666;
}
#topbar {
	width:774px;
	height:15px;
	margin:0 auto 0 auto;
	border-top: 1px solid #999999;
	border-bottom: 2px solid #000000;
	text-align: center;
	font-family: arial,sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #cccccc;
	background-color: #818181;
}
.topbar {
	color: #cccccc;
	text-decoration: none;
	
}
.topbar a:link {
  color: #cccccc;
  text-decoration: none;
}
.topbar a:visited {
  color: #cccccc;
  text-decoration: none;
}
a.topbar:hover {
  color:#000000;
background-color: #cccccc;
  text-decoration: none;
}
.current2 {
	color: #dddddd;
	background-color: #000000;
}
.footer {
   color: #cccccc;
text-decoration: none;
  }
.footer a:link {
  color: #cccccc;
  text-decoration: none;
}
.footer a:visited {
  color: #cccccc;
  text-decoration: none;
}
.footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
#footer {
  height: 20px;
border-top: 2px solid #999999;
  border-bottom: 2px solid #ffffff;
  text-align: center;
  font-family: arial,sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #cccccc;
 background: #666666;
		 clear: both;
position: fixed; 
left: 1%; width: 98%; bottom: 25px;
 }
/* --- THUMBS GALLERY PAGES-- */
/* LARGE CONTAINER SIZE COLOUR ETC. AND DEFAULT PICTURE*/

/* UNUSED - FOR DEFAULT PIC REPLACE LINE BELOW #container {position:relative; width:770px; height:430px; margin:15px auto 0 auto; background:#000 url(webpics/sg-displayw.jpg) 75px 10px no-repeat; border:2px solid #996699} */

#container {
	position:relative;
	width:770px;
	height:430px;
	margin: 0 auto 0 auto;
	background:#000;
	border:1px solid #888888;
	border-top: 2px solid #000;
} 

/* THUMBS CONTAINER SIZE */
#container ul {width:220px; height:430px; padding:0; margin:5px; list-style-type:none; float:right; border:0px dashed;}

#container li {float:left;}

/* THUMBS BORDER COLOURS */
#container a.gallery, #container a.gallery:visited {display:block; color:#000; text-decoration:none; border:1px solid #666666; margin:1px 2px 1px 2px; text-align:left; cursor:default;}


#container a.gallery span {position:absolute; width:1px; height:1px; top:430px; left:76px; background:#000; overflow:hidden;}
#container a.gallery:hover {border:1px solid #cccccc;}
#container a.gallery:hover img {border:1px solid #000; float:left; margin-right:5px; padding-right: 3px; padding-bottom:5px;}

/* DISPLAYED PICTURE AREA SIZE COLOUR ETC. */
#container a.gallery:hover span {position:absolute; width:505px; height:418px; top:5px; left:10px;  background:#000;}

