body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 800px;
  background-image: url("oz_files/images/wall.gif"); 
  background-repeat: repeat-x;
  background-color: #c0c0c0; 
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* # page - provides a fixed width window inside the main body to contain everything */
#page {
  text-align: left;
  width: 800px;
  margin: 20px auto 20px auto;
  background-color: #ffffff;
  color: #2f4f4f;
  padding: 10px;
  border: 1px solid #959596;
} 
#header {
  width: 600px;
  float: right;
  margin: 60px 0 0 0;
}	
#tagline {
  font-weight: bold;
  font-style: italic;
  font-size: 160%;
  color: #ff0000;
  margin: 0 20px 0 60px;
/*  padding: 0 0 0 40px; */
}
.question {
  font-weight: bold;
  color: #050845;
}
.credit {
  text-align: right;
  font-size: 90%;
  font-weight: bold;
}
.highlight {
  color: #3366cc;
}
.note {
  font-size: 110%;
  font-weight: bold;
  color: #ff0000;
}
.pic_text {
  font-size: 95%;
  font-style: italic;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.warning {
  text-align: centre;
  font-size: 110%;
  font-weight: bold;
  color: #90306f;
}
#titlelogo {
  background-color: #cccccc;
  margin: 0 20px 0 50px;
  padding: 10 px;
}
#top-navigation, #bottom-navigation, #bottom-content {
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 10px 0 10px 0;
  float: right;
}
#top-navigation ul, #bottom-navigation ul {
  margin: 0;
  padding: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#top-navigation li, #bottom-navigation li {
  display: inline;
  background-color: #ffffff;
  color: #1c5c7e;
}
#top-navigation a:link, #bottom-navigation a:link, #top-navigation a:visited, #bottom-navigation a:visited {
  text-decoration: none;
  background-color: #ffffff;
  color: #050845;
}
#top-navigation a:hover, #bottom-navigation a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #1c5c7e;
}
/* #main - provides a container for the sidebar and content separate from the header */
#main {
  width: 600px;
  margin: 0;
  float: right;
} 
#sidebar {
  background-color: #ffffff;
  padding: 0;
  margin 0;
  width: 190px;
  float: left;
}
#content {
  background-color: #ffffff;
  margin-left; 160px;
  border: 1px solid #ffffff;
  padding: 0;
  width: 600px;
  float: right;
}
#content h1 {
  font-size: 240%;
  color: #01407a;
  padding: 0.3em 0 0.3em 30px;
  border-top: 1px solid #c5d6e2;
  border-bottom: 1px solid #c5d6e2;
}
#content h2 {
  font-size: 160%;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #01407a;
  border-bottom: 1px solid #c5d6e2;
  margin: 20px 0 0 0;
}
#content h4 {
  font-size: 160%;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #01407a;
}
#content h3 {
  font-size: 100%;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #01407a;
}
#content p, #content ul, #content li {
  line-height: 1.6em;
}
#left-content {
  background-color: #ffffff;
  margin; 10px 0 0 160px;
  border-right: 4px solid #c5d6e2;
  padding: 0;
  width: 296px;
  float: left;
}
#right-content {
  background-color: #ffffff;
  margin; 10px 0 0 460px;
  padding: 0;
  width: 296px;
  float: right;
}
#full-content {
  background-color: #ffffff;
  margin; 10px 0 0 160px;
  padding: 0;
  width: 600px;
  float: left;
}
#full-content a:link, a:visited {
  text-decoration: none;
  background-color: #ffffff;
  color: #0000ff;
}
#full-content a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #1c5c7e;
}
/* #footer - provides a full width area below the sidebar and content areas within the page*/
#footer {
  clear: both;
  background-image: url(oz_files/images/basebg.gif);
  background-repeat: repeat-x;
  width: 100%;
  margin-top: 60px;
}
#footer p {
  font-size: 90%;
  color: #ffffff;
  margin: 0;
  padding: 10px 0 0 10px;
}
#footer .dark {
  text-decoration: none;
  color: #050845;
}
