/* odddug style sheet                 */

	body		{
				background-color: #363636;
				font-family: Arial, Verdana, sans-serif;
				font-size: 14px;
				color: #FFFFFF;
				}
				
	.chicago	{
				background-color: #363636;
				font-family: Chicago, Arial, Verdana, sans-serif;
				font-size: 36px;
				color: #FFFFFF;
				}
				
	
				
	#oddtitle	{position: absolute; top: 0%; left: 0%;
				width: 350px;
				height: 50px;
				}
				
	#oddindex		{
				position: absolute; top: 40px;
				width: 640px;
				height:680px;
				background-color: #363636;
				text-align: center;
				color: #FFFFFF;
				}
				
	#oddall		{
				position: absolute; top: 80px;
				width: 640px;
				height:680px;
				background-color: #363636;
				text-align: center;
				color: #FFFFFF;
				}
				
	#oddny		{
				position: absolute; top: 20px;
				background-color: #363636;
				text-align: center;
				color: #FFFFFF;
				}
				
	#oddcontent	{
				position: absolute; top: 80px;
				text-align: center;
				}
	
	#oddstooge	{
				position: absolute; top: 80px;
				width: 640px;
				background-color: #363636;
				text-align: center;
				color: #FFFFFF;
				}
	
	#oddcontent img {
				border-style: solid;
				border-width: 2px;
				border-color: #000000;
				}
				
	#oddright	{position: absolute; top: 60px; right: 0%;
				width: 125px;
				height: 680px;
				background-color: #FEF886;
				/* float: right; */
				}
				
	#oddright p	{margin: 5px;
				}
				
	#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: 208px;
				}
				
	#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;
				}
				
	.subtitle	{
				font-size: 24px;
				color: #999999;
				}
				
	.here		{
				color: #FFCC0C;
				font-size: 14px;
				}
				
	.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: #CE3333;
				text-decoration: none;
				font-size: 14px;
				}
				
	a:visited	{
				color: #CE3333;
				text-decoration: none;
				font-size: 14px;
				}
				
	a:hover		{
				color: #FFCC0C;
				text-decoration: none;
				font-size: 14px;
				}
				
	a:active 	{
				color: #CE3333;
				text-decoration: none;
				font-size: 14px;
				}