#chatLeft {
  width: 465px;
  margin-right: 30px;
}

#chatRight {
  width: 465px;
  float: right;
}

#wrapper #main {
  margin-bottom: 25px;
}

#chatWindow {
  background: #fe9900 url(../GFX/chatWindowBg.gif) scroll repeat-x top left;
  border: 1px solid #d5d5d3;
  padding: 15px;
}

#chatWindow h2 {
  color: #000;
  padding: 10px 10px 10px 60px;
  background: transparent url(../GFX/chatWindowH2.gif) scroll no-repeat center left;
  font-size: 145%;
  margin-bottom: 12px;
  margin-top: -5px;
}
