body {
	background-color: #151213;
}
* html body {
	background-image: url(images/bodyBG.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#background {
	background-image: url(images/bodyBG.gif);
	background-repeat: repeat-y;
	position: fixed;
	z-index: 0;
	left: 50%;
	margin: 0 0 0 -462px;
	width: 924px;
	height: 100%;
}
* html #background {
	display: none;
}
#page {
	position: absolute;
	z-index: 1;
	left: 50%;
	margin: 0 0 0 -462px;
	width: 884px;
	padding: 0px 20px 50px 20px;
	top: 0px;
}
h1 {
	height: 380px;
	width: 900px;
	position: absolute;
	top: 0px;
	left: 12px;
}
h1 a {
	display: block;
	background-image: url(images/TheInfiltrator.gif);
	height: 380px;
	width: 900px;
	text-indent: -9999px;
}
#nav {
	position: absolute;
	width: 200px;
	top: 410px;
	margin: 0 0 0 -8px;
	padding-top: 4px;
}
* html #nav {
	padding-top: 20px;
}
#nav li {
	margin: -4px 0 0 0;
}
* html #nav li {
	margin-top: -20px;
}
#nav a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #231F20;
	background-color: #FFF;
	display: block;
	padding: 12px 18px 22px 18px;
	text-transform: uppercase;
	background-image: url(images/navBG.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 19px;
}
#nav a:hover {
	color: #fc1d25;
}
#nav a.current {
	background-color: #fc1d25;
	color: #fff;
}
#content {
	width: 590px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #dadada;
	font-size: 14px;
	line-height: 23px;
	padding: 390px 0 30px 235px;
}
#content h2 {
	text-transform: uppercase;
	color: #fc1d25;
	font-size: 28px;
	font-weight: bold;
	padding: 30px 0 3px 0;
}
#content h3 {
	font-size: 16px;
	padding: 38px 0 0 0;
	margin: 0 0 -2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 18px;
}
#content p, #content ul, #content ol {
	margin: 24px 0px 0px;
}
#content ul {
	list-style-type: disc;
	margin-left: 20px;
}
#content ol {
	list-style-type: decimal;
	margin-left: 20px;
}
#content em {
	font-style: normal;
	color: #fc1d25;
}
#content b{
	color: #FFF;
}
#content a {
	color: #fc1d25;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content table {
	margin: 14px 0 0 0;
}
#content table td {
	padding: 8px;
}
#content td * {
	margin-top: 0;
	padding-top: 0;
}
#content form#contactAuthor input, #content form#contactAuthor textarea {
	padding: 5px;
}
#content form#contactAuthor p {
	margin-top: 12px;
	font-size: 12px;
}
#content form#contactAuthor input {
	width: 300px;
}
#content form#contactAuthor .submit {
	width: auto;
	text-transform: uppercase;
	background-color: #1c191a;
	color: #fff;
	padding: 8px 14px;
	letter-spacing: 2px;
	cursor: pointer;
}
#content form#contactAuthor textarea {
	width: 400px;
}
.noresize textarea {resize:none;}
#content .white {
	background-color: #fff;
	padding: 10px 40px 30px 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0b090a;
	margin: 30px 0 0 0;
}
#content .hr {
	width: 100%;
	border-bottom: dotted 1px #333;
	margin: 26px 0 -10px 0;
	height: 0px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearfloat {
	clear: both;
}
a#facebook {
    background-color: #1F1B1C;
    background-image: url("images/facebook_16.png");
    background-position: 10px 6px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #2F282B;
	-webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.3) inset;
    color: #DADADA;
    display: block;
    font-size: 14px;
    padding: 3px 12px 2px 36px;
    position: absolute;
    right: 35px;
    text-decoration: none;
    top: 385px;
}
a#facebook:hover {color:#fff; background-color:#242021}
a#facebook:active {background-color:#191617; padding:4px 12px 1px 36px; background-position: 10px 7px; border-bottom-color: #353535;}
