body {
  font-size: 80%;
  font-family: Arial,Helvetica,sans-serif;
  margin-top: 10px;
  padding: 0;
  background: #F2F3ED;
  color: #5E0000;
}
a img {
  border: none;
}
#page-outer {
  width: 800px;
  margin: 0 auto;
  font-size: 1em;
  background: url(../images/body_bg.gif) repeat-y top left;
}
#page-inner {
  background: url(../images/page_bg.gif) no-repeat top right;
  min-height: 570px;
  height: auto !important;
  height: 570px;
}
#header{
  border-bottom: 2px solid #B08683;
  width: 670px;
  padding: 0;
  float: right;
  margin-right: 50px;
  display: inline;
}
#header .logo {
  float: left;
}
#header .title {
  margin: -8px 0 0 35px;
  font-size: 3.5em;
  padding-bottom: 5px;
  float: left;
}
#header .title span.join {
  font-size: 0.5em;
}
#content-wrapper {
  width: 800px;
  height: auto;
  color: #5E0000;
  clear: both;
}
#leftcol {
  float: left;
  width: 150px;
  padding-left: 10px;
}
#leftcol a {
  text-indent: -1000px;
}

#leftcol ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
}
#leftcol ul li {
  margin: 0;
  padding-bottom: 0;
}
#leftcol ul li a.home, #leftcol ul li a.team, #leftcol ul li a.location, #leftcol ul li a.fees, #leftcol ul li a.links, #leftcol ul li a.contact {
  width: 126px;
  height: 33px;
  display:block;
  overflow:hidden;
}
#leftcol ul li a.home {
  background: url(../images/home.gif) no-repeat;
}
#leftcol ul li a.home:hover {
  background: url(../images/home-over.gif) no-repeat;
}
#leftcol ul li.current a.home{
  background: url(../images/home-over.gif) no-repeat;
}
#leftcol ul li a.team{
  background: url(../images/team.gif) no-repeat;
}
#leftcol ul li a.team:hover {
  background: url(../images/team-over.gif) no-repeat;
}
#leftcol ul li.current a.team{
  background: url(../images/team-over.gif) no-repeat;
}
#leftcol ul li a.location{
  background: url(../images/location.gif) no-repeat;
}
#leftcol ul li a.location:hover {
  background: url(../images/location-over.gif) no-repeat;
}
#leftcol ul li.current a.location{
  background: url(../images/location-over.gif) no-repeat;
}
#leftcol ul li a.fees{
  background: url(../images/fees.gif) no-repeat;
}
#leftcol ul li a.fees:hover {
  background: url(../images/fees-over.gif) no-repeat;
}
#leftcol ul li.current a.fees{
  background: url(../images/fees-over.gif) no-repeat;
}
#leftcol ul li a.links{
  background: url(../images/links.gif) no-repeat;
}
#leftcol ul li a.links:hover {
  background: url(../images/links-over.gif) no-repeat;
}
#leftcol ul li.current a.links{
  background: url(../images/links-over.gif) no-repeat;
}
#leftcol ul li a.contact{
  background: url(../images/contact.gif) no-repeat;
}
#leftcol ul li a.contact:hover {
  background: url(../images/contact-over.gif) no-repeat;
}
#leftcol ul li.current a.contact{
  background: url(../images/contact-over.gif) no-repeat;
}
#leftcol .section {
  margin: 50px 0 20px 10px;
  font-weight: bold;
  font-size: 0.9em;
}
#leftcol .section img {
  margin: 10px 0;
  border: 0;
}
#rightcol {
  float: left;
  width: 470px;
  padding: 20px 0 10px 10px;
  display: inline;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
}
#rightcol h1 {
  margin: 0;
  padding: 5px 0;
  color: #B08683;
  font-size: 1.8em;
  line-height: 2em;
}
#rightcol h2 {
  margin: 0;
  padding: 5px 0;
  font-size: 1.4em;
}
#rightcol h3 {
  margin: 0;
  padding: 5px 0;
  color: #B08683;
  font-size: 1.4em;
}
#rightcol p span {
  color: #B08683;
  font-size: 1.2em;
}
#rightcol .image {
  margin: 10px auto;
  width: 300px;
  background: #5E0000;
  padding: 5px;
}
#rightcol .leftimage {
  float: left;
  padding: 0 10px 5px 0;
}
#rightcol a {
  color: #5E0000;
  text-decoration: none;
}
#rightcol a:hover {
  color: #B08683;
}
#profile {
  margin-bottom: 20px;
}
#profile ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
}
#profile ul li {
  margin: 0;
  padding: 0 0 5px 0;
  clear: left;
}
#profile ul li a img {
  float: left;
  padding: 0 5px 5px 0;
}
#profile .leftsec {
  float: left;
  width: 260px;
}
#profile .rightsec {
  float: right;
  width: 200px;
}
.top a {
  float: right;
  font-size: 0.6em;
}
.divider {
  border-bottom: 1px dotted #B08683;
  clear: both;
}
.clear {
  clear: both;
}
