body
{
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  background-color: #888;
  background-image: url('../images/circle_tile.png');
}

#all {
  z-index:0;
  position: relative;
  bottom: 0px;
  height: 100%;
  width: 1020px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url('../images/bg_shadow.png') repeat-y;
}

#logo {
  z-index:0;
  width:960px;
  height: 269px;
  background: black url('../images/logo_bg.png') no-repeat top right;
  color: white;
  margin-bottom: 10px;
}

#logo img {
  clear:none;
}

#logo h1 {
  font-family: Deja Vu Sans, Verdana, Arial, Helvetica, sans-serif;
  clear:none;
  position: relative;
  top: -5px;
  left: 200px;
  font-size: 20pt;
  color: white;
}

#logo #toolbar {
  z-index: 1;
  width:960px;
  background:url('../images/toolbar.png') repeat-x;
  height:25px;
  position: absolute;
  top: 244px;
  left: 30px;
  text-align: left;
}

#logo #toolbar a {
  color: white;
  font-weight: bolder;
  font-size: 16px;
  margin: auto 5px;
}

#logo #toolbar a:hover {
  color: white;
  text-decoration: underline;
}

#logo #toolbar a:visited {
  color: white;
}

#links_external li {
  list-style-image: url('../images/external.gif');
}


#rugby .content {
  text-align:left;
  background: url('../images/rugby_ball.jpg') no-repeat top right;
}

#rugby h2 {
  text-align:center;
}

#rugby p {
  font-size: large;
}

#membership strong {
  font-size: larger;
}

#copyright {
  text-align:center;
  color: gray;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2
{
	padding: 20px 0 0;
	text-align: center;
}

p
{
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

table.list {
  width: 400px;
  background: black;
  border-left: 1px #FFDCE3 solid;
  border-right: 1px #FFDCE3 solid;
  margin: 0px;
  padding: 0px;
}

.even {
  background: #FFDCE3;
}
.odd {
  background: white;
}

.oddeno {
  background: #C0FFC0;
}
.eveneno {
  background: #29571B;
  color: white;
}

.container_12
{
  z-index:1;
  background: #fff;
  color: black;
  padding-bottom: 200px;
}
.grid_6 {
  text-align:center;
  border:none;
}
.grid_6 .header {
  background: url('../images/headerbar.png') no-repeat;
  width: 458px;
  height: 55px;
  padding: 0;
  margin: 0;
  font-size: 20pt;
  font-family: Verdana;
  color:white;
  font-weight: bolder;
}
.grid_6 .footer {
  background: url('../images/footerbar.png') no-repeat;
  width: 458px;
  height: 3px;
  padding: 0;
  margin: 0;
  font-size: 20pt;
  text-align: left;
  color:#FFFBD7;
  font-weight: bolder;
}
.grid_6 .content {
  background: url('../images/content_grad.jpg') repeat-x bottom;
  text-align: left;
  width: 456px;
  margin-top: 0px;
  padding:0px;
  border-left: 1px black solid;
  border-right: 1px black solid;
  border-top:0px;
  border-bottom:0px;
}

.grid_6 .content .padding {
  padding:5px 20px 5px 20px;
}

.grid_6 p, .grid_10 p, .grid_7 p {
  border:none;
  text-align: left;
}
