body {
  margin: 0;
  padding: 5px 20px;
  background-color: #a1c7ec;
  background-image: url('../images/shared/bg-main.gif');
  background-repeat: repeat-x;
  background-position: top left;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
}

img { border: none; }

.spacer { clear: both; }

#wrapper {
  margin: 0 auto;
  max-width: 982px;
}

#masthead #logo {
  float: left;
  width: 310;
  margin: 15px 0 0 10px;
}

#masthead #logo h1 {
  margin: 0;
}

#masthead #logo h1 a {
  display: block;
  width: 310px;
  height: 66px;
  text-indent: -2000em;
  z-index: 1000; /* need for FX and IE */
  background: url('../images/ExchangeImgs/logo.gif') no-repeat left  0px;
}

#masthead #logo h1 a:hover, #masthead #logo h1 a:focus {
  cursor: pointer; /* IE7 */
  /* background-position: 0 -733px; */
}

#masthead #right_masthead {
  float: right;
  width: 639px;
  margin-right: 10px;
}

#masthead #right_masthead #login {
  float: right;
  min-height: 61px;
  white-space: nowrap;
  color: #666;
  font-size: 13px;
}

#nav_tabs {
  font-size: 12px;
  font-weight: bold;
  clear: right;
}

#nav_tabs a {
  color: #000;
  background: url('../images/shared/bg-tabs.gif') left top no-repeat;
  text-decoration: none;
  padding: 9px 0 8px 20px;
}

#nav_tabs a span {
  background: url('../images/shared/bg-tabs.gif') right top no-repeat;
  padding: 9px 20px 8px 0;
}

#nav_tabs a, #navigation a span {
  display: block;
  float: left;
}

#nav_tabs a:hover {
  color: #fff;
  background: url('../images/shared/bg-tabs.gif') left -50px no-repeat;
}

#nav_tabs a:hover span {
  background: url('../images/shared/bg-tabs.gif') right -50px no-repeat;
}

#nav_tabs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right;
}

#nav_tabs li {
  float: left;
  margin-left: 15px;
}

#main_top {
  padding-right: 11px;
  background: #fff url('../images/shared/bg-top_cap.gif') 100% 0 no-repeat;
}

#main_top_contents {
  background: url('../images/shared/bg-top_cap.gif') 0 0 no-repeat;
  padding: 16px 0 0 11px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  min-height: 38px;
}

#content {
  border-width: 0 1px;
  border-style: solid;
  border-color: #979797;
  background-color: #fff;
  min-height: 350px;
}

#main_base {
  clear: both;
  background: #a1c7ec url('../images/shared/bg-bottom_cap.gif') 0 0 no-repeat;
  padding-left: 11px;
  
}

#main_base div {
  background: url('../images/shared/bg-bottom_cap.gif') 100% 0 no-repeat;
  padding-bottom: 11px;
 
}

#footer {
  text-align: center;
  color: #44596b;
  font-size: 12px;
}

#footer p {
  margin: 5px 0;
}

#footer a {
  margin: 0 5px;
  color: #2d3b47;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}




/* IE6 */

#wrapper { width: 982px; }

#masthead #right_masthead #login { height: 61px; }
#masthead #right_masthead #tabs { height: 32px; }

#main_top_contents { height: 38px; }

#main_base { height: 11px; }
#main_base div { height: 11px; }

