/* Trash Zone style sheet                 */
/*     Final Project - CSCI28B            */
/*     Doug Tedsen                        */

	body		{
				background-color: #707070;
				font-family: Arial, Verdana, sans-serif;
				font-size: 14px;
				}
				
	#zonetitle	{position: absolute; top: 0%; left: 0%;
				z-index: 2;
				}
				
	#zonecontent	{position: absolute; top: 60px; left: 0%;
				width: 768px;
				z-index: 1;
				}
				
	#zonegallery	{position: absolute; top: 55px; left: 0px;
				width: 580px;
				z-index: 2;
				}
	
	#contentMid	{position: absolute; top: 100px; left: 100px;
				}
	
	#contentLeft	{position: absolute; top: 0%; left: 20px;
				width: 560px;
				height: 560px;
				float: left;
				}
				
	#contentRt	{
	position: absolute;
	top: 0%;
	right: 0%;
	width: 180px;
	height: 243px;
				}
				
	#contentRt p	{
				line-height: 90%;
				}
				
	#contentMain {position: absolute; top: 10px; left: 20px;
				width: 560px;
				line-height: 95%;
				}
	
	#contentMain .imgL {float: left;
				margin-top: 5px;
				margin-right: 10px;
				}
				
	#contentMain .imgR {float: right;
				margin-top: 5px;
				margin-left: 10px;
				}
				
	#contentMain .imgC {float: right;
				margin-left: 10px;
				}
				
	.caption	{text-align: center;
				font-size: 9px;
				}
				
	.credits	{text-align: left;
				font-size: 10px;
				margin-left: 10px;
				}
				
	.credits2	{text-align: left;
				font-size: 10px;
				}
	
	#zonelinks	{position: absolute; bottom: 10px; right: 15px;
				background-color: #707070;
				width: 180px;
				height: 180px;
				float: right;
				z-index: 3;
				}
				
	.indent15	{text-indent: 15px;}
	
	a:link 		{
				color: #660000;
				text-decoration: none;
				}
				
	a:visited	{
				color: #660000;
				text-decoration: none;
				}
				
	a:hover		{
				color: #FFCC0C;
				text-decoration: none;
				}
				
	a:active 	{
				color: #660000;
				text-decoration: none;
				}

