	@import url("../../build/css/atlas.css");

	@media screen {
		body {
		margin-top: 30px;
		}
		body.bground2,
		body.copper_2,
		body.explore_2,
		body.gold_2,
		body.iron_2,
		body.msands_2,
		body.silver_2 {
		padding-left: 80px;
		}
	}
	@media print {
		div.butt_nav {
		display: none;
		}
	}

	body {
	font-family: Tahoma;
	}
	
 /* Black */
	body.black {
	background-color: #000000;
	}
 
 /* Bgound2 */
	body.bground2 {
	background-image: url('../../build/images/bground2.gif');
	background-repeat: repeat-y;
	}

 /* Copper */
	body.copper_1 {
	background-color: #0A281C;
	}
	body.copper_2 {
	background-image: url('../../build/images/bcopper.gif');
	background-repeat: repeat-y;
	}
	
 /* Exploration */
	body.explore_1 {
	background-color: #3C81BA;
	}
	body.explore_2 {
	background-image: url('../../build/images/bground2.gif');
	background-repeat: repeat-y;
	}

 /* Gold */
	body.gold_1 {
	background-color: #A31801;
	}
	body.gold_2 {
	background-image: url('../../build/images/gback.gif');
	background-repeat: repeat-y;
	}

 /* Iron */
	body.iron_1 {
	background-color: #F99A00;
	}
	body.iron_2 {
	background-image: url('../../build/images/bground.gif');
	background-repeat: repeat-y;
	}

 /* Mineral Sands */
	body.msands_1 {
	background-color: #030B30;
	}
	body.msands_2 {
	background-image: url('../../build/images/bground2.gif');
	background-repeat: repeat-y;
	}

 /* Silver */
	body.silver_1 {
	background-color: #360650;
	}
	body.silver_2 {
	background-image: url('../../build/images/bsilver.gif');
	background-repeat: repeat-y;
	}

	div.butt_nav {
	text-align: center;
	vertical-align: middle;
	}
 /* Quiz Prize */
	body.cert_1 div.body {
	position: relative;
	width: 840px !important;
	text-align: center;
	margin: 0px auto !important;
	display: block;
	}
	div.cert_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	text-align: center;
	width: 100%;
	}
		div.cert_1 p {
		text-align: center;
		margin: 0px auto;
		width: 840px !important;
		padding: 25px;
		}
	div.cert_2 {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	text-align: center;
	width: 100%;
	}
		div.cert_2 p {
		margin: 0px auto;
		width: 840px;
		font: italic 20pt "Georgia", "Trebuchet MS";
		}
		div.cert_2 p.this {
		margin-top: 100px;
		}
		div.cert_2 p.name {
		margin-top: 70px;
		width: 600px;
		font-style: normal;
		font-family: "Trebuchet MS";
		font-size: 3em;
		border-bottom: 1px solid;
		}
		div.cert_2 p.is {
		margin-top: 15px;
		margin-bottom: 20px;
		}
		div.cert_2 p.expert {
		font-size: 60pt;
		height: 68pt;
		}
		div.cert_2 p.reason {
		margin-top: 10px;
		font-size: 15pt;
		}

 /* Quiz List */
	ol.quiz {
	font-weight: bold;
	font-size: 1.2em;
	}
		ol.quiz > li {
		padding: .5em 0px;
		}
	ol.quiz ol {
	font-weight: normal;
	font-size: .8em;
	list-style-type: lower-alpha;
	/* list-style-image: url('../../build/icons/box.png'); */
	}
		ol.quiz ol > li {
		padding: .3em 0px;
		}

 /* Index Navigation Links */
	.small_nav {
	font-size: .7em;
	width: 600px;
	margin: 0px auto;
	}
		.small_nav li {
		display: inline;
		list-style: none;
		}
		.small_nav a {
		padding: 5px;
		font-weight: normal;
		letter-spacing: .1em;
		white-space: nowrap;
		color: #FFFFFF;
		}

 /* Properties Table */
	table.properties {
	width: 40%;
	margin: 0px 30%;
	border-bottom: 1px solid;
	border-right: 1px solid;
	}
		table.properties td {
		padding: 2px;
		border-top: 1px solid;
		border-left: 1px solid;
		}
		table.properties td, table.properties td * {
		font: 12px "Verdana";
		}
	
	

