* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  background: url(img/dennis_mid.jpg) 50% repeat-y #433d84;
  background: #433d84;

  font: 1.2em/1.5em Arial, helvetica, sans-serif;
  letter-spacing: 1px;

  margin: 0;
  padding: 0;
}

a {
  color: #592915;
  text-decoration: none
}

a:hover { color: #aa0000; }

a.external { padding-right: 12px; }
a.external:hover { background: url(img/external.gif) no-repeat 100% 50%; }

h1 {
  margin: 20px 0;
}

img {
  border: 0;
}

img.halfzogroot {
  width: 50%;
  height: 50%;
}

#container {
  width: 760px;
  border: 0;
  margin: 0 auto;
  padding: 0;
}

#top {
  height: 150px;
  padding: 0;
  margin: 0;
  background: url(img/dennis_top.jpg) no-repeat;
}

#top a {
  display: block;
  width: 760px;
  height: 150px;
  text-indent: -9999px;
}

#mid {
  border: 0;
  background: url(img/dennis_mid.jpg) repeat-y;
  min-height: 360px;
}

* html #mid {
  height: 360px;
}

#sidebar {
  background: url(img/dennis_sidebar.jpg) no-repeat 10px 0;
  float: left;
  width: 220px;
  \width: 240px;
  w\idth: 220px;
  min-height: 200px;
  margin: 0;
  padding: 0;
}

* html #sidebar { height: 200px; }

#sidebar ul {
  margin: 0;
  list-style-type: none;
  margin-left: 10px;
  padding-right: 10px;
}

#sidebar ul li a {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 2px 8px;
  background: transparent;
  border-bottom: 1px solid #fff;
  border-left: 7px solid #fff;
  color: #433d84;
}

* html #sidebar ul li a {
  height: 1%;
}

#sidebar ul li#login a {
  border-top: 1px solid #fff;
  margin-top: 22px;
}

#sidebar ul li a:hover {
  background: #433d84;
  color: #fff;
}

#sidebar ul li#login a:hover {
/*  background: #ff0000; */
}

#content {
  margin-right: 20px;
  margin-left: 200px;
  padding: 20px;
  text-align: justify;
}

#btm {
  background: url(img/dennis_btm.jpg) no-repeat top center;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  height: 20px;
  clear: both;
  padding: 0;
}

#btm a {
  color: #ffff00;
}

/* gallery */

#thumbs { text-align: center; width: 480px }
#thumbs ul li { display: inline }
#thumbs img {
  margin: 4px;
  padding: 4px;
  border: 4px solid #433d84;
}

#nav ul {
  color: #ccc;
  padding: 0 0 8px;
  text-align: center;
}
#nav ul li { display: inline }
#nav ul li { padding: 4px }
