body
{
	background-color: #e6e6fa;
	margin-top: 0px;
	line-height: 30px;
	font-weight: bold;
}
	
#mainContent
{
	position: relative;
	width:806px;
	height:600px;
	left:50%;
	top: 0px;
	margin-left: -403px;
	background-color: white;
	padding: 5px 0px 5px 0px;
}

#header
{
	position: relative;
	width:806px;
	height: 100%;
	left:50%;
	top: 0px;
	margin-left:-403px;
	margin-bottom: 0px;
	padding: 0px 0px 5px 0px;
	background-color: white;
}

#Copyright
{	
	float: left;
	position:relative;
	width: 806px;
	height: 50px;
	left: 50%;
	margin-left: -403px;
	background-color: #white;
	padding: 5px 0px 0px 0px;
}

#size
{	
	float: left;
	width: 24.75%;
	padding: 5px 0px 0px 0px;
	background-color:white;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

#footage
{
	float: left;
	width: 24.75%;
	background-color: white;
	padding: 5px 0px 0px 0px;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

#oldprice
{
	float: left;
	width: 24.75%;
	padding: 5px 0px 0px 0px;
	background-color: white;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

#newprice
{
	float: left;
	width: 24.75%;
	padding: 5px 0px 0px 0px;
	background-color: white;
	color: #cc3333;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

#UnitSize
{
	float: left;
	width: 33.3%;
	padding: 5px 0px 0px 0px;
	background-color: white;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	border-width: 0px;
	border-style: solid;
	border-color: black;
}

#UnitSqFt
{
	float: left;
	width: 33.3%;
	padding: 5px 0px 0px 0px;
	background-color: white;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	border-width: 0px;
	border-style: solid;
	border-color: black;
}

#UnitPrice		
{
	float: left;
	width: 33.3%;
	padding: 5px 0px 0px 0px;
	background-color: white;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	border-width: 0px;
	border-style: solid;
	border-color: black;
}

#Messages
{
	float: left;
	width: 0%;
	height: 1020px;
	padding: 5px 0px 0px 0px;
	background-color: white;
	font-family: "Arial", sans-serif;
	font-size: 13px;
}
#mainContent a:link
{
	color: blue;
	font-size: 14px;
	font-weight: bold;
}

#mainContent a:hover
{
	color: navy;
	font-size: 14px;
	font-weight: bold;
}

#mainContent a:active
{
	color: navy;
	font-size: 14px;
	font-weight: bold;
}

#mainContent a:visited
{
	color: navy;
	font-size: 14px;
	font-weight: bold;
}

#mainContent p
{
	padding: 10px;
}

#mainContent h3
{	
	padding: 10px;
}