@charset "utf-8";
body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #000000;
  margin: 0;
  padding: 0;
  text-align: center; /* center the container in IE 5* browsers */
  color: #eaeaea;
  line-height: 16px;
}

#container {
  width: 930px;
  background-color: #323232;
  background-image: url(../x-images/bkg_container.jpg);
  background-position: top left;
  background-repeat: repeat-y;
  margin: 0 auto; /* center the page */
  text-align: left; /* override text-align: center on body element */
  border: 0px;
}

#inner1 {
  background-image: url(../x-images/bkg_content-top.jpg);
  background-position: 0 150px;
  background-repeat: no-repeat;
  padding: 0;
}

#header {
  height: 150px;
  background-image: url(../x-images/bkg_header.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 32px 0 32px;  /* padding matches left alignment in the divs beneath it */
}

#header h1 {
  margin: 0; 
  /* Zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. */
  /* If the div has a border around it, this is not necessary as that also avoids the margin collapse */
  padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
  padding: 0 32px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#footer {
  color: #999999;
  height: 93px;
  background-image: url(../x-images/bkg_footer.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 32px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#footer p {
  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
  padding: 60px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
  text-align: center;
}

#btn_tpldesign {
  position: relative;
  top: 72px;
}

a {
  color: #ff9933;
}

a:visited {
  color: #ff9933;
}

a:hover {
  color: #ffbd7b;
}