body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 800px;
  background-image: url("kaos_files/images/bground_old.gif");
  background-repeat: repeat-x;
  background-color: #ffffff; 
  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: auto auto 20px auto;
  background-color: #ffffff;
  color: #666666;
  padding: 10px;
/*  border: 0px solid #666666; */ 
  border: 1px solid #b5b5b5;
} 
#header {
	width: 600px;
	float: right;
  margin: 30px 0 0 0;
}	
#tagline {
  font-weight: bold;
  font-size: 120%;
  color: #666666;
  margin: 0 20px 0 60px;
  padding: 0 0 0 20px;
}
.dark {
  text-decoration: none;
  color: #871c52;
}
.question {
  font-weight: bold;
  color: #050845;
}
.credit {
  text-align: right;
  font-size: 90%;
  font-weight: bold;
}
.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: #404040;
}
#top-navigation a:link, #bottom-navigation a:link, #top-navigation a:visited, #bottom-navigation a:visited {
  text-decoration: none;
  background-color: #ffffff;
  color: #404040;
}
#top-navigation a:hover, #bottom-navigation a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #a5445a;
}
/* #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: 150px;
  float: left;
}
#content {
  background-color: #ffffff;
  margin-left; 160px;
  border: 1px solid #ffffff;
  padding: 0;
  width: 640px;
  float: right;
}
#content h1 {
  font-size: 240%;
  color: #666666;
  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: #666666;
  border-bottom: 1px solid #808080;
  margin: 20px 0 0 0;
}
#content h3 {
  font-size: 100%;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}
#content p, #content ul, #content li {
  line-height: 1.6em;
}
#content .features img {
  float: left;
  margin:5px 15px 15px 0;
}
#left-content {
  background-color: #ffffff;
  margin; 10px 0 0 160px;
  border-right: 4px solid #d0d0d0;
  padding: 0;
  width: 296px;
  float: left;
}
#right-content {
  background-color: #ffffff;
  margin; 10px 0 0 460px;
  padding: 0;
  width: 296px;
  float: right;
}
/* #footer - provides a full width area below the sidebar and content areas within the page*/
#footer {
  clear: both;
  background-image: url("kaos_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: #871c52;
}
