
html, body {
	height: 100%;
	background: url("images/starfield.png");
	font-family: "Times New Roman", Serif;
	font-size: 1em;
}

body {
	margin: 0px; padding: 0px;
	color: white;
}

#Container {
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
}

html>body #Container {
	height: auto;				/* Something required for the footer to work correctly in IE 5. */
}

#Content {
	padding: 			1px;	/* The one pixel bug, required to prevent strange borders from occuring */
	padding-bottom: 	156px; 	/* Padding to fix the footer problem */
	/*background-color: 	#a6c;*/
}


#Earth {
	position: 			absolute;
	top:				0px;
	left:				0px;
	width:				305px;
	height:				230px;
	background: 		no-repeat;
	z-index: 0;
}


#Title {
	position: relative;
	padding: 0px;
	left: 30px;
	top:  5px;
	width: 425px;
	height: 25px;
	background: center no-repeat;
}

#Author {
	left: 70px;
	top:  10px;
	position: relative;
	margin: 0px;
	margin-bottom: 20px;
	width: 151px;
	height: 13px;
	padding: 0px;
}

#Navigation {
	position: absolute;
	left: 25px;
	top: 80px;
	width: 170px;
}

.navGroup {
	border: 			thin solid #BEBA8E;
	margin-bottom: 		5px;
	padding: 			0px;
	padding-left: 		5px;
	padding-top: 		2px;
	padding-bottom: 	2px;
	height: 100%;
	background:  url("images/boxcenter.gif");
}

#Navigation  a {
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#Navigation  a:hover {
	display: block;
	color: white;
	text-decoration: underline;
}

#PageContent {
	margin-top: 		25px;
	margin-left: 		210px;	/* Margin to move the text over the required mount */
	padding:			5px;
	padding-left:		10px;
	padding-right:		10px;
	width: 				535px;
	background:			url("images/lcontentbox.gif");
}

#DarkBox {
	padding-bottom:		1px;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		10px;
	padding-right:		10px;
	height:				100%;
	background:			url("images/dcontentbox.gif");
}

#PageContent h2 {
	margin-top:   		0px;
	padding-top:  		0px;
	color: 			#3EB9F3;
	margin-left: 		25px;
}

#PageContent h3 {
	color: 			#3EB9F3;
}


#Footer {
	text-align:			center;
	position: 			absolute;
	bottom: 			0px;
	padding: 			0px;
	height: 			148px;
	width:				780px;
	background: 		url("images/moonscape.gif") no-repeat;
	z-index:			1;
	
	/*background-color: 	#609;*/
}


#Gradient {
	text-align:			center;
	position: 			absolute;
	bottom: 			0px;
	padding: 			0px;
	height: 			156px;
	width:				100%;
	z-index:			0;
	
	/*background-color: 	#609;*/
}

#TopBorderTop {
	position: 			absolute;
	left: 				192px;
	top: 				50px;
	width: 				363px;
	height: 			56px;
	background: 		url("images/topbordertop.gif");
}

#TopBorderSide  {
	position: 			absolute;
	left: 				192px;
	top: 				50px;
	width: 				36px;
	height: 			281px;
	background: 		url("images/topborderside.gif");
}

#Footer p {
	margin-top: 		116px;
	padding: 			0px;
	font-size: 			12px;
}


#MoonScape {
	
}

a {
	color: #0099ff;
}

#Navigation a.subNav {
	font-family: "Ariel", Sans-Serif;
	font-weight: normal;
	font-size: .75em;
	margin-left: 15px;
}


p {
	font-family: "Times New Roman", Serif;
	text-indent: 15px;
}

p:first-letter {
	font-wight:bold;
	font-size: 1.5em;
}

p.temporary {
	color: red;
}


p.Question {
	margin: 20px;
	margin-top: 25px;
	margin-bottom: 0px;
	text-indent: -20px;
	font-weight: bold;
}

p.Answer {
	margin: 20px;
	margin-top: 5px;
	text-indent: -20px;
}

.Vocab {
	font-weight: bold;
}

#PurchaseLink {
	position: absolute;
	left: 570px;
	top: 40px;
	font-size: 16px;
}