/* CSS Document */


body {
	background-image: url(images/background3.jpg);
	color: #333333;
	margin-top: -6px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.header {
	font-size: 18px;
	font-weight: bold;
	color: #009900;
	}

#container	{
	position: relative;
	top: 0px;
	left: 0px;
	}
	
#news {
	position: absolute;
	top: 140px;
	left: 120px;
	}
	
#bio	{
	position: absolute;
	top: 200px;
	left: -10px;
	}
	
#contact {
	position: absolute;
	top: 268px;
	left: 130px;
	}
	
#history	{
	position: absolute;
	top: 395px;
	left: 120px;
	}

#funland	{
	position: absolute;
	top: 345px;
	left: -8px;
	}
	
#twowomen	{
	position: absolute;
	top: 40px;
	left: 300px;
	z-index: 3;
}


#notebookpaper	{
	position: absolute;
	top: 6px;
	left: 278px;
	z-index: 2;
	}
	
#textheader	{
	position: absolute;
	top: 52px;
	left: 56px;
	z-index: 4;
}

	
#text	{
	position: absolute;
	top: 86px;
	left: 61px;
	z-index: 6;
	width:290px;
	visibility: visible;
}

 .bullet	{
	margin-left: -8px;
}

.bottomnav	{
	color: #009900;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
.bottomnav:hover	{
	text-decoration:none;
	color: #00CC00;
	}

#bottomnavtext	{
	color: #FF0000;
	}

.pic	{
	border: 2px solid red;
	}
	
.quote	{
	font-size: 13px;
}

.showhistory {
	font-size: 11px;
	}

.quotecredit	{
	font-size: 10px;
	padding-left: 10px;
	color: #FF0066;
}
