* {margin: 0;padding: 0;}
body {
	background:#090909 url('img/background.jpg') top center no-repeat; 
	font-family:arial, sans-serif;
	font-size:14px;
}
h1 {
	display: block;
	width: 384px;
	height: 165px;
	text-indent: -9999px;
	background: transparent url(img/title-pioneers.png) no-repeat 0 0;
}
h2 {
	font-size:180%;
	margin-bottom:10px;
}
p {
	margin-bottom:10px;	
}
td {
	vertical-align:top;
}
a { 
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#container {
	margin:20px auto;
	width:990px;
	max-width:990px;
	overflow:hidden;
}
#left {
	background:url('img/shield-left.png') no-repeat;
	
}
.navigation {
	margin-left:200px;
	margin-top:210px;
	width:790px;
}
.navigation a {
	font-stretch:condensed;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	text-transform:uppercase;
	padding:0 5px 0 6.5px;
	font-size:14px;
}
.navigation a:hover {  
    color:#FF0000;
}
.navigation a.active {
	color:#FF0000;
}
.content {
	width:480px;
	margin-left:190px;
	padding:10px 5px;
}
.address {
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-transform:uppercase; 
	margin-top:120px;
	font-size:9.5px;
}
.map {
	width:425px;
	float:right;
}
.white {
	color:#FFFFFF;
}
.grey {
	color:#BFBFBF;
}
.bold {
	font-weight:bold;
}
.uppercase {
	text-transform:uppercase;
}
.indent {
	margin-left:35px;
}
