/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  background: #FFF url(bg.gif) top left;
  background-attachment:fixed;
  margin: 0 0 100px 0;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  color: #FFF;
}

h1 {
  font-size: 20px;
  padding: 5px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 10px;
  text-transform: uppercase;
}

hr {
  border: none 0;
  border-top: 1px dashed #000;
  height: 1px;
}

sup, sub {
  color: #FC0;
}

a {
  font-size: 9px;
  color: #FFF;
  text-decoration: none;
  border: 0px;
  border-bottom: 1px solid #FFF;
  border-style: dotted;
}

a:hover {
  
}

/***************************************************
   User-Defined Styles
 ***************************************************/

#lpanel {
  width: 200px;
  height: 500px;
  background: #9C0;
  margin: 100px 0 0 100px;
  border: 20px solid #FFF;
}

#banner {
  margin: 0px;
  padding: 0px;
  background: #FFF url(banner.jpg);
  width: 200px;
  height: 200px;
}

#nt1 {
  background: #690;
  width: 200px;
  height: 20px;
  font-size: 10px;
  padding: 5px 0 0 0;
  text-align: center;
  border: 0px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-style: dotted;
}

#nt2 {
  background: #690;
  width: 200px;
  height: 20px;
  font-size: 10px;
  padding: 5px 0 0 0;
  text-align: center;
  border: 0px;
  border-bottom: 1px solid #FFF;
  border-style: dotted;
}

#nav {
  padding: 0px;
  line-height: 20px;
  text-align: center;
  text-transform: lowercase;
}

#nav a {
  color: #FFF;
  font-size: 10px;
  display: block;
  border: 0px;
  border-bottom: 1px solid #FFF;
  border-style: dotted;
}

#nav a:hover {
  background: #FC0;
  font-weight: bold;
}

#nav .active {
  font-weight: bold;
}

#header {
  font-size: 20px;
  color: #690;
  width: 500px;
  position: absolute;
  top: 150px;
  left: 320px;
  margin: 0 0 0 0;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #EEE;
  border-style: dotted;
}

#content {
  color: #FFF;
  position: absolute;
  width: 450px;
  top: 200px;
  left: 320px;
  padding: 50px;
}

#footer {
  color: #000;
  background: #FFF;
  padding: 20px;
  margin: 20px 0 0 0;
  text-align: center;
}

#footer a {
  color: #666;
  border: 0px;
  border-bottom: 1px solid #666;
  border-style: dotted;
}

#footer a:hover {
  color: #000;
}
