html, body {
  margin: 0;
  margin-left: 1px;
  padding: 0;
  background-color: #FFFFFF;
  font-family: Verdana, sans-serif;
}

#nav {
  width: 785px;
}

#nav a:link, #nav a:visited {
  width: 154px;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 5px;
  margin: 0;
  color: #FFFFFF;
  background-color: #00739A;
  text-decoration: none;
  border-right: 1px solid #808080;
  border-left: 1px solid #808080;
  border-bottom: 1px solid #00739A;
  display: block;
  float: left;
  font-weight: bold;
}

#nav a:hover { color: #FF0; }

a:link#live, a:visited#live { color: #FFFF00; }

#topbar {
  float: left;
  width: 780px;
  height: 175px;
  background-color: #B22222;
  margin: 1px 0 2px 0;
  padding: 0;
}

#topbar img { float: left; }

#topbar p {
  text-align: left;
  color: #FFFFFF;
  font-weight: bold;
  margin-left: 350px;
  margin-top: 60px;
  font-size: 18px;
}

#contentarea {
  float: left;
  padding: 20px 20px 20px 20px;
  margin: 0 0 2px 0;;
  font-size: 13px;
  width: 738px;
  border-right: 1px solid #808080;
  border-left: 1px solid #808080;
  text-align: center;
}

#contentarea h2 {
  font-style: italic;
}  

#footer {
  clear: both;
  margin: 0;
  padding: 5px;
  color: #FFFFFF;
  background-color: #00739A;
  border-top: 1px solid #FFF;
  text-align: center;
  width: 770px;
}


#footer a:link, #footer a:visited {
  color: #FFF;
  text-align: center;
  font-family: "times new roman";
  padding: 0 10px 0 10px;
}

#footer a:hover { color: #FFFF00; }

#footer2 { 
  clear: both;
  font-style: italic;
  font-size: 10px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block; }

.clearfloats ( clear: both; }

/* Hides from IE-mac \*/
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }
/* End hide from IE-mac */

#kind {
  margin-left: 80px;
  width: 550px;
  text-align: left;
}

div.header {
  font-size: 1.5em;
  width: 550px;
  margin: 0;
  border-top: 1px solid #000000;
  border-bottom: 2px solid #000000;
  background-color: #00739A;
  color: #FFFFFF;
}

.carea p {
  background-color: #dcdcdc;
  border-bottom: 2px solid #000000;
  margin: 0;
  width: 100%;
}

.c1 (
  width: 200px;
  float: left;
}

.c2 (
  width: 300px;
  float: left;
}

.c3 {
  width: 38px;
  float: left;
  border-left: 2px solid #FFFFFF;
  padding-right: 10px;
}