/* 
  Andy Brown TWM 17/01/04

  Across the Board.  Around the world in 18 Games
  www.acrosstheboard.org.uk

  Main style sheet.
*/
	
body {
	background: black url('bg.gif');
	color: #eee;
	font: 85% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 20px 0px; padding:0px;
	text-align: center;
}

h1, h2, h3, h4 {
	font-weight: bold;
	line-height: 1.2em;
	margin: 15px 0 0 0;

}

#background {
	position: relative;
	padding-top: 50px;
}

#background img {
	padding: 0; margin: 0;
	border: 0px;
}

#header {
	width: 600px;
	text-align: center;
	margin-top: 20px;
}

/**************************************************/
/* FIR method to replace h1 element with an image */
#logo {
    padding: 100px 0 0 0;
    text-indent: -100em;
    overflow: hidden;
    color: #000;
    background: transparent url("title.gif") no-repeat top center;	
    /* height /**/:130px; /* for IE5.5's bad box model */ 
}

#hideh2, #hideh3 {
    padding: 0;
    margin: 0;
    text-indent: -100em;
    overflow: hidden;
    color: #000;
}
/**************************************************/

#content {
	
	width: 604px;
	margin: 0px auto;
	text-align: left;
	background: #060606;
	color: #eee;
	border: 2px solid #303030;
	/* fix IE 5 */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 600px;	
}

html>body #content {
	width: 600px;
}

#text {
	background: url('stripe.gif') repeat-x;
	padding: 40px 15px 0px 15px;
}

#nav {
	border-top: 2px solid #312D26;
	padding-top: 1px;
}

#nav ul {
	list-style: none;
	margin: 5px 0; padding: 0px;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0 0 0 9px;
/*	border-bottom: 1px solid #765; */
}
  
#nav a {
	padding: 5px 10px 4px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #BA9;
}

#nav a:hover {
	text-decoration: underline;
}

#nav #current {
	background: #633;
	padding: 5px 10px 4px 10px;
	font-size: 110%;
}

.resource {
	background: #222;
	border: 2px solid #444;
	padding: 6px;
	margin: 4px;
}

.resource h4, h3 {
	margin: 0;
}

a {
	font-size: 110%;
	color: #BA9;
}

a:hover {
	font-size: 110%;
	text-decoration: none;
	color: #BA9;
}

.logos {
	margin-top: 40px;
	text-align: center;
}

.imageset {
	margin-top: 10px;
  clear:left;
}

.galleryimage {
	padding: 10px;
  float:left;
  width: 100px;
  height: 150px;
  text-align: center;
}

.galleryimage img {
  border: 0px;
}

.gallerydescription {
  margin-top:10px;
}

