* {
  font-size: 12px;
  font-family: verdana, arial, san-serif;
}

body {
  text-align: center;
  margin: 0;
}
#main {
  background: url(images/bg.jpg) no-repeat center center;
  width: 1032px;
  height: 683px;
  text-align: left;
  margin: 30px auto 20px auto;
}
.padding { padding: 20px; }
h1 {
  background-image: url(images/bg_white_70.png);
  width: 992px;
  height: 105px;
  margin: 0 0 10px 0;
  border-bottom: 4px solid #274965;
}
h1 div {
  background: url(images/aa5a.png) center center no-repeat;
  height: 105px;
}
.clearfloats {
  clear: both;
}
#menu {
  float: left;
  width: 145px;
}
#menu h3 {
  background-color: #274965;
  color: #FFFFFF;
  margin: 0 0 1px 0;
  padding: 3px 5px 3px 5px;
}
#menu a {
  display: block;
  width: 100%;
  text-decoration: none;
  background-image: url(images/bg_white_70.png);
  margin-top: 1px;
  margin-bottom: 1px;
  color: #274965;
}
#menu a em {
  font-style: normal;
  border-left: 4px solid #274965;
  padding: 3px 5px 3px 5px;
  display: block;
}
#menu a:hover em {
  border-left-width: 12px;
}
#menu h3 a {
  background-image: none;
  color: #FFFFFF;
}
#menu h3 a:hover {
  padding-left: 4px;
}
#content {
  margin-left: 155px;
  background-image: url(images/bg_white_70.png);
  height: 532px;
  border-left: 4px solid #274965;
}
#content .padding { padding: 10px; }
#content .scrolling {
  overflow: auto;
  height: 510px;
}
h1 span, h2 span { display: none; }
