﻿* {
  margin: 0;
  padding: 0;
}

body 
{
	background-color: #E8E8E8;
	text-align: center;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 16px;
}

a {
  color: black;
}

a:hover {
  background-color: #f8f8f8;
}

#box {
  width: 970px;
  margin: 50px auto;
  text-align: left;
  background-color: white;
  border: 1px solid black;
}

#header {
  background-color: transparent;
  border-bottom: 1px solid #c8c8c8;
}

#header ul {
  list-style-type: none;
  padding-bottom: 8px;
  padding-right: 10px;
  text-align: right;
}

#header ul li {
  display: inline;
  padding-left: 8px;
}

#left {
  width: 130px;
  float: left;
}

#left .hover {
  background: #ffa54f url('images/lt_stripe.png') repeat-y scroll top left;
}

#left a:hover {
  background: #eed8ae url('images/lt_stripe.png') repeat-y scroll top left;
}

#left .selected {
  background: #ffa54f url('images/lt_stripe.png') repeat-y scroll top left;
}

#content {
  width: 670px;
  float: left;
  padding: 10px 20px 20px 20px;
  overflow: auto;
  text-align: justify;
}

#content h1 {
  padding-bottom: 15px;
}

#content .inlineimage {
  border : solid 1px black;
  padding : 15px;
}

#content p {
  padding-bottom: 10px;
}

#content ul 
{
  padding-left : 40px;
  padding-bottom: 10px;
}

#content .indented
{
  padding-left: 20px;
}

#content .quote 
{
  font-size : smaller;
  font-style: italic;
  padding: 0px 20px;
}

#content .quoteorigin
{
	text-align:right;
}

#right {
  width: 130px;
  float: left;
}

#right .hover {
  background: #f8f8f8 url('images/rt_stripe.png') repeat-y scroll top right;
}

#right a:hover {
  background: #eed8ae url('images/rt_stripe.png') repeat-y scroll top right;
}

#right .selected {
  background: #ffa54f url('images/rt_stripe.png') repeat-y scroll top right;
}

#footer {
  padding: 4px 0px;
  text-align: center;
  border-top: 1px solid #c8c8c8;
}

#clubDetails {

}

.menu {
  padding-top: 10px;
}

.menu h1 {
  padding-left: 10px;
  padding-bottom: 10px;
}

.menu h2 {
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.menu ul {
  list-style-type: none;
  padding-bottom: 20px;
}

.menu a {
  display: block;
  padding: 4px 4px 4px 15px;
  color: black;
}

div.alert {
	width: 400px;
	height: 50px;
	margin: 160px 5px 5px 300px;
	border:#666666 2px solid;
	padding:5px 5px 5px 5px;
	background-color: gray;
	/*background-color: #FEFF5B;
	filter:alpha(opacity=85);
	opacity:.85;*/
	display: none;
	font-size:8pt;
}

.clubinfo 
{
	margin-left: 20px;
}

.clubinfolabel 
{
	font-weight:bold;
}

.plainlist
{
	list-style-type: none;
	list-style-position: inside;
}

#clubbackground
{
	float:none;
	width:780px;	
}