/* CSS Document */
html, body{height:100%}
body {
  background:#9e9a8e url('images/hc_00.jpg') repeat;
  margin:0;
  font-family: 'lucida sans', 'lucida sans unicode', monospace;
  font-size:11px;
  }
#wrapper {
  border:0;
  padding:0;
  width:760px;
  height:100%;
  }
#side {
  background-image:url('images/hc_09.jpg');
  }
#top {
  width:340px; height:151px;
  background:url('images/hc_title.jpg') bottom right no-repeat;
    }
  #top p {
    width:168px; text-align:right;
	font-size:10px; color:#553c41; line-height:17px;
	}
  #top em {
    color:#490d1a; font-family: 'lucida sans', 'lucida sans unicode', monospace; }
  #top strong {
    color:#354162; font-family: 'lucida sans', 'lucida sans unicode', monospace;
	font-weight:400; font-size:10px }
	
#main {
  width:350px; padding: 10px 5px; border:0 }
  
h1 {
  color:#553c41;
  font-family:impact, arial, sans-serif;
  font-size:24px;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:-2px;
  margin:0;
  }
h2 {
  color:#555360;
  font-size:20px;
  font-weight:400;
  text-transform:lowercase;
  letter-spacing:2px;
  margin:0 20px;
  }
p {
  line-height:18px;
  color:#080605;
  margin: 2px 0px 9px 0px; }
em {
  color:#490d1a; font-family:Georgia, Times, serif; }
strong {
  color:#354162; font-family:arial,sans-serif; font-size:110%; }
a {
  color:#5e4539; text-decoration:none;
  border-bottom:1px dashed #6b6977; padding: 0 1px;
  }
a:hover {
  color:#bfb7b0; background-color:#2b2922; cursor:crosshair;
  border-bottom:2px solid #6b6977
  }
a:active {
  color:#dfd8d1; background-color:#490d1a; }
  
textarea, input, select, option {
  font-family:'lucida sans','lucida sans unicode',monospace;
  font-size:11px; color:#9a9895;
  letter-spacing:1px;
  background-color:#4f1421;
  border:2px solid #6a5458;
  }
  textarea:hover, input:hover, select:hover, option:hover {
  background-color:#110e0d;
  }