html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial sans-serif;
  font-size: 80%;
  background: #ffffff url('./images/body_bg.jpg') repeat-y;
}

a {
  color: #832427;
}

h1, h2 {
  font-weight: bold;
  border-bottom: 2px solid #6D6F71;
}

h1 { font-size: 110%; }

h2 {font-size: 105%;}

h1 span, h2 span {
  background: #ffffff;
  position: relative;
  bottom: -.3em;
  padding-right: 3px;
  color: #832427;
}


#header {
  background: url('./images/header_bg_right.jpg');
  height: 87px;
  border-bottom: 8px solid #832427;
  padding: 0 10px;
}

#header_bg {
  position: absolute;
  left: 0;
  top: 0;
}

#logo {
  position: relative;
  z-index: 10;
}

#content_table {
  width: 100%;
  height: 16px;
  min-height: 500px;
}

#left_bar {
  width: 165px;
  background: #000;
  vertical-align: top;
  padding: 30px 0 0 0;
  border-right: 8px solid #832427;
}

#left_bar a {
  display: block;
  color: #fff;
  margin: 5px 0;
  padding: 5px 8px;
  text-decoration: none;
  font-weight: bold;
}

#left_bar a.selected {
  background: #832427;
}

#content {
  background: #fff;
  vertical-align: top;
  padding: 15px;

}

#copy {
	padding-left: 15px;
	font-size: 16px;
}

#share_price_div {
  margin: 80px 40px;
}

#share_price_table {
  width: 100%;
  border: 2px solid #ccc;
}

#share_price_table td {
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  color: #832427;
  padding: 2px;
}

#share_price_table tbody td {
  border: #832427 solid;
  border-width: 0 1px;
}

#share_price_table tbody td.first { border-left-width: 0; }
#share_price_table tbody td.last { border-right-width: 0; }

.row_1 {
  background: #ccc;
}

.divider {
  border-bottom: 2px solid #6D6F71;
  height: 1px;
}
