/*annesecor style*/
	*
	{
		margin: 0;
		padding: 0;
	}
	
	html,body
	{
		height: 100%;
		background-color: #fff;
		min-height: 600px;
		font-family: Arial, Verdana, Geneva, sans-serif;
		color: #666;
	}
	
	#horizon
	{
		color: white;
		background-color: #fff;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		height: 1px;
		overflow: visible;
		visibility: visible;
		display: block;
		min-width: 800px;
		
	}
	
	#content
	{
		font-family: Arial, Verdana, Geneva, sans-serif;
		color: #f00;
		background: #fff;
		border: solid 1px #999;
		margin-left: -450px;
		position: absolute;
		top: -300px;
		left: 50%;
		width: 900px;
		height: 600px;
		min-height: 600px;
		visibility: visible;
	}

/**************************************************************
  Main Section
**************************************************************/
	#info
	{
		width: 900px;
		height: 600px;
		min-height: 600px;
		margin-top: 0px;
		background: url('../images/info.gif') no-repeat 15px 365px;
	}
	
	.img_info
	{ background: url('../images/spacer.gif') no-repeat 15px 365px;
		width: 50px;
		height: 210px;
		position:absolute;
		margin-left: 15px;
		margin-top: 365px;
		
		
	}
	
	#final
	{
		width: 900px;
		height: 600px;
		margin-top: 0px;
		background: url('../images/49.gif') no-repeat 1px -20px;
	}
	
	.img_pad
	{padding-top:78px;}
	
	.img_pad47
	{padding-top:37px;}
	
		
	.img_pad47_other
	{padding-top:42px;}
	

	
	
	#img_container
	{
		margin-top: -5px;
		width: 900px;
		height: 450px;
		border-top: solid 1px #444;
		padding: 0;
		color: #fff;
		display:table;
	}
	
	#main_img
	{
		width: 750px;
		height: 250px;
		border: solid 1px #444;
		margin-top: 10px;
		margin-left: 54px;
		text-align:center;
	}
	
/**************************************************************
  Pagination
**************************************************************/

	#navholder
	{
		position: absolute;
		bottom: 25px;
		right: 25px;
	}
	
	#navholder_final
	{
		position: absolute;
		bottom: 25px;
		right: 107px;
	}
	
	#nav ul
	{
		margin-top: 0;
		padding-left: 0;
		display: inline;
		font-family: Arial, Verdana, Geneva, sans-serif;
		font-size: 8pt;
		color: #555;
	}
	
	#nav ul li
	{
		margin-left: 0;
		padding: 3px 5px;
		border-left: 1px solid #fff;
		list-style: none;
		display: inline;
	}
	
	#nav ul li.first
	{
		margin-left: 0;
		border-left: none;
		list-style: none;
		display: inline;
		
	}
	.white
	{
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	
	#blank
	{	
		display:none;
	}
	
	.mids
	{
		color: #666;
		font-weight: bold;
		text-decoration: none;
	}
	
	.mids a:link
	{
		color: #666;
		font-weight: bold;
		text-decoration: none;
	}
	
	.mids a:visited { color: #999; 
			font-weight: bold;
		text-decoration: none;}
	.mids a:hover { color: #d63030; 
			font-weight: bold;
		text-decoration: none;}
	
	.ends a:link
	{
		color: #999;
		font-weight: bold;
		text-decoration: none;
	}
	
	.ends a:visited 
	{ 		color: #999; 
			font-weight: bold;
			text-decoration: none;
	}
	
	.ends a:hover 
	{ 	color: #d63030; 
		font-weight: bold;
		text-decoration: none;
	}
	
	.arrowpad
	{
		position: absolute;
		margin-top: 1px;
		margin-left: 1px;
		color: #999; 
		font-weight: bold;
		text-decoration: none;}
	}