body
{
  background: #dcdcdc url(../images/bg.png) repeat-x;
  margin: 0px 0px 20px;
  padding: 0px;
}

body, table
{
  font: 14px/18px arial, helvetica, sans-serif;
  color: #3c3c3c;
}

img
{
  border: none;
}

p
{
  margin: 0px 0px 20px;
  padding: 0px;
}

h2
{
  font: bold 24px/28px arial, helvetica, sans-serif;
  color: #ff9933;
  padding: 0px;
  margin: -2px 0px 20px;
}

h3
{
  font: bold 18px/22px arial, helvetica, sans-serif;
  color: #8c8c8c;
  padding: 0px;
  margin: 0px 0px 15px;
}

a:link, a:visited
{
  color: #1ea0e6;
  text-decoration: none;
}

a:hover, a:active
{
  color: #f8981d;
  text-decoration: underline;
}

ul, ol
{
  margin: 0px 0px 15px 40px;
  padding: 0px;
}

ul li, ol li
{
  margin: 0px 0px 5px;
  padding: 0px;
}

ol ol
{
  list-style-type: lower-alpha;
  margin: 0px 0px 0px 40px;
}

ul ul
{
  margin: 0px 0px 0px 40px;
}

ol ol li, ul ul li
{
  margin: 5px 0px 0px;
  padding: 0px;
}

ol ol ol
{
  list-style-type: lower-roman;
  margin: 0px 0px 0px 40px;
}

ol ol ol li
{
  margin: 5px 0px 0px;
  padding: 0px;
}

.hdr
{
  display: block;
  margin-bottom: 20px;
  height: 30px;
}

#header
{
  width: 900px;
  text-align: left;
}

#cities
{
  background: url(../images/bg-header.png);
  width: 900px;
  height: 80px;
  text-align: right;
  position: relative;
}

#victoria
{
  width: 180px;
  height: 80px;
  display: block;
  float: right;
  padding-right: 40px;
}

#vancouver
{
  width: 240px;
  height: 80px;
  display: block;
  float: right;
  padding-right: 30px; 
}

#navigation
{
  width: 200px;
}

#navigation img
{
  display: block;
  cursor: pointer;
}

.sub-navigation
{
  background: #fffbcf url(../images/bg-sub-navigation.png) repeat-x;
  display: none;
}

#nav-about
{
  display: block;
}

.sub-navigation div
{
  padding: 10px 20px;
  line-height: 20px;
}

#content
{
  width: 900px;
  text-align: left;
  background: #ffffff url(../images/bg-content.png) no-repeat;
  padding: 70px 0px 0px;
}

#content-padding
{
  padding: 0px 30px 30px;
}

#funds-raised
{
  width: 840px;
  height: 360px;
  background: url(../images/funds-raised.png) no-repeat;
  position: relative;
  margin-top: 30px;
}

#funds-raised #funds-middle
{
  position: absolute;
  top: 95px;
  left: 360px;
  width: 120px;
  height: 150px;
  font: 12px/16px arial, helvetica, sans-serif;
}

#footer
{
  width: 900px;
  height: 60px;
  background: url(../images/bg-footer.png) no-repeat;
}

#copyright
{
  width: 450px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
}

.schedule
{
  border: 2px solid #dcdcdc;
  border-bottom-width: 1px;
}

.schedule td
{
  border-bottom: 1px solid #dcdcdc;
}

.schedule-header
{
  background: #282828 url(../images/bg-schedule.png) repeat-x;
  font-weight: bold;
  color: #fff040;
}

.schedule-header td
{
  border-bottom-width: 2px;
}

.team
{
  clear: both;
  border-bottom: 2px solid #DCDCDC;
  margin: 20px 0px 0px;
}

.teamlogo
{
  width: 230px;
  float: left;
  text-align: center;
}

.teamlogo img
{
  margin: 0px 0px 10px 0px;
}

.teamdesc
{
  margin-left: 260px;
  text-align: left;
  margin-bottom: -10px;
}

br.clear
{
  font-size: 10px;
  line-height: 10px;
  clear: both;
}

#slideshow
{
  position: relative;
  width: 500px;
  height: 290px;
  margin: 0px -10px 20px 30px;
  float: right;
}

#slideshow img
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
  display: block;
}

#slideshow img.active
{
  z-index: 10;
  opacity: 1.0;
}

#slideshow img.last-active
{
  z-index: 9;
}

.gallery
{
  margin-bottom: 6px;
}

.gallery img
{
  border: 2px solid #DCDCDC;
  margin-bottom: 14px;
  display: block;
}