@import "sidebar.css";

#content {
  background: url("../images/house.jpg") transparent no-repeat;

}

#scrollbar { 
	position: absolute; 
	left: 647px; 
	top: 310px;
	height: 152px;
  width: 11px; 
  font-size: 1px; 
  z-index: 1;
  background: #FFFAF0;
  visibility: hidden;
}

#scrollbar-track { 
  position: absolute; 
  left: 0; 
  top: 11px;
  width: 11px; 
  height: 130px;
  background: url("../images/scrollbar/track.gif") transparent repeat-y;
  z-index: 1;
}

#scrollbar-handle {
  position: absolute; 
  left: 1px; 
  top: 1px;
  width: 9px; 
  height: 20px;
  background: url("../images/scrollbar/handle.gif") transparent repeat-y;
  z-index: 1;
}  
  
#scrollbar-handle-top-cap {
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 9px;
	height: 10px;
	background: url("../images/scrollbar/handle-top.gif") transparent no-repeat;
}

#scrollbar-handle-bottom-cap {
	position: absolute; 
	bottom: 0px; 
	left: 0px;
	width: 9px;
	height: 10px;
	background: url("../images/scrollbar/handle-bottom.gif") transparent no-repeat;
}

#scrollbar-up-button { 
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 2;
	width: 11px;
	height: 11px;
	background: url("../images/scrollbar/btn-up.gif") transparent no-repeat;
}  

#scrollbar-down-button { 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	z-index: 3; 
	width: 11px;
	height: 11px;
	background: url("../images/scrollbar/btn-dn.gif") transparent no-repeat;
} 

#scroller	{ 
	position: absolute; 
	left: 0px; 
	top: 310px; 
	width: 647px; 
	height: 152px; 
	clip:rect(0px, 647px, 152px, 0px); 
	overflow: hidden;	
	z-index: 1; 
	
}

#scroller-content {
	position: absolute; 
	visibility: hidden;
	padding: 10px;
		left: 0px; 
	top: 0px; 
	z-index: 1; 
}

#scroller-content h1 {
	font: bold 1.3em;
	line-height: 2em;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
  text-transform: uppercase;
}

#scroller-content p {
	text-align: justify;
	font-size: 1.2em;
	height: 100%;
}