body {
background-color: #00645e;
color: #ffffff;
min-height: 1000px;
font-size: 12px;
}

ol {
	list-style-type: disc;
}
#all {
	position: absolute;
	left: 10px;
	right: 10px;
	min-height: 800px;
	}


#shepguide {
	position: absolute;
	left:0px;
	right:10px;
	width: 600px;

}

#content {
	padding: 0px 50px 90px 50px;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #666;
	border: 1px solid #ccc;
	border-top: none;
	text-align:left; /* part 2 of 2 centering hack */
	width: 800px; /* ie5win fudge begins */
	}

#navbar {
	position: absolute;
	top:155px;
	left: 5px;
	min-height: 15px;
	min-width: 590px;
	padding: 5px;
	background-color: #191970;
	font-family: sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#textlinks {
	width: 790px;
	text-align: center;
}

a:link {
	font-family: sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;}
a:hover {
	font-family: sans-serif; 
	font-size: 12px;
	color: #000000; 
	text-decoration: none;}
a:visited {
	font-family: sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;}

a.nav:link {
	font-family: sans-serif; 
	color: #ffffff; 
	font-size: 14px;	
	text-decoration: none;}

a.nav:hover {
	font-family: sans-serif; 
	font-size: 14px;
	color: #000000; 
	text-decoration: none;}

a.nav:visited {
	font-family: sans-serif; 
	font-size: 14px;
	color: #ffffff; 
	text-decoration: none;}

#paragraphbg {
	position: absolute;
	top: 185px;
	padding-bottom: 30px;
	right: 10px;
	left: 5px;
	background-color: #F0FFFF;
	min-height: 400px;
	max-width: 600px;
}

#navfwd {
	position: relative;
	left: 10px;
	top: 20px;
}

#button1 {
	position: absolute;
	top: 158px;
	left: 20px;
}
#button2 {
	position: absolute;
	top: 158px;
	left: 110px;
}

#button3 {
	position: absolute;
	top: 158px;
	left: 200px;
}


#paragraph1 {
	position: relative;
	top: 10px;
	
}

.info { 
	font-size: 16px;
	position: relative;
	left: 10px;
	max-width: 550px;
	right: 10px;
	}
	
.boldinfo { 
	font-size: 16px;
	position: relative;
	left: 10px;
	right: 10px;
	font-weight: bold;
	max-width: 550px;
	}

.italicinfo { 
	font-size: 16px;
	position: relative;
	left: 10px;
	right: 10px;
	font-style: oblique;
	max-width: 550px;
	}	
	
.heading {
	position: relative;
	left: 10px;
	right: 10px;
	font-family: myriad pro, myriad, arial black, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFA500;
	max-width: 550px;

}