body 
{
	margin: 0px;
	background-color: #F8F7EF;
}

#header 
{
  height: 40px;
  background-color: #9F8A87;
  border-bottom: 1px solid #1F1C23;
  border-left-style: none;
  border-top-style: none;
  border-right-style: none;
  padding-left: 204px;
  padding-bottom: 3px;
  vertical-align: bottom;
}

#header a
{
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 0.9em;
  text-decoration: none;
  color: #1F1C33;
  padding-left: 8px;
  padding-right: 8px;
}

#header a:hover
{
  color: #000000;
}

#title
{
  position: absolute;
  top: 0px;
  left:32px;
  width: 149px;
  height: 300px;
  background: #F8F7EF url(/cordsuit/img/tanglewood.gif) no-repeat top;
}

#centre 
{
	padding-right: 20px;
	padding-left: 181px;
	padding-right: 200px;
}

#content 
{
  z-index: 100;
  min-width: 100px;
  padding-left: 32px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 60px;
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  line-height: 150%;
}

#content p
{
  text-align: justify;
}

#content td, ul, ol
{
  text-align: justify;
}

#content a
{
  color: #9D4D2B;
  text-decoration: none;
}

#content a:hover
{
  text-decoration: underline;
}

#content h1
{
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 1.8em;
  color: #593529;
  padding-top: 16px;
  text-decoration: none;
}

#content h2
{
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 1.2em;
  color: #6F5A57;
  text-transform: uppercase;
  padding-top: 12px;
}

#content table
{
  width: 100%;
  border: 1px solid #E0E0BF;
}

#content .header
{
  font-weight: bold;
}

#content td
{
  background-color: #F0F0CF;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
}

#side
{
	width: 130px;
	position: absolute;
	top: 52px;
	right: 0px;
	height: 400px;
}

#side
{
  width: 140px;
  vertical-align: top;
  padding: 32px;
}

#side h1
{
  font-family: Georgia, serif;
  font-size: 0.8em;
  color: #4B4747;
}

#side p
{
  font-family: Verdana, sans-serif;
  font-size: 0.6em;
  color: #4B4747;
}

#side ul
{
  list-style: none;
}

#side a
{
  font-family: Verdana, sans-serif;
  color: #6B6767;
  text-decoration: none;
}

#side a:hover
{
  text-decoration: underline;
}

