html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
p{
	margin-bottom: 15px;
	font-size: 16px;
}

body{
	line-height:1;	
	font-family : helvetica, arial, sans-serif;
	background: url(/static/images/pageBG.jpg) no-repeat #000;
}
div.container{
	margin: auto;
	//width: 860px;
	//background: url(/static/images/headerBG.png) repeat;
	height: 100%;
	padding: 0 15px;
}
.top .container{
	//border: solid 10px;
}
ul{
	list-style:none;
}
ul.bodylist{
}
ul.bodylist li{
	background: url(/static/images/bullet.png) no-repeat -10px -8px;
	margin-bottom: 15px;
	line-height: 1.2em;
	padding-left: 35px;	
}
div #notfound{
    margin: auto;
	padding: 10px;
    width: 552px;
}

ol{
	list-style-position: outside;	
	margin-bottom: 10px;
	margin-left: 25px;
	color:#ffc71f;
	font-weight: bold;
	font-size: 20px;
}
ol li{
	line-height: 1.6em;
	margin-bottom: 10px;
}
ol p{
	color: #fff;
	font-weight: normal;	
}
ol ul{
	list-style-image:none;
	list-style-position: outside;
	list-style-type:disc;
	//margin-left: 15px;
}
ol ul li{
	margin-top: 10px;
	margin-bottom: 10px;	
}
ul#attacks{
}
li#assassinate{
	background:url(/static/images/assasinate.png) no-repeat;
	list-style-type:none;
	padding-left: 200px;

}
li#orderhit{
	background:url(/static/images/orderHit.png) no-repeat;
	list-style-type:none;
	padding-left: 200px;

}
li#driveby{
	background:url(/static/images/driveby.png) no-repeat;
	list-style-type:none;
	padding-left: 200px;

}
blockquote, q{
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
div#logo h1 a {
	background:transparent url(/static/images/logo.png) no-repeat scroll right bottom;
	border:medium none;
	display:block;
	float:left;
	height:90px;
	margin:0px;
	text-indent:-9999em;
	width:450px;
	padding: 0;
}
div#download h2{
	margin: 0px;	
}
div#download h2 a{
	line-height: 0;
	float: right;
	text-indent:-9999em;
	width: 320px;
	height: 90px;
	padding: 0;
	margin: 0 0 0 0;
	border: none;
	background: transparent url(/static/images/downloadButtonOn.png);
}
div#download h2 a:hover{
	background: transparent url(/static/images/downloadButtonOff.png);
}
ins{
	text-decoration:none;}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

h2{
	font-size: 25px;
	margin-bottom: 10px;	
	}
p{
	line-height: 1.4em;
}
h3{}
h4{}

.header{
	//background: url(/static/images/headerBG.png) repeat;
	height: 37px;

}
.preload1 {background: url(/static/images/downloadButtonOff.png);}

.nav{
	margin: 0;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
}
.nav ul a{
	color: #ffbf1f;
	text-decoration: none;
}
.nav ul a:hover{
	color: #fff;
	text-decoration: underline;
}
.nav ul li{
	list-style-image: none;
	float: left;
	font-weight: bold;
	text-transform: lowercase;	
	padding: 0 30px 0 0;
}
.top{
	height: 103px;
}
div.indexleft{
	display: block;
	float: left;
	width: 500px;
	padding-right: 60px;
}
div.indexright{
	//width: 275px;
	//float: right;
	display: block;
}
.main{
	width: 100%;
	display: block;	
	color: #FFF;
	height: 100%;
}
.main .container{
	background: #000 url(/static/images/gunHand.png) no-repeat 0px 0px;
	//height: 560px;
	padding: 15px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	//padding-left: 15px;
	//padding-right: 15px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: url(/static/images/headerBG.png) repeat;
	width: 860px;
	
	margin: 0 auto -39px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 39px; /* .push must be the same height as .footer */
}

h3{
	font-size: 22px;
	padding: 0 0 5px 0;	
}
.main a{
	color: #ffc71f;	
	font-weight: bold;	
	text-decoration: none;
}
.main a:hover{
	text-decoration: underline;
}
.footer{
	width: 860px;
	margin: auto;
}
.footer .container{
//	background: url(/static/images/footerBar.png) no-repeat top center;
	display: block;	
}
.footerLinks{
	float: right;
	margin: -42px 0 0 0;
	padding: 40px 0 0 10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
}
.footerLinks ul a{
	color: #fff;
	text-decoration: none;
}
.footerLinks ul a:hover{
	color: #bad8f9;
	text-decoration: underline;
}
.footerLinks ul li{
	list-style-image: none;
	float: left;
	font-weight: bold;
	text-transform: lowercase;	
	padding: 0 15px 0 15px;
}

