/* CSS Document */
body {
	background-color:#000;
}


#outer {
	background-color:#252525;
	width:700px;
	height:auto;
	margin:30px auto 0px auto;
	position:relative;
}

#header {
	height:60px;
	background-color:#252525;
	border-bottom:8px solid #323031;
	}
	
.headerLeft {
	float:left;
}

.headerRight {
	float:right;
}

#main {
	width:700px;
	height:350px;
	background:url(images/main_bg.jpg) left top no-repeat;
	}
	
#links {
	width:700px;
	height:30px;
	position:absolute;
	left:0px;
	top:390px;
	text-align:center;
}

#links a {
	font-weight:normal;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding-left:2em;
	padding-right:2em;
}

#links a:hover {
	background-color:#000;
}

#contacts {
	border-top:8px solid #323031;
	height:100px;
	font-weight:normal;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	color:#646464;
	padding-top:20px;
	margin-bottom:10px;
}



#chris {
	width:40%;
	float:left;
	padding-left:70px;
}

#richard {
	width:40%;
	float:right;
	padding-right:20px;
	}
	
#fisheyephoto {
	width:100%;
	background-color:#000;
}	

#fisheyephoto a {
	color:#666666;
	font-weight:normal;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
#fisheyephoto a:hover {
	color:#666666;
	font-weight:normal;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	}
	
#protected, #environmental, #land, #practical {
	width:500px;
	height:175px;
	position:absolute;
	left:100px;
	top:120px;
	background-color:#000;
	color:#fff;
	font-weight:normal;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	text-decoration:none;
	}
	
.imageLeft {
width:150px;
float:left;
padding:10px;
}

.textRight {
float:left;
padding:10px;
width:300px;
}

h2 {
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	text-decoration:none;
}

#pdf {
	background-color:#333333;
	text-align:center;
	height:30px;
	padding-top:10px;
}

#pdf a, #contacts a {
	color:#fff;
	font-weight:bold;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	text-decoration:underline;
}

#contacts a {
	color:#fff;
	font-weight:bold;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	text-decoration:underline;
}

	
	