html, body, div {margin:0;padding:0;}

html, body {
	height:100%; /* needed for container min-height */
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.8em;
  	font-size: 0.83em;
	color: #333;
	background: #000;
  	text-align: left;
  	min-height: 700px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	font-family:Helvetica, Verdana, Arial, Serif;
	color: #5c5a5a;

}

div#surround {
	position:relative;
	height: auto;
	background: #fff;
	margin: 0px 50px 0px 50px;
	border-right:2px solid #cec8c8;
	border-left:2px solid #cec8c8;
	
}	
div#police {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 300px;
	width: 125px;
	background-image: url('images/police_officer.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}	
div#menu {
	position: absolute;
	top: 40px;
	right: 5px;
	width: 150px;
	background:#000;
}

#menu ul {
	margin: 0 auto;
	padding:0;
}
#menu li {
	display: block;
	margin:10px;
	border-bottom: 1px #ededed solid;
	padding-bottom: 5px;

}

#menu li a 
{
	text-decoration: none;	
	font-size: 10px;
	font-weight: bold;
	color:#fff; 

	
}
#menu li:hover, #menu li:active, #menu a:hover
{
	background:#fff;
	color:#000;
}

	
div#content {
	min-height: 550px;
	margin-left: 160px;
	margin-right: 160px;
	padding: 20px;
	background: #ededed;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
}
div#logo {
	text-align:center;
}	
div#ads {
	position: absolute;
	bottom: 20px;
	left: 15px;
	width: 160px;
}
div#runner {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 135px;
	height: 300px;
	background-image: url('images/runner.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}		
div#footer {
	margin-right: 50px;
	margin-left: 50px;
	border-top:3px double #fff;
	color: #fff;
	background: #000;
	font-size: 0.8em;
	text-align: center;
}
	div#footer p {
		padding: 1px;
		text-align: center;
		margin:0;
		color: #fff;
	}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color: #fff;
	border:0px none;
}
#footer a:hover, #footer a:active{
	text-decoration:underline;

}