@charset "utf-8";
/* You can use this website template anywhere you want, for anything you want. All I ask is that you link back to Blank CSS (www.blankcss.com) in some way. Thank you very much and enjoy! */

/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #FFFFFF;
	background-image: url('http://www.fatalplay.com/images/bg.jpg');
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
}

/******** Layout Elements ********/

.wrapper {
	width: 800px;
	margin: 0 auto;
}

.header {
	color:#FFFFFF;
}

.stats {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 15px 0 10px 400px;
}

.newsbar {
	padding-bottom: 5px;
}

.newsbar span {
	float:right;
}

.notification {
	margin: 0 0 10px 180px;
	padding: 3px;
	border: 1px solid #af0505;
	background-color: #ffb5b5;
	text-align: center;
	line-height: 15px;
}

.main {
	margin: auto;
	text-align: center;
}

.content {
	margin: 0 0 10px 180px;
	border: 1px solid #282828;
	background-color: #000;
	color: #fff;
}

.content p {
	padding: 5px 5px 0 5px;
	line-height: 15px;
}

.left {
	margin: 0 0 10px 0;
	float: left;
	width: 170px;
	border: 1px solid #282828;
	background-color: #000;
	color: #fff;
}

.footer {
	margin: 0 0 10px 0;
	padding: 5px;

	color: #FFFFFF;
	clear: both;
}

.footer span {
	float:right;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	display: block;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #282828;
	color: #FFFFFF;
}	

a, a:active, a:visited {
	color: #0066ff;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #0066ff;
}

.header a:hover {
	color: #fff;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}

.left a {
	color: #fff;
}

.crime a {
    display: block;
	border: 1px solid #282828;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

.crime a:hover {
	background-color: #222;
	color: #1d4fb3;
	text-decoration: none;
}


/******** List Styles Styles ********/

ul {
	list-style: none;
}

ul a {
	display: block;
	width: 100%;
	font-weight: bold;
	padding: 0;
}

li {
	list-style: none;
	background-color: #000;
	border: 1px solid #282828;
	padding-left: 15px;
}

li a:hover {
	background-color: #111;
	color: #1d4fb3;
	text-decoration: none;
	
}