/* CSS Document */
body {
	min-width:950px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#papyrus {
	background:#FFFFCC url(http://www.forrestrealty.com/images/backing.gif); 
	background-repeat:no-repeat;
	width:950px;
	margin:0 auto;
}
#col1 {
	width:250px;
	float: left;
	text-align: left;
	padding-left: 10px;
	font-size:12px;
	padding-top: 100px;
	color: white;
}
#col2 {
	width:675px;
	float: right;
	padding-right: 5px;
	padding-left: 10px;
}
#col1 a {
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
#col1 a:hover{
	color: red;
}
#col1 ul 
{
margin-left: 0;
padding-left: 10px;
list-style: none;
margin-top: 5px;
}
#col1 li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 10px;
}
.clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
}

