﻿html { 
	min-width: 1000px; 
	font-family: Tahoma;
	font-size:12px;
}

ol, ul {
	list-style: none;
}

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
	font-family: Tahoma;
	voice-family: "\"}\"";
	voice-family: inherit;
	color:#313131;
} 
h1 {color:#35475D;font-size:18px;margin-bottom:10px;}
h2 {color:#35475D;font-size:16px;margin-bottom:10px;} 
h3 {color:#35475D;font-size: 14px;margin-bottom:10px;}
h4 {font-size: 12px;margin-bottom:10px;} 

.block{
	margin-bottom: 30px;
}
body {
	background: #F0F0F0 url(http://www.ukcrimestats.com/img/blueline.jpg) no-repeat top center;
	color: #333;
	padding: 1em 20px 3em 20px;
	font-size: 14px;
}

a { color: #4E71AB; text-decoration: underline; }
a:hover { color: #4E71AB; text-decoration: none; }
a:active { color: #4E71AB; text-decoration: underline; }

p { line-height: 1.4; margin-bottom:8px; }

#wrapper {
	width:1000px;
	margin: auto;
}

#header {
	position: relative;
	width: 1000px;
	height: 3em;
	padding-bottom: 4px;
	width: 75em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	background: url(http://www.ukcrimestats.com/img/divider_line.jpg) no-repeat bottom;
	margin-left: -25px;
	margin-bottom: 50px;
}


#footer{
	clear: both;
	overflow: hidden;
	}

#sidebar {background-color:#DADADA;padding:20px;border-top:1px solid #B1B1B1;margin-bottom:30px; width: 320px; float: right; line-height: 130%;}
#sidebar h3{color:#35475D;margin-bottom:0px;}
#sidebar p {color:#35475D;font-size:14px;line-spacing: 14px;}
#content {background-color:#FFF;padding:20px;border-top:1px solid #B1B1B1;width:580px;float:left; clear: both;line-height:140%;}
#content H2 {color:#313131;margin-bottom:8px;}
#content p {color:#313131;}

.post {margin-bottom:10px;border-bottom:1px solid #B1B1B1; max-width:620px; float:left;}

#whitecontent
{
	padding:5px;
	background-color:#FFFFFF;
	border-top:1px solid #CCC;
	font-size:12px;
	line-height:140%;
}
