/* 
	International Corporate Protection
	Tom Gallagher, 2006
	http://www.logicode.co.uk/
*/

body {
	margin: 0;
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

p, h1, h2, h3, ul, li {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #f00;
}

img {
	border: 0;
}

#page_wrapper {
	width: 756px;
	margin: 20px auto;
}

#header {
	background-image: url(../images/header_background.gif);
	text-align: center;
}

#banner {
	margin-top: 3px;
	text-align: center;
}

#navigation {
	height: 50px;
	margin-top: 5px;
	border: 1px solid #fff;
}

.navigation_item {
	float: left;
	width: 110px;
	margin: 5px 6px 5px 6px;
	display: block;
}

#world_threat_map {
	margin-top: 10px;
}

.image {
	float: left;
	margin: 15px 0 15px 0;
	border: 1px solid #fff;
}

#content {
	padding: 10px;
	font-size: 1.2em;
	margin-left: 205px;
}

#content h1 {
	font-size: 1.7em;
	color: #999;
}

#content h2 {
	margin-top: 10px;
	font-size: 1.3em;
}

#content p {
	margin-top: 10px;
	line-height: 140%;
	color: #f1f1f1;
}

#content ul {
	margin: 10px 0 10px 15px;
}

#content li {
	margin-top: 5px;
}

#content hr {
	height: 1px;
	margin-top: 10px;
	color: #555;
}

#footer {
	clear: both;
	height: 70px;
	background-image: url(../images/footer_background.gif);
	text-align: center;
}

#footer ul {
	padding-top: 30px;
}

#footer li {
	display: inline;
	margin: 0 10px 0 10px;
	font-size: 1.2em;
}

#copyright {
	margin-top: 5px;
	text-align: center;
	color: #555;
}

#copyright p {
	margin-bottom: 5px;
	font-size: 0.9em;
}

#copyright a {
	color: #555;
}