/* 

PRINT STYLE SHEET FOR AUTONOPEDIA
Created by Mikal
www.autonopedia.org
*/

@import url("autonomous.css");



#container  { 
   width: 100%;/* ADJUST to suit (can be left out, or a percentage) */
   text-align:left;/* important = IE5 fix */
	position: relative;
	overflow: hidden;
}
#header {
	height: 0px;
	overflow: hidden;
	display: none;
}

div#contentwrap {
	float:none;
	width:100%;
	width: 100%;
}
div#sidebar-right {
	float: none;
	width: 0px;
	padding-top: 0px;
	display: none;
}
/* legacy */
div#content {
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
}
.google {
	width: 0px;
	height: 0px;
	display: none;
}

/* ---------- 3. links and navigation ---------- */
a {
	color: #000000;
}
a:visited {
	color: #000000;
}	

.header {
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
}
 .header h1 {
	color: #000000;
}
.nav {
	border: 1px solid #A9A9A9;
}
.index {
	border: 1px solid #A9A9A9;
}
.home {
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
}
#index a:link {
	color: #000000;
	text-decoration: none;
}
.breadcrumb {
	color: #A9A9A9;
}
.breadcrumb a:link {
	color: #A9A9A9;
}

table {
	border: 0px solid #000000;
}
table.layout {
	border: none;
}
table.layout td {
	border: none;
}
td {
	border: 1px solid #CCCCCC;
}
#bodyhome h1 {
	color: #000000;
}

#food h1 {
	color: #000000;
}

#fstaid h1 {
	color: #000000;
}

#healing h1 {
	color: #000000;
}

#herbal h1 {
	color: #000000;
}
#survive {
}
#survive h1 {
	color: #000000;
}

#tech h1  {
	color: #000000;
}
		
#content h1 {
	color: #000000;
}

div.retrieve {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	border-top: 1px solid #A9A9A9;  
	margin: 0px 30px;
}
.logo {
	font-family: "Courier New", Courier, monospace;
	font-size: 130%;
	font-style: normal;
	padding-left: 1em;
}
