@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: small;
	color: #fff;
	text-align: center;
	background-image: url("../_themes/gailstonerealty/wertilea.jpg");
	background-repeat: repeat;
	background-color: #333399;
	text-align: left;
}

a:link{
	color: #cc9900;
}

a:visited {
	color: #9966cc;
}

a:active {
	color: #99cc00;
}

a:hover {
	color: #9966cc;
}


h1
{
 font-family: Arial, Verdana, Sans-serif;
 font-size: 48px;
 font-weight: bolder;
 color: #ffffff;
 text-align: center;
}

h2
{
 font-family: Arial, Verdana, Sans-serif;
 font-size: 36px;
 font-weight: bolder;
 color: #cc9900;
 text-align: center;
}

h3
{
 font-family: Arial, Verdana, Sans-serif;
 font-size: 36px;
 font-weight: bolder;
 color: #ffffff;
 text-align: center;
}
 
h4
{
   font-family: Arial, Verdana, Sans-serif;
   font-size: 22px;
   font-weight: bolder;
   color: #cc9900;
   text-align: center;
 }
 
#holder
{
  width: 864px;
  margin: 0 auto;
}

.head
{
	font-family: Jester, sans-serif; 
	font-size: 48px; 
	font-weight: bold; 
	text-align: left;
	color: #fff;
}

.head-sm
{
	font-family: Jester, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.emphasis
{
  font-weight: bold;
  color: #cc9900;
}

#container
{
	margin: 0 auto;
}

#header
{
  width: 100%;
  text-align: left;
}

#content {
	margin: 0 auto;
	text-align: center;
}

#property {
	margin: 0 auto;
}

#property p {
	text-align: left;
	line-height: 20px;
}

.thumb {
	width: 200px;
	border: 2px solid #cc9900;
}

.textprop {
	text-align: left;
	line-height: 20px;
}

.thumbsold {
	width: 200px;
	border: 2px solid #ffffff;
}

.sold {
	width: 100px;
	height: 100px;
	position: relative;
	float: right;
}
	
#contact
{
  width: 85%; 
  margin: 0 auto;
  border-width: 0; 
  cellpadding: 4; 
  align: center;
}

#contact td
{
	width: 100%; 
	vertical-align: top; 
	text-align: center; 
	font-family: Arial, 
	sans-serif; 
	font-size: 12pt;
}

#nav
{
  width: 85%;
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
  cellpadding: 10px;
  cellspacing: 10px;
}

#nav td
{
	width: 33%;
	text-align: center;
}

#footer
{
  width: 85%;
  margin: 0 auto;
  font-family: Arial, sans-serif; 
  border-width: 0; 
  cellpadding: 0; 
  cellspacing: 0;
  font-size: 12px;
}

