@charset "UTF-8";
/* CSS Document */

/*----------basic styling---------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Verdana, serif;
	font-size: 85%;
	background-color: #FFFFFF;
	background-image: url(../jpegs/blood_bg.gif);
	background-repeat: repeat;
	}
#clear {
	clear: both;
	}
#wrapper {
	position: relative;
	width: 840px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px solid #333333;
	background-image: url(../jpegs/shadow.png);
	background-repeat: repeat-y;
	}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7A0905;
	border-left-color: #7A0905;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#header {
	height: 345px;
	width: 800px;
	}
#header_title h1 {
	margin-left: -9000px;
	font-size: 1px;
}
#header_title {
	height: 345px;
	width: 800px;
	background-image: url(../jpegs/Killit_header.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	}
#info {
	width: 800px;	
	}
#links {
	float: left;
	width: 150px;	
	}
#links ul {
	list-style-image: none;
	list-style-type: none;
	color: #3A0402;
	text-decoration: none;
	padding-left: 10px;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
}
#links a {
	text-decoration: none;
	color: #470503;
	font-weight: bold;
	font-size: 13px;
}
#links a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	list-style-position: inside;
	list-style-type: circle;
	text-decoration: underline;
}
#content {
	float: right;
	width: 650px;	
	}
#content h1 {
	font-size: 24px;
	color: #7A0905;
	text-transform: uppercase;
}
#content h2 {
	color: #666666;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-right: 10px;
}
#content p {
	margin-bottom: 20px;
}
#imagePad img {
}
#footer {
	width: 800px;
	background-image: url(../jpegs/footer.jpg);
	height: 120px;
	background-repeat: no-repeat;
	background-position: bottom;
	}
#footer p {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	color: #7A0905;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #7A0905;
	padding-left: 5px;
}
