/* 
  Andy Brown TWM 17/01/04

  Across the Board.  Around the world in 18 Games
  www.acrosstheboard.org.uk

  Main style sheet.
*/
	
body {
	background: #f4f2f0 url('shoeback.gif') repeat-x;
	color: #eee;
color: #999;
	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;F

}

#background {
	position: relative;
	padding-top: 50px;
}

#background img {
	padding: 0; margin: 0;
	border: 0px;
}

#header {
	width: 720px;
	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 */ 
}

/**************************************************/

#content {
	
	width: 724px;
	margin: 0px auto;
	text-align: left;
	color: #060606;
	background: white;
/*border: 2px solid #303030; */
	/* fix IE 5 */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 720px;	
}

html>body #content {
	width: 720px;
}

#text {
/*	background: url('stripe.gif') repeat-x; */
	padding: 40px 15px 0px 15px;
  border-top: 2px solid #aaa;
}

#nav {
	border-top: 2px solid #312D26;
	border-top: 2px solid #aaa;
	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: #B60050;

}

#nav a:hover {
	text-decoration: underline;
}

#nav #current {
  background: #B60050;
  color: white;
	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: #B60050;

}

a:hover {
	font-size: 110%;
	text-decoration: none;
}

.logos {
	margin: 10px 0px 10px 0px;
	text-align: center;
  width: 100%;
}

.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;
}

form {
  border: 1px solid #aaa;
  margin: 10px 0px;
  background: #e1c3db;
  background: #e1dfe1;
  padding: 10px;
}

a img {
  margin: 3px;
  border: 1px solid #aaa;
}

#image {
  float: right;
  margin: 0px 0px 0px 10px;

}

#image img {
  border: 1px solid #aaa;
}

#image p {
  text-align: right;
  font-size: smaller;
  color: #666;
  margin-right: 10px;
}

.clear {
  clear: both;
  margin-bottom: 10px;
}

#lead {
  margin-left: 10px;
  float: right;
}

#lead img {
  border: 1px solid #aaa;
}
#lead p {
  text-align: right;
  font-size: smaller;
}

h1 {
  margin-top: 0px;
  padding-top: 0px;
}

#twm {
  text-align: right;
  width: 100%;
  background: #9a004c;
}

