/* Stylesheet for klankboom.com */


* {
  font-family:"Courier New",  serif;
  color: white;
  background: #61300d; /* 'saddlebrown' darkened */
  /*background: url('images/vdt-CD01-bgnd-1024x768.jpg');*/
  text-decoration: none;
  margin: 5px;
  list-style-type: square;
#  outline: red dotted thin;
  center top;
}

a { color: grey; }

a:link { color: white; }
a:visited { color: white; }
a:hover { color: red; }
a:active { color: bright red; }

.centered {
  margin-left: auto;
  margin-right: auto;
  width:70%;
  text-align:center;
}

div { background: inherit; }


#wrap {
  width: 850px;
  margin: auto;
}

#header {
#  background:#dddddd;
}

#header > * {
  color: red;
}

#nav {
  margin-bottom: 15px;
}

#nav > * {
  font-family: "Courier New", serif;
  font-weight: bold;
}

#sidebar {
  float: left;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 15px;
}

#sidebar li { display: inline; }


#main {
  float: left;
  width: 575px;
  height: 600px;
#  outline: dashed medium;
#  background:#9c9;
}

/*#main pre { background: inherit; }*/

#sidebar {
  float: right;
  width: 250px;
#  outline: dashed medium;
#  background:#99c;
}

#footer {
  clear: both;
#  background:#cc9;
}
