@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
body {
	width:864px;
	background-color: #100a02;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF
}
#homeTitle {
	height:86px;
	text-align: center;
	background-image: url(../img/titleBack.jpg);
	background-repeat: no-repeat;
}
#baseBar {
	clear:both;
	height: 41px;
	font-size:x-small;
	background-image:url(../img/baseBack.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	font-weight:bold;
}
#murderContent {
	height: 429px;
	background-image: url(../img/contentBack.jpg);
}
#contentTitle {
	height:86px;
	text-align: center;
	background-image: url(../img/titleBackContent.jpg);
	background-repeat: no-repeat;
}
#baseBarContent {
	clear:both;
	height: 41px;
	font-size:x-small;
	background-image:url(../img/baseBackContent.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	font-weight:bold;
}
#packShot {
	width:281px;
	float:left;
	text-align:center;
	padding-top:50px;
	height:379px;
}
#textStuff {
padding-top:38px;
	width:558px;
	padding-right:20px;
	float:right;
}
h1 {
	font-size:medium;
	font-weight:bold;
	color:#FF9900;
	padding-top:0px;
	margin_top:none;
	padding-bottom:15px;
	margin: 0px;
}
h2 {
	font-size:small;
	font-weight:bold;
	color:#0099CC;
	padding-top:0px;
	margin_top:none;
	padding-bottom:5px;
	margin: 0px;
}
#termsA {
	padding: 10px;
	font-size:x-small;
}
#termsB {
	font-size:x-small;
	float:right;
	width: 420px;
	padding-left: 10px;
}