	
/* Even in all browsers */

html, body, ul, ol, li, p,
h1, h2, h3, h4,
form, fieldset, a {
margin:						0;
padding:					0;
border:						0;
}
	
body
	{
		font:				12px gill sans,verdana,helvetica,arial;
		color:				#1b9332;
		margin:				0 0 1px;			
 		width:				1400px;		
		background-color:	#00461a; 
		border:				0;overflow:scroll;
		height: 100%;
		padding: 0;
	}
	
	table
{
    border-color: #1b9332;
    border-width: 0 0 0px 0px;
}

td
{
    border-color: #1b9332;
    border-bottom: solid;
    border-bottom-width: 6px; 
    margin: 0;
  
}


#background
	{
	width:1350px;
	padding-top:0px;
	margin:0px;
	margin-top:0px;
	padding-left:0px;
	text-align:center;
	}
	
#thumbnails
	{
	width:1350px;
	padding-top:0px;
	padding-left:0px;
	margin-top:0px;
	}
	
p
	{
		font:				12px;
		font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
		color:				#1b9332;
		line-height: 14px;
		
	}
	
