/*
  The Hogarth Group
  by Tom Gallagher (2006)
  http://www.logicode.co.uk
*/

body, h1, h2, h3, p, ul, li, hr, img {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  background: url('../images/page_background.gif');
  background-repeat: repeat-x;
  font-family: Arial, sans-serif;
  font-size: 12px;
	color: #949EA7;
}

ul, li {
  list-style-type: none;
}

img {
  display: block;
}

a {
  color: #949EA7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#page_wrapper {
  width: 730px;
  padding-top: 160px;
  margin: 0 auto;
  background: url('../images/title_background.gif');
  background-repeat: no-repeat;
}

#navigation {
  float: left;
  width: 135px;
}

#navigation ul {
	margin-bottom: 25px;
}

#navigation li {
  margin-top: 10px;
}

#content {
	margin-left: 145px;
	padding-left: 20px;
	border-left: 1px solid #f1f1f1;
}

#content h1 {
  margin-top: 5px;
  font-size: 1.8em;
}

#content p {
  margin-top: 15px;
	line-height: 150%;
}

.club {
  margin-top: 25px;
}

.image {
  float: left;
  padding: 0 5px;
  border: 0;
}