/*Define style for body*/


body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
 	color: #000000;	
	background-color: #FFFFFF;
	margin-top: 0px;
}

#wrapper
{
width: 800px;
margin-left: 9%;
margin-right: 9%;
border: 1px solid #000000;
}

#top
{

}

#content
{
padding-left: 2em;
padding-right: 1em;
}

#content img 

{
padding: 0.5em;
}
/*if this doesn't work with id try it with class*/


/*Define style for links */

a:link {text-decoration: none; color: #2047C6;}
a:visited {text-decoration: none; color: #2047C6;}
a:hover, a:active { text-decoration: underline; color: #2047c6;}

/*Define style for header(s)*/

h1
{	display: inline;
	color: #C2022A;
	font-size: 24px;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #C2022A;
}

h2
{
	font-size: 16px;
	color: #2047C6;
	font-weight: bold;
}

#footer
{
padding-top: 1em;
padding-bottom: 1em;
margin-left: 25%;
margin-right: 25%;
width: auto;
}

/*styles on property listing pages*/
.PropertyLabel{
	font-size: .8em;
	font-weight: bold;
}
.PropertyData{
	font-size: .8em;
}
