body{
  background-color:#BFA330;
  text-align:center;
  margin:5px 0px;
  color:#E6DCCF;
  font-family: "Comic Sans MS", cursive;
}
A:link {text-decoration: underline; color:#E6DCCF;}
A:visited {text-decoration: underline; color:#E6DCCF;}
A:active {text-decoration: underline; color:#E6DCCF;}
A:hover {text-decoration: underline overline; color:#E6DCCF;}
img{border: none;}

h1 {
  margin:-5px 5px;
  color:#E6DCCF;
} 
h2 {
  text-align: center;
  margin:5px 5px;
  color:#E6DCCF;
  border: #000 1px dashed;
} 
h3 {
  color:#E6DCCF;
  margin:5px 20px;
  border: #000 1px dashed;
} 
#container {
  background-image: url("images/Layouts/Tribal/t1.png");
  background-repeat:no-repeat;
  background-position:bottom left;
  overflow:auto;
  width:798px; 
  margin:0 auto; 
  text-align:left;
  border: #000 1px dashed;
}
#banner {
  background-color: #807340; 
  background-image: url("images/Layouts/Tribal/t2.png");
  background-repeat:no-repeat;
  background-position:bottom center;
  float:right;
  width: 624px;
  height: 145px;
  margin:5px 5px;
  border: #000 1px solid;
}
#main-content {
  background: #807340;
  min-height: 536px;
  width:150px;
  float: left;
  margin:5px 5px;
  border: #000 1px solid;
}
#MyStats {
  background: #807340;
  min-height: 536px;
  width:200px;
  float: left;
  margin:5px 5px;
  border: #000 1px solid;
}
#MyGoals {
  background: #807340;
  min-height: 536px;
  width:200px;
  float: left;
  margin:5px 5px;
  border: #000 1px solid;
}

#cssIScool {
  background: #807340;
  min-height: 536px;
  width:200px;
  float: left;
  margin:5px 5px;
  border: #000 1px solid;
}
#challanges {
  background: #807340;
  width:412px;
  float: right;
  margin:5px 5px;
  border: #000 1px solid;
}
#runs {
  background: #807340;
  width:200px;
  float:right;
  margin:5px 5px;
  border: #000 1px solid;
}
#footer {
  text-align: center;
  margin:5px 5px; 
  background: #807340;
  width: 520px;
  float: right;
  clear: both;
  border: #000 1px solid;
}
#WrapperRunsChallanges {
}
#wrapper {
}
.center {
  text-align: center;
}
.spacer{
  height:10px;
}
.ChallangeCell{
  float:left; 
  margin:3px 3px; 
  border: #fff 0px dashed;
}