/* Cascading Style Sheet for The AquaFire Network */

body {
	width: 630px;
	color: #000000;
	background: #FFFFFF;
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
	font-size: 12pt;
}

/* set defaults for whole page */
div#all {
	background: transparent;
	margin: 0px;
	border: 1px solid #000000;
	padding: 0px;
}

/* The AquaFire Network */
div#title h1 {
	color: #000000;
	background: #906039;
	margin: 0px;
	border: none;
	padding: 0px 0px 9px 13px;
	font-family: serif;
	font-size: 30pt;
	font-weight: bold;
	letter-spacing: 1px;
}

/* Intelligent Design resources... */
div#title p {
	position: relative;
	top: -14px;
	line-height: 0px;
	color: #FFFFFF;
	background: transparent;
	margin: 0px;
	border: none;
	padding: 0px 3px 0px 22px;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

/* for buttons to justify */
.right { text-align: right; }
.left { text-align: left; }

/* home links about */
div#title a:link {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

div#title a:visited {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

div#title a:hover {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

div#title a:active {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

/* Background and links for general biology etc. */
div#buttons p {
	color: #FFE9D0;
	background: #000000;
	margin: 0px;
	padding: 0px 1px 2px 3px;
	text-decoration: none;
	font-size: 8pt;
}

div#buttons a:link {
	color: #FFE9D0;
	font-family: serif;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}

div#buttons a:visited {
	color: #FFE9D0;
	text-decoration: none;
}

div#buttons a:hover {
	color: #906039;
	text-decoration: none;
}

div#buttons a:active {
	color: #FFE9D0;
	text-decoration: none;
}

/* Page subheadings */
div#main h2 {
	color: #FFE9D0;
	background: #906039;
	margin: 0px;
	border: none;
	padding: 1px 1px 1px 20px;
	vertical-align: middle;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13pt;
}

/* Bold text inside page body */
div#main h4 {
	color: #000000;
	background: #FFE9D0;
	margin: 0px;
	border: none;
	padding: 1px 1px 1px 20px;
	vertical-align: middle;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

/* main body of text */
div#main p {
	color: #000000;
	background: #FFE9D0;
	margin: 0px;
	border: none;
	padding: 5px 25px 5px 25px;
	vertical-align: top;
	text-indent: 20px;
	font-size: 12pt;
	font-weight: normal;
}

/* main body link behavior */
div#main a:link {
	color: #000000;
	text-decoration: none;
}

div#main a:visited {
	color: #000000;
	text-decoration: none;
}

div#main a:hover {
	color: #774400;
	text-decoration: none;
}

div#main a:active {
	color: #000000;
	text-decoration: none;
}

/* special styles for individual pages */
div#links p {
	padding: 1px 2px 1px 25px;
	text-indent: 0px;
	text-align: justify;
}

div#about p {
	padding: 15px 25px 15px 25px;
	text-indent: 20px;
	text-align: justify;
}
div#about ol {
	color: #000000;
	background: #FFE9D0;
	margin: 0px;
	border: none;
	padding: 15px 25px 15px 45px;
}
div#about li {
	color: #000000;
	background: #FFE9D0;
	margin: 0px;
	border: none;
	padding: 0px 0px 0px 20px;
	vertical-align: top;
	text-indent: -20px;
	font-size: 12pt;
	font-weight: normal;
}

/* copyright and datestamp */
div#tag p {
	margin: 0px;
	color: #000000;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	clear: both;
}

/* images display without a border */
img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

