body {
  background-color: #fff;
  color: #5D5D5D;
  /*
  color: #444;
  */
  margin: 0;
  /*
  padding: 1em 2em;
  */
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 0.8em;
  
  line-height: 1.2em;
  letter-spacing: 0;
  word-spacing: normal;
  text-decoration: none;
  text-align: center;
}

#wrapper {
  width: 750px;
  margin: 10px auto 10px auto;
  text-align: left;
}

#main_content {
  width: 510px;
  min-height: 400px;
  /*
  padding: 0.5em;
  */
  margin: 0.5em;
  /*
  background: url("images/koko/content_hdr.gif") no-repeat;
  */
  /*
  border-left: solid 1px #6C7396;
  border-right: solid 1px #6C7396;
  border-top: solid 10px #6C7396;
  border-bottom: solid 10px #6C7396;
  */
}

#footer {
  clear: both;
  text-align: center;
  font-size: 0.7em;
}

#main_menu {
  padding-top: 6px;
  padding-bottom: 6px;
 
  border-top: dotted 1px black;
  border-bottom: dotted 1px black;
  
  margin-bottom: 10px;
  font-family: Arial, Verdana, Sans-Serif;
  background: url('images/koko/menu_bg.jpg') repeat-x;
}

#main_menu ul, #main_menu ul li {
  /*
  border: solid 1px red;
  */
  line-height: 0.9em;
  display: inline;
  clear: both;
  margin-bottom: 0.5em;
  
  padding: 0.5em;
  padding-top: 6px;
  padding-bottom: 6px;
}

#main_menu ul li:hover {
  /*
  background-color: red;
  */
}

#main_menu ul li a {
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  color: #808080;
  color: #324F69;
  /*
  font-weight: bold;
  */
}
#main_menu a:hover {
  color: #286ea0;
  color: #286ea0;
}

#sub_menu a, #related a {
  color: #324F69;
}

#sub_menu, #testimonial, #related {
  float: right;
  clear: right;
  background: url("images/koko/side_bg.jpg") repeat-x;
  width: 200px;
  height: 150px;
  min-height: 150px;
  /*
  font-size: 0.8em;
  */
  /*
  padding: 0.5em;
  margin: 0.5em;
  */
  margin-top: 0em;
  /*
  border-top: solid 10px #6C7396;
  border-bottom: solid 10px #6C7396;
  border-left: solid 1px #6C7396;
  border-right: solid 1px #6C7396;
  */
  /*
  border: solid 1px black;
  */
}
#testimonial {
  height: 210px;
}

#testimonial p, #testimonial blockquote p {
  font-size: 0.8em;
}

#sub_menu h1, #testimonial h1, #related h1 {
  background: url("images/koko/side_hdr.gif") no-repeat;
  color: white;
  font-size: 1.2em;
  text-align: left;
  padding: 6px;
  margin: 0;
  height: 10px;
  /*
  padding: 0.2em;
  margin: 0;
  */
}

#sub_menu ul, #sub_menu ul li, #related ul, #related ul li{
  list-style: none;
  padding-left: 5px;
  margin: 0;
  /*
  display: inline;
  clear: both;
  margin-top: 0.5em;
  padding: 0.5em;
  */
}
#sub_menu ul, #related ul {
  margin-top: 10px;
}
/*
#testimonial {
  float: right;
  width: 200px;
  font-size: 0.8em;
  padding: 0.5em;
  margin: 0.5em;
  border: solid 1px black;
}
*/

/*
#testimonial h1 {
  font-size: 1em;
}
*/

#testimonial blockquote {
  margin-left: 1em;
  margin-right: 1em;
  
}

form, .example {
  border: 1px solid #ccc;
  background: #f4f4f4;
  padding: 3px;
  margin-top: 5px;
}

.warning, .notice, .error {
  border: 1px solid #B0484A;
  background: #FCDCCC;
  padding: 5px;
  margin: 3px;
  /*
  margin-top: 5px;
  */
}

.notice {
  border: 1px solid #819CD7;
  background: #CDE1F9;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 5px;
  border: 1px solid #ccc;
}

form table td {
  padding: 5px;
  border: none;
}

h1, h2, h3 {
    font-family: Arial, Verdana, Sans-Serif;
}

h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.2em;
}

dl dt {
  font-weight: bold;
}

a {
  text-decoration: underline;
  color: #B60400;
}

a:hover {
  text-decoration: none;
  color: #808080;
  color: #324F69;
}

img {
  border: 0;
  padding: 0.5em;
}

img.left {
  float: left;
}

.date {
  font-size: 0.6em;
}
.error { 
  font-weight: bold;
  color: red; 
}

SPAN.newitem { 
  font-weight: bold;
  color: red; 
}

.center {
  text-align: center;
}
a.buy {
  font-size: 1.4em;
  font-weight: bold;
  color: red;
}

.small {
  font-size: 80%;
}
