html {
  margin: 0;
  padding: 0;
  background: url('images/bg-tile.jpg');
  line-height: 18px;
  }
  
body {
  margin: 0;
  padding: 0;
  color: #fad7b7;
  font-family: arial;
  font-size: 12px;
  }
  
img {
  border: 0;
  }
  
a {
  color: #fad7b7;
  }
  
#container {
  width: 950px;
  margin: auto;
  background: url('images/hp-bg.jpg') no-repeat top right;
  position: relative;
  }
  
#topLinks {
  float: right;
  margin: 8px 50px 0 0;
  }
  
#topLinks p {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  }
  
#topLinks a {
  text-decoration: none;
  }
  
#topLinks a:hover {
  text-decoration: underline;
  }
  
img#logo {
  float: right;
  margin: 40px 344px 0 0;
  }
  
#hpFlash {
  width: 850px;
  height: 298px;
  float: right;
  margin: -26px 50px 0 0;
  display: inline;
  }
  
#content {
  width: 850px;
  float: right;
  margin: 40px 50px 0 0;
  display: inline;
  text-align: justify;
  }
  
#hpAbout {
  width: 420px;
  float: left;
  position: relative;
  padding-top: 28px;
  }
  
#hpAbout h2 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -20px;
  right: 120px;
  }
  
#hpAbout p {
  margin: 0 29px 20px 33px;
  }
  
#hpAbout .article_separator {
  display: none;
  }
  
a#coursesBtn {
  display: block;
  width: 115px;
  height: 32px;
  background: url('images/button.png');
  line-height: 32px;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  float: right;
  }
  
#hpProducts {
  width: 394px;
  float: right;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
  }
  
#hpProducts h2 {
  margin: 0;
  padding: 0;
  /*position: absolute;
  top: -20px;
  right: 120px;*/
  position: relative;
  top: -20px;
  }
  
#hpProducts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  padding: 0 19px;
  }
  
#hpProducts ul li {
  line-height: 33px;
  }
  
#hpProducts ul li a {
  text-decoration: none;
  }
  
#hpProducts ul li a:hover {
  text-decoration: underline;
  }
  
#footer {
  width: 950px;
  height: 80px;
  clear: both;
  background: url('images/footer-bg.png') no-repeat center bottom;
  }
  
#footer p {
  color: #9e7a6a;
  font-size: 11px;
  margin: 0;
  padding: 0;
  }
  
#footer a {
  color: #9e7a6a;
  text-decoration: none;
  }
  
#footer a:hover {
  text-decoration: underline;
  }
  
#footerDetails {
  float: left;
  margin: 40px 0 0 58px;
  display: inline;
  }
  
p#credit {
  float: right;
  margin: 40px 58px 0 0;
  display: inline;
  }