body {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  background: url("images/bg.gif") repeat-x top;
  margin: 0;
  line-height: 16px;
  text-align: center;
}
#wrap {
  width: 800px;
  margin: auto;
  text-align: left;
}

h1 {
  width: 320px;
  height: 160px;
  background: url("images/logo.gif") no-repeat;
  margin: 0;
  float: left;
}
h1 span {
  display: none;
}

#login {
  color: #fff;
  background-color: #2d2d2d;
  text-decoration: none;
  margin-top: 60px;
  padding: 8px 14px;
  float: right;
  display: block;
}
a:hover#login {
  background-color: #202020;
}

.clear {
  clear: both;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu {
  height: 50px;
  margin-bottom: 40px;
}
#menu li {
  height: 34px;
  padding-top: 16px;
  float: left;
}
#menu a {
  color: #fff;
  border-right: 1px solid #679203;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  display: block;
}
#menu a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 20px 0;
}

h2 {
  font: 24px "Trebuchet MS";
  font-weight: normal;
  color: #B10341;
  margin: 0 0 20px 0;
}
h2 a {
  color: #B10341;
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}
#welcome {
  width: 480px;
  background: url("images/welcome.gif") no-repeat;
  float: left;
}
#testimonials {
  width: 200px;
  background: url("images/testimonials.gif") no-repeat;
  float: right;
}
#welcome, #testimonials {
  height: 200px;
  padding: 20px;
  background-color: #eee;
}

.softbox {
  width: 200px;
  height: 325px;
  margin: 40px 40px 0 0;
  background: url("images/softbox-bg1.gif") no-repeat top #eee;
  float: left;
}
#soft1 span {
  background: url("images/soft1.gif") no-repeat 10px 10px;
}
#soft2 span {
  background: url("images/soft2.gif") no-repeat 10px 10px;
}
#soft3 span {
  background: url("images/soft3.gif") no-repeat 10px 10px;
}
#soft3 {
  margin-right: 0 !important;
}
#soft1 span, #soft2 span, #soft3 span {
  font: 18px "Trebuchet MS";
  height: 62px;
  padding: 20px 0 0 90px;
  display: block;
}

.softbox ul {
  height: 95px;
  padding: 20px 20px 0 20px;
}
.softbox li {
  list-style: disc inside;
}
.softbox a {
  width: 80px;
  height: 100px;
  color: #fff;
  text-decoration: none;
  background: url("images/more.gif") no-repeat;
  text-align: center;
  padding-top: 4px;
  display: block;
  margin-left: 140px;
}
.softbox a:hover {
  text-decoration: underline;
}

#footer {
  color: #fff;
  background-color: #363636;
  border-top: 1px solid #292929;
  margin-top: 40px;
  padding: 40px 50px;
}

.icon {
  height: 40px;
  color: #B10341;
  padding-top: 8px;
  background: url("images/folder.gif") no-repeat;
  padding-left: 60px;
}

#timetable {
  width: 620px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}
#timetable td {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 6px;
}
#time {
  background-color: #f8f8f8;
  text-align: right;
}

a {
  color: #577A07;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.testimonials, .testimonials-silver {
  padding: 20px;
  margin: 0;
}
.testimonials-silver {
  background-color: #f4f4f4;
}