* {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
}
body {
  background: #eceadc;
}
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #56f;
  /*96d399  fd8 3a4 */

  padding: 1px;
}
a:hover {
  /*color: #f90;*/

  /*  background-color: #Aff;*/

  background-color: #fd8;
  border: 1px solid #3a4;
  border-bottom-left-radius: 3px 3px;
  border-bottom-right-radius: 3px 3px;
  border-top-left-radius: 3px 3px;
  border-top-right-radius: 3px 3px;
  margin: -1px;
}
#breadcrumbs {
  position: absolute;
  top: 20px;
  left: 280px;
  font-size: 10px;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
  color: #3a4;
  padding: 2px;
}
#breadcrumbs a:hover {
  color: #000;
  background-color: #fd8;
  padding: 2px;
  border: 1px solid #3a4;
  border-bottom-left-radius: 3px 3px;
  border-bottom-right-radius: 3px 3px;
  border-top-left-radius: 3px 3px;
  border-top-right-radius: 3px 3px;
}
#main {
  position: absolute;
  top: 40px;
  left: 280px;
  font-size: 13px;
  width: 500px;
}
#main h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: -1px;
}
#main p {
  margin: 20px 0;
  font-size: 13px;
  line-height: 15px;
}
#main ul {
  margin: 20px;
}
#main li {
  list-style-type: square;
  font-size: 13px;
  line-height: 15px;
}
#sidebar {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 200px;
  padding: 20px 20px 0 0;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #aec64f;
  border-radius-bottomleft: 10px;
  border-radius-bottomright: 10px;
  border-radius-topleft: 10px;
  border-radius-topright: 10px;
  /*font-family: Georgia, Palatino, Times, 'Times New Roman', serif;*/

  text-align: right;
}
#sidebar a {
  color: #fff;
}
#sidebar a:hover {
  color: #000;
}
#sidebar h2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  letter-spacing: 1px;
  line-height: 20px;
}
#sidebar ul {
  list-style-type: none;
  margin: 20px 0;
}
#sidebar li {
  font-size: 14px;
  line-height: 20px;
}
#footer {
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
  background-color: #EEEEEE;
  border: 2px solid #999999;
  color: #333333;
  font-size: 8px;
  margin: 1em 0;
  overflow: auto;
  padding: 6px 12px;
  white-space: pre;
  position: relative;
  width: 500px;
  left: 280px;
}
/*
  vim: syntax=css 
*/

