/* I am invisible.  YOU are dead. */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: gill sans, arial, helvetica, geneva, verdana,  sans-serif;
	color: #fff;
	background-color: #000;
	background-image:url(images/knife.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-attachment: fixed;
	}
a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color:  #FF0000;
	outline: none;
	}
a:visited {
	color:  #FF6666;
	}
a:active {
	color:  #ff0000;
	}
a:hover {
	color: #ff0000;
	text-decoration: underline;
	}
p	{
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 10px; 
	}

h1 	{
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

#left {
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 20px 1% 20px 2%;
	font-size: 12px;
	background: #000;
	border: 1px solid #ff0000;
	width: 35%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 35%;
	}
html>body #left {
	width: 35%; /* ie5win fudge ends */
	}
#right {
	float: right;
	padding: 10px 2% 10px 2%;
	margin: 20px 2% 20px 1%;
	font-size: 12px;
	background: #000;
	border: 1px solid #ff0000;
	width: 35%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 35%;
	}
html>body #right {
	width: 35%; /* ie5win fudge ends */
	}