/**********************************************************************/
/*                                                                    */
/*                       Main Global Styles                           */
/*                                                                    */
/*                                                                    */
/*                                                                    */
/**********************************************************************/

/********************** Body and tag styles ***************************/


body {
	font:76% Verdana,Tahoma,Arial,sans-serif;
	color:black;
	background: black;
}

a {
	color:#3C3C3C;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#990000; 
	text-decoration:none; 
}

/********************** Min Divs ***************************/

#container {
	width: 850px;
	background: #FFFF99;
	margin: auto;
}

#header {
	height: 100px;
	width: 850px;
	background-image: url(img/headerbackground.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
}

#header img {
	float: left;
}

#header h1 {
	float: left;
	line-height: 35px;
	width: 712px;
	margin-top: 8px;
	margin-left: 10px;
	font-weight: bolder;
	text-transform: uppercase;
}

#content {
	width: 599px;
	background: white;
	float: left;
	border-right: 1px solid black;
	padding-bottom: 20px;
}

#content h2 {
	margin-top: 10px;
	margin-bottom: 0;
	border-bottom: 1px solid black;
}

#content p {
	margin-top: 10px;
	margin-bottom: 0;
}

#content img {
	border:0;
}

#crimeupdate {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	width: 558px;
	border: 1px dotted black;
}

#crimeupdate table {
	width: 100%;
	align: center;
}

#crimeupdate caption {
	font-weight: bold;
	background-color: silver;
	padding-top: 3px;
	padding-bottom: 3px;
}

#crimeupdate .total {
	font-weight: bold;
}

#links {
	width: 250px;
	background: #FFFF99;
	float: left;
	padding-top: 27px;
}

#links h3 {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid black;
}

#links ul {
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
}

#links li {
	margin-top: 3px;
}

#footer {
	clear: left;
	width: 850px;
	height: 30px;
	background-color: grey;
	border-top: 1px solid black;
	background-image: url(img/footerbackground.jpg);
	background-repeat: repeat-x;	
}

#footer p {
	margin-top: 3px;
	text-align: center;
	font-size: smaller;
}


/********************** Classes ***************************/

.article {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 580px;
}

.head {
	margin-top: 10px;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: silver;	
	float: left;
	width: 99%;
}

.strap {
	font-weight: bolder;
	font-style: italic;
	clear: left;
}

.heading {
	font-size: 15px;
	font-weight: bolder;
	text-align: left;
	float: left
}

.image {
	float: right;
	margin-top: 30px;
	margin-left: 7px;
}

.date {
	float: right;
	margin-right: 10px;
	font-style: italic;
}

.tl {
	float: left;
}

.tr {
	clear: right:
	float: right;
}

.bl {
	float: left;
	margin-top: 16px;
}

.br {
	float: right;
	margin-top: 16px;	
}

.centred {
	text-align: center;
}