/* CSS Document */

body 	{
  margin: 0px; padding:0;
  color:#B4B4AD; font-family: arial, sans-serif; font-size:12px;
  background: #100700 url('images/blood_bg.jpg') repeat;
  }

#head 	{
  width: 100%; height: 416px; margin: 0px; background: url('images/blood_00.jpg') repeat-x;
  }
#body 	{
  width:;
  }
#main 	{
  width:540px;
  margin: 0 0 25px 50px;
  }
#navi	{
  width:150px; height:200px;
  position: absolute; left:610px; top:430px;
  }
#center {
  text-align:center;
  }
#stats {
  background: url('images/blood_stats.jpg');
  width:218px; height:81px;
  margin: 7px 25px;
  padding: 40px 10px 0px 262px;
  font-size:11px;
  color:#7A7A77;
  line-height:12px; }
  
/* Header Images */
#himg1 { position: absolute; top: 0; left: 0; width:750px; height:106px }
#himg2 { position:absolute; top:106px; left:0px; width:750px; height:108px }
#himg3 { position:absolute; top:214px; left:0px; width:750px; height:87px }
#himg4 { position:absolute; top:301px; left:0px; width:750px; height:115px }

h1 	{
  color:#CC3821;
  font-family: 'arial narrow', arial, sans-serif;
  font-size:30px;
  font-weight:400;
  margin: 0;
  }
h2	{
  color:#AE4367;
  font-family: 'book antiqua', 'times new roman', serif;
  font-style:italic;
  font-weight:400;
  font-size:22px;
  margin-bottom:5px;
  padding-left:40px;
  background: url('images/blood_h2.jpg') no-repeat;
  }
h3	{
  color:#6F9B7B;
  font-family: 'arial narrow', sans-serif;
  font-size:24px;
  font-weight:400;
  line-height: 18px;
  letter-spacing:-1px;
  margin:0;
  }
h4	{
  margin: 0 7px 0px 20px;
  color:#A48A10;
  font-family: arial, sans-serif;
  font-size:10px;
  font-weight:400;
  text-transform:uppercase;
  }
p	{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#B4B4AD;
  line-height:18px;
  margin-top: 7px; margin-bottom:7px;
  }
strong {
  color:#C05035;
  font-weight:bold; }
#stats strong {
  color:#F73140;
  font-weight:400;
  }
em	{
  color:#91CBA7;
  font-family: georgia, times, serif;
  }
a	{
  text-decoration: none;
  color:#9480A4;
  }
a:hover	{
  color:#7A885A;
  }
a:active	{
  color:#5C918D;
  }
#stats a	{
  color:#7D7F52;
  }
#stats a:hover {
  border-bottom:1px solid #a59d88
  }  
#navi li, #navi ul, #navi a {
  color:#F4F6CB;
  font-family: 'arial narrow', arial, sans-serif;
  font-size:16px;
  text-transform:uppercase;
  margin: 0; padding: 0 7px;
  list-style:none;
  line-height:17px;
  }
#navi a:hover {
  color:#FF8A22;
  border-left: 5px solid #6F9B7B;
  padding: 0 2px;
  }
#navi a:active {
  color:#6A5751;
  }
#footer, #footer p {
  font-size:10px;
  color:#74716A;
  margin: 15px auto;
  width:400px;
  line-height: 12px }
input, textarea {
	background-color: transparent;
	font-size:11px;
	font-family: 'lucida sans', 'lucida sans unicode', monospace;
	color:#b7d5d5;
	border: 0;
	border-bottom: 1px solid #CC3821
	}
.center { text-align: center; }
.char { border: 5px solid #be1415; width:75px; height:100px }
.img { border: 5px solid #be1415; width:50px; height:65px; }
.img:hover { border: 5px solid #ff8a22; }