#content {
  position: relative;
  float: left;
  width: 445px;
  padding: 0;
  margin: 0;
  background: none;
}

#colRight {
  float: left;
  width: 230px;
  padding: 0 0 170px 17px;
}

#blockActivities {
  float: left;
  width: 230px;
}

#blockTwitter {
  float: left;
  width: 230px;
  padding: 5px 0 0 0;
}

#colRight #blockTwitter .item {
  float: left;
  padding: 15px 0 0 0;
}
#colRight #blockTwitter #rss_feed_small {
  clear: both;
}
#colRight #blockTwitter .feed-title, #colRight #blockTwitter .datetime, #colRight #blockTwitter .description {
  display: none;  
}
#colRight #blockTwitter a {
  color: #000000;
  text-decoration: none;
}
#colRight #blockTwitter a:hover {
  text-decoration: underline;
}

#blockCoachweb {
  float: left;
  width: 230px;
  padding: 20px 0 0 0;
}

/* --- Tabs style --- */

/* container for slides */
.panes {
  min-height: 437px;
  _height: 437px;
  float: left;
  width: 433px;
  margin: 0;
  padding: 0;
  /*cursor: pointer;*/
}

/* single slide */
.panes div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 433px;
}

.panes div p {
  margin: 0;
  padding: 0;
}

.panes div table {
  width: 433px;
  background: #dbdbdb;
}

.panes div table h1,
.panes div table h2,
.panes div table h3,
.panes div table h4 {
  margin: 0 0 10px 0;
  padding: 0;
  background: none;
}

.panes div table td.tabContent {
  margin: 0;
  padding: 20px 33px 20px 33px;
}


/* tabs (those little circles below slides) */
.tabs {
  z-index: 1000;
  position: absolute;
  width: 191px;
  height: 155px;
  top: 24px;
  left: 0;
  margin: 0;
  padding: 20px 0 0 8px;
  background: url(../../../images/bg-tabs.png) no-repeat top left;
}

/* single tab */
.tabs a {
  display: block;
  text-decoration: none;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  text-align: left;
  height: 28px;
  width: 191px;
  margin: 0 0 5px 0;  
}

.tabs a span {
  padding: 8px 12px 8px 12px;
}

/* mouseover state */
.tabs a:hover {
}

/* active state (current page state) */
.tabs a.current span {
  cursor: text;
}

.tabs a.current {
  cursor: text;
  background: url(../../../images/bg-tabs-arrow.png) no-repeat top right;
}

/* --- End Tabs style --- */