	body
	{
		padding: 0;
		margin: 0;
		text-align: center;
		background-color: #663300;
		color: #000000;
	}
	
	.container
	{
		width: 900px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content
	{
		padding-top: 0px;
		background-color: #fffded;
		width: 900px;
		font: 12px georgia, serif;
		float: left;
		text-align: left;
		color: #000000;
	}
	
	.linkarea
	{
		
		background-color: #003366;
		width: 900px;
		height: 20px;
		font: 12px georgia, serif;
		float: right;
		text-align: left;
		color: #000000;
	}
	
	.strip
	{
		background-color: #003366;
		width: 900px;
		height: 5px;
		display: block;
		font: 5px georgia, serif;
		color: #003366;
	}
		
	.pad
	{
		padding-left: 25px;
		padding-right: 25px;
		margin-left: 210px;
		border-left: 1px solid black;
	}
	
	.pad a:link    {color: #ff0033; font-weight: bold; background-color:#fffded; text-decoration: none;}
	.pad a:visited {color: #ff0033; font-weight: bold; background-color:#fffded; text-decoration: none;}
	.pad a:hover   {color: #ff0033; font-weight: bold; background-color:#fffded; text-decoration: underline;}
	.pad a:active  {color: #ff0033; font-weight: bold; background-color:#fffded; text-decoration: none;}
	
	.side
	{
		float:left;
		width:200px;
		margin:0;
		padding: 10px;
		font-size: 11px;
	}
	
	.side a:link    {color: #cc3333; font-weight: bold; background-color:#fffded; text-decoration: none;}
	.side a:visited {color: #cc3333; font-weight: bold; background-color:#fffded; text-decoration: none;}
	.side a:hover   {color: #cc3333; font-weight: bold; background-color:#fffded; text-decoration: underline;}
	.side a:active  {color: #cc3333; font-weight: bold; background-color:#fffded; text-decoration: none;}
	
	.footer
	{
		float: left;
		text-align: left;
		margin-left: 10px;
		width: 800px;
		font-size: 12px;
		color: #ffffff;
	}
	
	.footer a:link    {color: #ffffff; font-weight: bold; background-color:#663300; text-decoration: none;}
	.footer a:visited {color: #ffffff; font-weight: bold; background-color:#663300; text-decoration: none;}
	.footer a:hover   {color: #ffffff; font-weight: bold; background-color:#663300; text-decoration: underline;}
	.footer a:active  {color: #ffffff; font-weight: bold; background-color:#663300; text-decoration: none;}
	
	.resultsMain
	{
		float: left;
		text-align: left;
		width: 500px;
		margin-left: 50px;
		font-size: 12px;
		color: #000000;
	}
	
	.results
	{
		float: left;
		text-align: left;
		width: 728px;
		margin-left: 86px;
		font-size: 11px;
		color: #000000;
	}
	
	#textArea
	{
		width:720px; 
		height:300px; 
		padding-top: 20px;
		padding-left: 10px;
		text-align: left;
		overflow: auto;
		font: 12px georgia, serif;
		SCROLLBAR-FACE-COLOR: #cc0000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #ffdcff; 
		SCROLLBAR-SHADOW-COLOR: #999999; 
		SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
		SCROLLBAR-ARROW-COLOR:  #000000; 
		SCROLLBAR-TRACK-COLOR: #E3E3E3; 
		SCROLLBAR-DARKSHADOW-COLOR: #666666;
		border: 1px solid #000000;
	}
	
	.photos
	{
		float: left;
		text-align: left;
		width: 890px;
		margin-left: 30px;
		font-size: 12px;
		color: #000000;
	}
	
	.picturelist
	{
		width:180px;
	}

	.picturearea
	{
		width:650px;
		font: Arial;
		display: inline;
		filter: alpha(opacity=100);
		-moz-opacity: 0;
	}
	
	.image-download-link a:link    {color: #cc0033; font-weight: bold; background-color:#fffded; text-decoration: none;}
	.image-download-link a:visited {color: #cc0033; font-weight: bold; background-color:#fffded; text-decoration: none;}
	.image-download-link a:hover   {color: #cc0033; font-weight: bold; background-color:#fffded; text-decoration: underline;}
	.image-download-link a:active  {color: #cc0033; font-weight: bold; background-color:#fffded; text-decoration: none;}
	
	.list-bold
	{
		font-weight: 700;
	}
	
	.line
	{
		text-align: center;
	}
	
	h1
	{
		font: 24px georgia, serif;
		font-weight: bold;
		font-style: italic;
		margin-bottom: -15px;
	}
	
	h2
	{
		font: 17px georgia, serif;
		font-weight: bold;
		font-style: italic;
		margin-bottom: -15px;
	}
	
	h3
	{
		font: 13px georgia, serif;
		font-weight: bold;
		font-style: italic;
	}
	
	a:link 	  {color: #635445; font-weight: bold; background-color:#fffded; text-decoration: none;}
	a:visited {color: #635445; font-weight: bold; background-color:#fffded; text-decoration: none;}
	a:hover   {color: #000000; font-weight: bold; background-color:#fffded; text-decoration: underline;}
	a:active  {color: #635445; font-weight: bold; background-color:#fffded; text-decoration: none;}
	
	.menu
	{
		width: 650px;
		height: 20px;
		padding-left: 180px;
		background-color: #003366;
	}

	.menu a{
		background: #003366;
		padding-right: 20px;
	}

		.menu a:link    {color: #cc0000; font-weight: bold; background-color:#003366; text-decoration: none;}
		.menu a:visited {color: #cc0000; font-weight: bold; background-color:#003366; text-decoration: none;}
		.menu a:hover   {color: #cc0000; font-weight: bold; background-color:#003366; text-decoration: underline;}
		.menu a:active  {color: #cc0000; font-weight: bold; background-color:#003366; text-decoration: none;}

	ul {
		background-color: #003366;
		border-bottom: 0px solid #999999 ;
		list-style-type: none ;
		margin: 0px 0px 0px 0px ;
		padding-top: 2px;
	}
	
	.h2-photos h2
	{
		font: 20px georgia, serif;
		font-weight: bold;
		font-style: italic;
		margin-bottom: 0px;
	}
	
	.link-bold
	{
		font-weight: 700;
		padding-right: 20px;
	}
	
	.page-links a
	{
		background: #fffded;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	
		.page-links a:link    {color: #cc0000; font-weight: bold; background-color:#fffded; text-decoration: none;}
		.page-links a:visited {color: #cc0000; font-weight: bold; background-color:#fffded; text-decoration: none;}
		.page-links a:hover   {color: #cc0000; font-weight: bold; background-color:#fffded; text-decoration: underline;}
		.page-links a:active  {color: #cc0000; font-weight: bold; background-color:#fffded; text-decoration: none;}

	ul.right {
		text-align: right;
	}
	
	ul.left {
		text-align: left;
	}

	ul li {
		display: inline ;
		padding: 0px 3px 0px 3px ;
	}

	div#slideshow{
		width:190px;
		padding-left:0px;
		padding-top:0px;
		float:left;
	}
	
	.bestpic
	{
		background-color: #fffded;
		width: 200px;
		float: left;
		font: 10px georgia, serif;
		color: #cc0033;
		padding-top: 18px;
	}
	
	
	.adspaceBig
	{
		background-color: #fffded;
		width: 888px;
		height: 90px;
		float: right;
	}
	
	.adBig
	{
		background-color: #fffded;
		width: 728px;
		height: 90px;
		float: right;
		padding-right: 86px;
	}
	
	.adspaceBig2
	{
		background-color: #fffded;
		width: 888px;
		height: 15px;
		float: right;
	}
	
	.adBig2
	{
		background-color: #fffded;
		width: 728px;
		height: 15px;
		float: right;
		padding-right: 86px;
	}
	
	.adspace
	{
		background-color: #fffded;
		width: 620px;
		height: 60px;
		float: right;
	}
	
	.ad
	{
		background-color: #fffded;
		width: 468px;
		height: 60px;
		float: right;
		padding-right: 116px;
	}
	
	.adspace2
	{
		background-color: #fffded;
		width: 620px;
		height: 15px;
		float: right;
	}
	
	.ad2
	{
		background-color: #fffded;
		width: 468px;
		height: 15px;
		float: right;
		padding-right: 116px;
	}

