
/* gahtering wisdom style sheet */
body, p, td, li, ul, ol {	font-size: 100%;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	border-color: #000000;
	color: #ffcc99;
	}
	
body {background-color: #000000;
}
	

#pagediv {width: 100%;
				max-width: 840px;
				margin: 0 auto;
				background-color: #000000; }
			
#content-left {
		width: 25%;
		padding: 1em;
		float: left;
		display: block;
		clear: right;
}


#content-right {
		width: 70%;
		padding: 0;
		float: left;
			display: block;
}
	

/* comment: H1 - blue */

h1 {	font-size: 150%;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-color: #000000;
	color: #9999cc;
}

/* comment: H1 - blue */

h2 {	font-size: 120%;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-color: #000000;
	color: #ffffff;
	}
	
	
/* comment: H3 - Cream ?? */

h3 {	font-size: 100%;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-color: #000000;
	color: #ffcc99;
	}


/* comment: H4 - blue */

h4 {	font-size: 90%;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-color: #000000;
	color: #9999cc;
	}


	

/* comment: bold links with hovering underline are default */

a:link {text-decoration: none; color: #9999cc; font-weight: bold;}
a:visited {text-decoration: underline; color: #cc9966;}
a:hover {text-decoration: underline; color: #ff6666;}
a:active {text-decoration: underline; color: #ff3366;}
	

.boldtextlink { text-decoration: underline; }

.textlink {  text-decoration: underline;  font-weight: normal;}

.nolinetextlink {  text-decoration: none;  font-weight: normal;}


	
.blue { color: #9999cc; }


	
.smalllist { font-size: 90%; }

.copyright { font-size: 80%; text-align: center;}

.center { font-size: 100%; 
	text-align: center;
	vertical-align: top; }

.centeredlist { font-size: 90%; 
	text-align: center;
	color: #ffcc99;
	vertical-align: top; }
	

.leftlist { font-size: 90%; 
	text-align: left;
	color: #ffcc99;
	vertical-align: top; }
	
.bold { font-weight: bold; }

		