html {
  overflow: auto;
}

body {
  background-color: black;
  overflow: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  color: #B1BED1;
}

* {
  padding: 0;
  margin: 0;
}

h1 {
  font-family: "Times New Roman", Times, serif; 
  font-size: 24pt; 
  font-style: italic; 
  color: #B1BED1;
  font-weight: normal;
  padding-bottom: 15px;
  padding-top: 15px;
}

h2 {
  font-family: "Times New Roman", Times, serif; 
  font-size: 15pt; 
  font-style: italic; 
  color: #B1BED1;
  font-weight: normal;
}

p {
  padding-bottom: 20px;
}

a {  
  text-decoration: none; 
  color: #B1BED1;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
a:hover {  
  color: #FFFFFF; 
  text-decoration: none;
}

#container {
  margin: 60px auto;
  width: 700px;
  border-bottom: 10px solid #455773;
  background-color: #617aa1;
}

#top {
  border-bottom: 1px solid black;
  background-color: ;
}

#menu {
  height: 30px;
  background-color: #455773;
}

#items {
  padding: 10px 0 0 10px;
}

#items a {
  margin-right: 40px;
}

#content {
  height: 469px;
}

#textcontainer {
  float:left;
  width: 450px;
  height: 469px;
}

#textpad {
  padding: 9px 0px 20px 11px;
}

#text {
  overflow: auto;
  height: 449px;
  padding-right: 5px;
}

#infocontainer {
  float: right;
  width: 250px;
  height: 449px;
  background-image: url('img/right_bg.gif');
}

#info {
  margin: 150px 10px 0 90px;
}