/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
  background: #a68e80;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000000;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}
/* Header */

#header {
  width: 740px;
  height: 200px;
  margin: 0 auto;
  padding: 0;
  background: url(Assets/TDI2010Logo3.jpg);
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: none;
}

/* Content */

#content {
  width: 740px;
  margin: 0 auto;
  background: #ffffff;
  border-top: none;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#colTwo {
  float: left;
  margin-top: 20px;
  width: 470px;
  padding: 0 20px 0 20px;
}

#colOne {
  float: right;
  width: 170px;
  margin-top: 20px;
  padding: 0 10px 0 20px;
}

#content h2 {
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: -2px;
  text-align: center;
}

#content h3 {
  font-size: 18px;
  letter-spacing: normal;
  text-align: center;
}

#content h5 {
  letter-spacing: normal;
  text-align: center;
  padding: 0 20px 0 20px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #bb0044;
  text-decoration: none;
}
/* Menu */

#menu1 {
  float: right;
  width: 170px;
  margin: 0px auto;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #323B2E;
}

#menu1 ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}

#menu1 a {
  display: block;
  width: 170px;
  padding: 15px 0px;
  background: #bb0044;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
}

#menu1 a:hover {
  background: #a68e80;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#footer {
  width: 740px;
  margin: 0 auto;
  padding-top: 10px;
}

#footer p {
  text-align: center;
  padding: 10px;
  font-size: 12px;
}
