div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
	  
		html { font-size: 13px; font-family: Arial, Helvetica, sans-serif; }

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

a:link, a:visited, a:hover {
	color: #daa520;
	text-decoration: none;
	font-weight: bold;
}

.axiom {
	color: #093; text-decoration: none;
	font-weight: bold; text-transform: uppercase;
}

.com {
	color: #a52a2a;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.linemarker {
	background-color: #ff0; color: #000;
	text-decoration: none; font-weight: normal;
}

#page_wrap {
	width: 480px;
	z-index: 1;
	margin: 10px auto;
}

#down_there {
	width: 480px;
	height: 200px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background: url("down-there.png") bottom center no-repeat;
}

#down_here {
	width: 480px;
	height: 200px;
	bottom: 0px;
	background: url("down-there.png") bottom center no-repeat;
}

#logo {
	width: 480px;
	background-color: black;
}
		#heading {
			display: block;
			text-align: center;
			margin-bottom: 1em;
		}
		#heading * {
			color: #fff;
			display: inline;
			padding: 4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		#heading li.active {
			background-color: #093;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		#buttons {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
		
		#wrapper {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #060606;
}
		
		#panes {
	text-align: justify;
	border-style: none;
	/*width: 245px;*/
	margin: 0 1em 0 1em;
}
		
		#pane p {
		  color: #fff;
		  width: 480px;
		  margin: 0 auto 1em auto;
		  line-height: 1.2em;
		}
		
		#pane div div { overflow: hidden; }
		
		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; }
		
#content ul {

	list-style:none;

}

#content li {

	padding-left: 25px;

	padding-top: 0;

	background-image: url(img/arrow.png) ;

	background-repeat: no-repeat;

	background-position: 10px 5px;

}

#content ol{

	margin-left:40px;

	list-style-position:inherit;

}