a:link { color: #000; text-decoration: none; font-weight: normal; }
a:visited { color: #000; text-decoration: none; font-weight: normal; }

/* Layout */
* {
  margin: 0;
  padding: 0;
}

html, body { height: 100%; /* Required */ }

body {
	font: 13px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.4;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter { height: 100%; }

#container-page {
    margin: 0 auto;
		width: 100%;
    position: relative;
    text-align: left;
    min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
}

#head { display: none; }

#container-content { padding-bottom: 50px; }

#container-content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#content {
	margin: 0px 5px;
	padding: 30px 0 0 0;
}
/*  \*/
* html #content { height: 1%; }
/*  */

#footer {
	border-top: 1px solid black;
  width: 100%;
	text-align: left;
}

#footer:after {
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
/*  \*/
* html #footer { height: 1%; }
/*  */ 

#foot {
	padding: 0 1em;
}
/* End Layout */

/* Top Menu */
#topnav { display: none; }

.catnav { display: none; }

/* Miscellanaeous */
.col { width: 100%; padding: 8px; }

.showcase embed { display: none; }

.nextchapter { display: none; }
.prevchapter { display: none; }

.articletoc { display: none; }

#galiconlist { display: none; }
#picframe { width: 100%; }
.liclear { width: 100%; }
.lireg { width: 100%; }
.filed { display: none; }
.prev { display: none; }
.next { display: none; }

.adminnav { display: none; }