/* 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: black;
  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:#aa3333;
  text-decoration: none;
}
.current {color: white; background-color: #663333;}
#header {
  border-top: 3px solid #662222;
  border-bottom: 4px solid #662222;
  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: #332222;
}
#topbar {
  width:774px; height:15px; margin:0 auto 0 auto;
border-top: 3px solid #662222;
  border-bottom: 3px solid #724;
 text-align: center;
  font-family: arial,sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #cccccc;
  background-color: #662222;
}
.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:#aa3333;
background-color: #333;
  text-decoration: none;
}
.current2 {color: white; background-color: #724;}
.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: #aa3333;
  text-decoration: none;
}
#footer {
  height: 20px;
border-top: 3px solid #662222;
  border-bottom: 3px solid #662222;
  text-align: center;
  font-family: arial,sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #cccccc;
 background: #332222;
		 clear: both;
position: fixed; 
left: 1%; width: 98%; bottom: 5px;
 }
/* --- 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:2px solid #724} 

/* 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 #996699; 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 #aa3333;}
#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;}

