/*  General Styles ------------------------------*/
html, body {
height: 100%; /* for firefox */
font-family: Arial;
}

body{
margin:0px 5% 0px 5%;
padding:0;
font-family: Arial;
}

/* TEXT -----------------------------------*/
.normal {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height:1.5em;
	color:#333;
}
.normal_bold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.legal {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color:#333;
}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: navy;
}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: navy;
}
a:hover, a:active { 
	text-decoration: none; 
	color: #F58735;
}
#picture{
position:absolute;
margin:0;
padding:0;
top:44px;
left:520px;
}

.images{
margin:0;
padding-left:8px;
}
#textarea{
margin:0;
padding:0 10px 10px 60px;
font-family: Arial;
text-align:left;
white-space:normal;
}
#properties{
margin:0;
padding:0 10px 10px 0px;
text-align:left;
white-space:normal;
}

#openhouse{
margin:0;
padding:0 10px 0 20px;
font-family: Arial;
text-align:left;
}

.content{
margin:0;
padding:0;
height:500px;
font-family: Arial;
/*background:url(images/background1.jpg) bottom no-repeat;*/
}

.rightbar{
margin:0;
padding:0;
height:500px;
background:url(images/kathy_20.jpg) bottom no-repeat;
}

/*  Footer ------------------------------*/
#footer {
margin:0;/*to stretch to full width of layout*/
padding:0 0 10px 0;
clear: both;
height:auto;
}