@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFFFFF;
}
#container {
	width: 980px;  
	background: #000000;
	margin: 0 auto; 
	border: 1px solid #BFBCB0;
}
#header {
	background: #000000; 
	padding: 0;
	height: 150px;
	position: relative;
	border-bottom: 1px solid #BFBCB0;
}
#header table {
	padding-left: 90px;
}
#header h1 {
	margin: 0; 
	padding: 10px 0 10px 100px;
	font-size: 30px;
}
#mainContent {
	padding: 20px 30px;
	background: #000000;
}
#mainContent p {
	text-align: left;
	font-size: 14px;
}
h3 {
	font-size: 18px;
}
#innerContent {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Assets/logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#innerContent h3 {
	text-align: left;
}
#join h3 {
	text-align: left;
}
#fieldTrip {
	height: 375px;
}
#newsSpace {
	height: 650px;
	text-align: center;
	background-image: url(Assets/comp.jpg);
	background-repeat: no-repeat;
	background-position: center 10%;
}
#footer {
	padding: 0 10px; 
	background:#000000;
	border-top: 1px solid #BFBCB0;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
}
img {
	border: none;
	border-style: none;
}

table {
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
}
a {
	outline: none;
	color: #4F9496;
}
#logo {
	position: absolute;
	left: 1%;
	bottom: 5%;
}
#apitite {
	float: left;
}
#tourmaline {
	float: right;
}
#greatFind {
	float: right;
	margin-left: 10px;
}
#miner { 
    float: left;
	margin-right: 20px;
}
#field {
	float: left;
	margin-right: 20px;
}
.clearBoth {
	clear: both;
}
.center {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.nospaceBottom {
	margin-bottom: 0px;
}
.nospaceTop {
	margin-top: 0px;
}

