﻿body 
{
	background-color: #8aa7b1;
	text-align: center;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Arial', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	line-height: 185%;
	margin-left:auto;
	margin-right:auto;

}

#Ticker
{
	text-align: center;
	width: 748px;
	height: 34px;
	font-size: 14pt;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #e2f2f2;
	padding-top: 10px;
}

#PageBody
{
	width: 548px;
	border: solid 1px #000000;
	background-image: url("images/page_bg.jpg");
	padding: 10px 10px 10px 190px;
	text-align: left;
	font-size: 9pt;
}

#PageBody h1
{
	color: #286a7b;
	font-size: 18pt;
}

#PhotosMain
{
	background-image: url("images/page_bg.jpg");
	border: solid 1px #000000;
	text-align: left;
	font-size: 9pt;
	width: 748px;
	padding: 10px 0px 10px 0px;
}

#PhotosT 
{
	width: 170px;
	text-align: left;
	float: left;
	font-size: medium;
	padding: 0px 10px 0px 10px;
}


#PhotosBody
{
	width: 548px;
	margin-left: 190px;
}

#PhotosMain h1
{
	color: #286a7b;
	font-size: 18pt;
}


hr.cleardup {
	clear:both; margin: 0;  width:0px; color:#a7ced5; border: 0; background-color: #a7ced5;  
	}
	
	
.PriceAlt
{
	 background-color: #e4edf6;
}

.PriceAltSold
{
	 background-color: #ffbbbb;
}

.PriceSold
{
	background-color: #ffcccc;
}

.title
{
	text-decoration: none;
	color: #000000;
}
	
	
	
