ÿþ<html> <head> <title>Comfort Land and Homes, Bohnert Realty ~ Comfort Texas, Tx</title> <meta name="google-site-verification" content="U9EElXv5v4-2sbb5cWc7wHvjes71-IgE1m4cDajHZUw" /> <meta name="msvalidate.01" content="39C780D0194F58B633D692D0E8ED0E01" /> <meta name="description" content="Comfort Real Estate Offices specializing in Texas Hill country land and home sales and rental properties"> <meta name="keywords" content="Comfort texas, Comfort Realtor, Kerrville Texas, Boerne Texas, Sisterdale Texas, Kerrville Realtor, Bohnert Realty, Comfort Land, Comfort Homes, Comfort Realty, Hill Country Real Estate, Comfort Real Estate, Paula Bohnert, River Property, Ranch Property, Acreage, Homes for sale, Texas Homes, Texas Land, Hill country land, Hill Country Home, Hill Country living, creekside property, creek property, farm property, hill country farms, texas farms, hill country rentals, rental property, mls listings, land for sale"> <META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"> <meta name="Realtor" content="Rental Properties, Land sales, home sales, commerical properties"> <meta name="Classification" content="commercial/business, real estate, home sales, rental properties, land sales"> <META NAME="page-topic" CONTENT="Rental Management, Home Sales, Land Lot Sales in and around Comfort Texas, Texas Hill Country Real Estate"> <META NAME="page-type" CONTENT="Real Estate Sales, Texas Hill Country Real Estate, b&bs, Comfort Rental Properties, Comfort Texas Accomidations"> <META NAME="audience" CONTENT="all"> <META NAME="author" CONTENT="Comfort Land and Homes Real Estate"> <META NAME="publisher" CONTENT="www.comfortwebs.com"> <META NAME="revisit-after" CONTENT="15 days"> <META NAME="Content-Language" CONTENT="en-us,english"> <META NAME="distribution" CONTENT="global"> <META NAME="copyright" CONTENT="by http://www.comfortlandandhomes.com"> <meta NAME="city" CONTENT="Comfort"> <meta NAME="state" CONTENT="Texas"> <meta NAME="email" CONTENT="paula@bohnertrealty.com"> <meta NAME="contact" CONTENT="Realtor"> <script language="javascript" type="text/javascript"> <!-- /* Image w/ description tooltip- By Dynamic Web Coding (www.dyn-web.com) Copyright 2002 by Sharon Paine Visit http://www.dynamicdrive.com for this script */ /* IMPORTANT: Put script after tooltip div or put tooltip div just before </BODY>. */ var dom = (document.getElementById) ? true : false; var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false; var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false; var ns4 = (document.layers && !dom) ? true : false; var ie4 = (document.all && !dom) ? true : false; var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false; // resize fix for ns4 var origWidth, origHeight; if (ns4) { origWidth = window.innerWidth; origHeight = window.innerHeight; window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); } } // avoid error of passing event object in older browsers if (nodyn) { event = "nope" } /////////////////////// CUSTOMIZE HERE //////////////////// // settings for tooltip // Do you want tip to move when mouse moves over link? var tipFollowMouse= true; // Be sure to set tipWidth wide enough for widest image var tipWidth= 75; var offX= 20; // how far from mouse to show tip var offY= 12; var tipFontFamily= "Verdana, arial, helvetica, sans-serif"; var tipFontSize= "12pt"; // set default text color and background color for tooltip here // individual tooltips can have their own (set in messages arrays) // but don't have to var tipFontColor= "#000000"; var tipBgColor= "#BBB090"; var tipBorderColor= "#000000"; var tipBorderWidth= 3; var tipBorderStyle= "ridge"; var tipPadding= 4; // tooltip content goes here (image, description, optional bgColor, optional textcolor) var messages = new Array(); // multi-dimensional arrays containing: // image and text for tooltip // optional: bgColor and color to be sent to tooltip messages[0] = new Array('FlatRock/flatrock2.jpg','',"#BBB090"); messages[1] = new Array('FlatRock/flatrock3.jpg','',"#BBB090"); messages[2] = new Array('FlatRock/flatrock4.jpg','',"#BBB090"); messages[3] = new Array('FlatRock/flatrock5.jpg','',"#BBB090"); messages[4] = new Array('FlatRock/flatrock6.jpg','',"#BBB090"); messages[5] = new Array('116riverbend/front%20med%20res.jpg','',"#BBB090"); //////////////////// END OF CUSTOMIZATION AREA /////////////////// // preload images that are to appear in tooltip // from arrays above if (document.images) { var theImgs = new Array(); for (var i=0; i<messages.length; i++) { theImgs[i] = new Image(); theImgs[i].src = messages[i][0]; } } // to layout image and text, 2-row table, image centered in top cell // these go in var tip in doTooltip function // startStr goes before image, midStr goes between image and text var startStr = '<table width="' + tipWidth + '"><tr><td align="center" width="100%"><img src="'; var midStr = '" border="0"></td></tr><tr><td valign="top">'; var endStr = '</td></tr></table>'; //////////////////////////////////////////////////////////// // initTip - initialization for tooltip. // Global variables for tooltip. // Set styles for all but ns4. // Set up mousemove capture if tipFollowMouse set true. //////////////////////////////////////////////////////////// var tooltip, tipcss; function initTip() { if (nodyn) return; tooltip = (ns4)? document.tipDiv.document: (ie4)? document.all['tipDiv']: (ie5||ns5)? document.getElementById('tipDiv'): null; tipcss = (ns4)? document.tipDiv: tooltip.style; if (ie4||ie5||ns5) { // ns4 would lose all this on rewrites tipcss.width = tipWidth+"px"; tipcss.fontFamily = tipFontFamily; tipcss.fontSize = tipFontSize; tipcss.color = tipFontColor; tipcss.backgroundColor = tipBgColor; tipcss.borderColor = tipBorderColor; tipcss.borderWidth = tipBorderWidth+"px"; tipcss.padding = tipPadding+"px"; tipcss.borderStyle = tipBorderStyle; } if (tooltip&&tipFollowMouse) { if (ns4) document.captureEvents(Event.MOUSEMOVE); document.onmousemove = trackMouse; } } window.onload = initTip; ///////////////////////////////////////////////// // doTooltip function // Assembles content for tooltip and writes // it to tipDiv ///////////////////////////////////////////////// var t1,t2; // for setTimeouts var tipOn = false; // check if over tooltip link function doTooltip(evt,num) { if (!tooltip) return; if (t1) clearTimeout(t1); if (t2) clearTimeout(t2); tipOn = true; // set colors if included in messages array if (messages[num][2]) var curBgColor = messages[num][2]; else curBgColor = tipBgColor; if (messages[num][3]) var curFontColor = messages[num][3]; else curFontColor = tipFontColor; if (ns4) { var tip = '<table bgcolor="' + tipBorderColor + '" width="' + tipWidth + '" cellspacing="0" cellpadding="' + tipBorderWidth + '" border="0"><tr><td><table bgcolor="' + curBgColor + '" width="100%" cellspacing="0" cellpadding="' + tipPadding + '" border="0"><tr><td>'+ startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr + '</td></tr></table></td></tr></table>'; tooltip.write(tip); tooltip.close(); } else if (ie4||ie5||ns5) { var tip = startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr; tipcss.backgroundColor = curBgColor; tooltip.innerHTML = tip; } if (!tipFollowMouse) positionTip(evt); else t1=setTimeout("tipcss.visibility='visible'",100); } var mouseX, mouseY; function trackMouse(evt) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; if (tipOn) positionTip(evt); } ///////////////////////////////////////////////////////////// // positionTip function // If tipFollowMouse set false, so trackMouse function // not being used, get position of mouseover event. // Calculations use mouseover event position, // offset amounts and tooltip width to position // tooltip within window. ///////////////////////////////////////////////////////////// function positionTip(evt) { if (!tipFollowMouse) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; } // tooltip width and height var tpWd = (ns4)? tooltip.width: (ie4||ie5)? tooltip.clientWidth: tooltip.offsetWidth; var tpHt = (ns4)? tooltip.height: (ie4||ie5)? tooltip.clientHeight: tooltip.offsetHeight; // document area in view (subtract scrollbar width for ns) var winWd = (ns4||ns5)? window.innerWidth-20+window.pageXOffset: document.body.clientWidth+document.body.scrollLeft; var winHt = (ns4||ns5)? window.innerHeight-20+window.pageYOffset: document.body.clientHeight+document.body.scrollTop; // check mouse position against tip and window dimensions // and position the tooltip if ((mouseX+offX+tpWd)>winWd) tipcss.left = (ns4)? mouseX-(tpWd+offX): mouseX-(tpWd+offX)+"px"; else tipcss.left = (ns4)? mouseX+offX: mouseX+offX+"px"; if ((mouseY+offY+tpHt)>winHt) tipcss.top = (ns4)? winHt-(tpHt+offY): winHt-(tpHt+offY)+"px"; else tipcss.top = (ns4)? mouseY+offY: mouseY+offY+"px"; if (!tipFollowMouse) t1=setTimeout("tipcss.visibility='visible'",100); } function hideTip() { if (!tooltip) return; t2=setTimeout("tipcss.visibility='hidden'",100); tipOn = false; } //--> </script> <style type="text/css"> #dropmenudiv{ position:absolute; border:1px solid black; font:normal 12px Verdana; line-height:18px; z-index:100; } span.value { color:rgb(0,0,128); font-size:11px; font-family:tahoma; font-weight:normal; } </style><script type="text/javascript"> /*********************************************** * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1 var menu1=new Array() menu1[0]='<a href="http://comfortlandandhomes.com">Return to Home Page </a><br>' //Contents for menu 2, and so on var menu2=new Array() menu2[0]='<a href="http://comfortlandandhomes.com/listing.html">Listing Inquiry </a><br>' menu2[2]='<a href="http://comfortlandandhomes.com/sellingtips.html">Selling Tips </a><br>' //Contents for menu 3, and so on var menu3=new Array() menu3[0]='<a href="http://comfortlandandhomes.com/blisting.html">All Listings</a><br>' menu3[1]='<a href="http://comfortlandandhomes.com/landlisting.html">Land Listings</a><br>' menu3[2]='<a href="http://comfortlandandhomes.com/homelisting.html">Home Listings</a><br>' //Contents for menu 4, and so on var menu4=new Array() menu4[0]='<a href="http://comfortlandandhomes.com/options.html">Lending Options </a><br>' //Contents for menu 5, and so on var menu5=new Array() menu5[0]='<a href="http://comfortlandandhomes.com/rentals.html">Rentals </a><br>' //Contents for menu 6, and so on var menu6=new Array() menu6[0]='<a href="http://comfortlandandhomes.com/aboutus.html">About Us </a><br>' //Contents for menu 7, and so on var menu7=new Array() menu7[0]='<a href="http://comfortlandandhomes.com/agents.html">Our Agents</a><br>' //Contents for menu 8, and so on var menu8=new Array() menu8[0]='<a href="http://comfortlandandhomes.com/listing.html">hh</a><br>' var menuwidth='285px' //default menu width var menubgcolor='lightyellow' //menu bgcolor var disappeardelay=285 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? /////No further editting needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top=-500 if (menuwidth!=""){ dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth } if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth } else{ var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } if (hidemenu_onclick=="yes") document.onclick=hidemenu </script> <script language="JavaScript1.1"> <!-- //***************************************** // Blending Image Slide Show Script- // © Dynamic Drive (www.dynamicdrive.com) // For full source code, visit http://www.dynamicdrive.com/ //***************************************** //specify interval between slide (in mili seconds) var slidespeed=3000 //specify images var slideimages=new Array("design/top3.jpg","design/top.jpg","design/top2.jpg") //specify corresponding links var slidelinks=new Array("") var newwindow=1 //open links in new window? 1=yes, 0=no var imageholder=new Array() var ie=document.all for (i=0;i<slideimages.length;i++){ imageholder[i]=new Image() imageholder[i].src=slideimages[i] } function gotoshow(){ if (newwindow) window.open(slidelinks[whichlink]) else window.location=slidelinks[whichlink] } //--> </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-20462906-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script></head> <body background="design/bg.jpg" topmargin="0" leftmargin="0" link="#663300" vlink="#800000" text="#663300" bgcolor="#800000"> <div align="center"> <font color="#800000" size="1">Comfort Land and Homes ~ Bohnert Realty ~ Comfort Tx, Comfort Texas, 20 Hwy 87, Phone 830-995-4047 ~ Specializing in Texas Hill Country Home, Land and Rental Sales</font><table border="0" width="70%" id="table30" cellspacing="0" cellpadding="0"> <tr> <td> <table border="0" width="100%" id="table31" cellspacing="0" cellpadding="0"> <tr> <td> <img border="0" src="2010design/top.jpg" longdesc="Comfort land and homes ~ Bohnert Realty ~ Comfort Tx" alt="Comfort Land and Homes ~ Bohnert Realty" width="980" height="159"></td> </tr> <tr> <td> <table border="0" width="100%" id="table32" cellspacing="0" cellpadding="0" background="2010design/navbar.jpg"> <tr> <td width="113"> <img border="0" src="2010design/navtopclear.gif" width="2" height="60"></td> <td> <p align="center"><b><font face="Verdana" size="2"><a href="index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()"><font color="#FBF4D9">Home</font></a></font><font color="#FBF4D9"><font face="Verdana" size="2">|</font><a href="listing.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '150px')" onMouseout="delayhidemenu()"><font face="Verdana" size="2"> </font> <font size="2" color="#FBF4D9" face="Verdana">Selling</font></a><font face="Verdana" size="2">| |</font><a href="blisting.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu3, '150px')" onMouseout="delayhidemenu()"><font face="Verdana" size="2"> </font> <font size="2" color="#FBF4D9" face="Verdana">Looking to Buy</font></a><font face="Verdana" size="2"><font face="Verdana">|</font><a href="options.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu4, '150px')" onMouseout="delayhidemenu()"><font face="Verdana" color="#FBF4D9"> </font> <font color="#FBF4D9">Lending Options</font></a><font face="Verdana"> |</font><a href="rentals.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu5, '150px')" onMouseout="delayhidemenu()"><font face="Verdana" color="#FBF4D9"> Rentals</font></a><font face="Verdana" size="2" color="#FBF4D9"><font face="Verdana" color="#FBF4D9"> |</font><a href="aboutus.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu6, '150px')" onMouseout="delayhidemenu()"><font face="Verdana" color="#FBF4D9"> About Us</font></a><font face="Verdana" color="#FBF4D9"> | </font> <a href="agents.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu7, '150px')" onMouseout="delayhidemenu()"> <font color="#FBF4D9">Our Agents</font></a> | Contact Us</b></td> <td width="121">&nbsp;</td> </tr> </table> </td> </tr> <tr> <td> <img border="0" src="2010design/featured1.jpg" width="980" height="47"></td> </tr> <tr> <td> <table border="0" width="100%" id="table33" cellspacing="0" cellpadding="0" background="2010design/featured2.jpg"> <tr> <td width="129">&nbsp;</td> <td> <table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table34" cellspacing="4" height="96"> <tr> <td height="92"> <a href="116riverbend.html"> <img border="0" src="116riverbend/front%20med%20res.jpg" width="86" height="62"></a></td> <td height="92"> <a href="pankratz.html"> <img border="0" src="listingphotos/Pankratz3.jpg" width="84" height="63"></a></td> <td height="92"><a href="riverbend.html"><img border="0" src="132RiverBend/rbend.jpg" width="94" height="63"></a></td> <td height="92"><a href="centuryfarm.html"><img border="0" src="echofalls/3.jpg" width="98" height="63"></a></td> <td height="92"><a href="pecan.html"><img border="0" src="105Pecan/1.jpg" width="84" height="63"></a></td> <td height="92"><a href="armadillo.html"> <img border="0" src="Armadillo/ArmaNew3.JPG" width="102" height="70"></a></td> <td height="92"> <a href="210apacheria.html"> <img border="0" src="120apache/12.jpg" width="83" height="62"></a></td> </tr> </table> </td> <td width="134">&nbsp;</td> </tr> </table> </td> </tr> <tr> <td background="2010design/featured3.jpg"> <table border="0" width="100%" id="table35" cellspacing="0" cellpadding="0"> <tr> <td width="129"> <img border="0" src="2010design/featured3clear.gif" width="2" height="37"></td> <td> &nbsp;</td> <td width="133">&nbsp;</td> </tr> </table> </td> </tr> <tr> <td> <img border="0" src="2010design/bodytop.jpg" width="980" height="32"></td> </tr> <tr> <td background="2010design/body.jpg"> <table border="0" width="100%" id="table37" cellspacing="0" cellpadding="0"> <tr> <td width="128">&nbsp;</td> <td> <div align="center"> <table border="2" width="82%" id="table40" cellpadding="4" bgcolor="#FFFFCC" bordercolor="#800000"> <tr> <td> <p align="center"><b> <font face="Tahoma" size="4">BUY YOUR OWN HUNTING LEASE, BE READY FOR NEXT SEASON!<br> <a href="armadillo.html">46.81 ACRES, REDUCED $252,50O $5,400/AC</a></font></b><p align="center"><b> <font face="Tahoma" size="4" color="#990000"> <a href="116riverbend.html">116 Riverbend Road</a><br> <a href="centuryfarm.html">Century Farm / Lich Ranch</a></font><br> <font face="Tahoma" size="4"> <a href="lot45.html">Lot 45 Woodridge</a><br> <a href="Lot46.html">Lot 46 Woodridge</a></font></b></td> </tr> </table> </div> <div align="center"> <table border="0" cellpadding="4" style="border-collapse: collapse" width="90%" id="table38"> <tr> <td width="230"> <p align="center"><a href="106echofalls.html"><img border="0" src="echofalls/3.jpg" width="186" height="140"></a></td> <td width="232"> <p align="center"><a href="#" onmouseover="doTooltip(event,5)" onmouseout="hideTip()"> <img border="0" src="116riverbend/front%20med%20res.jpg" width="180" height="134"></a></td> <td><img border="0" src="Woodridge/lot15a.jpg" width="185" height="137"></td> </tr> <tr> <td width="230" valign="top"> <p class="MsoNormal" align="center" style="text-align:left"> <span style="font-family:Candara; font-weight:700"> <a href="centuryfarm.html">Century Farm/Lich Ranch<br> Cypress Creek Road<br> Comfort, TX&nbsp; Kerr County</a><br> 220 +/- Acres -$7,900.00 per acre<br> Price:&nbsp; $ 1,738,000.00</span></p><b> <span style="font-family:Candara"> <font size="2">This property has been designated as a  Century Farm since it has been in the same family for over 100 years. Located in the Cypress Creek Valley, this property has it all.&nbsp;</font></span></b><font size="2"><span style="font-family: Candara"><b>Click <a href="centuryfarm.html">HERE</a> for details</b></span></font></td> <td width="232" valign="top"> <a href="116riverbend.html"><font face="Candara"><b> 116 Riverbend<br> Comfort, Texas<br> Kendall County</b><span LANG="EN"><br> <b>Price 365,000 </b></span></font></a><font SIZE="2"><span LANG="EN"><p> <font face="Candara"> <b>A TRUE TEXAS TREASURE! Pre-dating the founding of Comfort, a frontier outpost abandoned for 19 years, was carefully refurbished preserving this Hill Country jewel. <br> <br> The 3 story log, board, and batten exterior houses 4 BR/2 Baths/2 Living Areas, and an expansive attic. The attic could be converted into additional sleeping quarters.<br> <br> All ON 3 SECLUDED- MANICURED ACRES!&nbsp; Read <a href="116riverbend.html">MORE</a></b></font><font color="#000000" face="Candara"><br> &nbsp;</font></span></font></td> <td valign="top"> <span style="font-family: Candara; font-weight: 700"> <a href="281kenall.html">281 Kendall Jackson<br> Comfort, Texas<br> Kendall County<br> 6.001 Acres</a><br> Priced to Sell - $160,000.00</span><span class="value"><font size="2" color="#663300"><br> <br> </font></span><font face="Candara" size="2"><b>Description: One of a kind, 6 acres next to Woodridge Estates (see plat), well, septic, and meter loop all in place. NO RESTRICTIONS!!!!<br> <br> Great location, views, paved roads, Comfort School District, approximately 5 miles from Comfort.<br> <br> This property is not in Woodridge Estates that is why there are no restrictions. The owner put in the well, septic and meter loop for the electric, planning to build.<br> Read <a href="281kenall.html">More</a></b></font></td> </tr> </table> </div> <p align="center"><font size="4" color="#990000" face="Tahoma"><b>Build your dream home in Comfort</b></font></p> <table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table39"> <tr> <td> <img border="0" src="Images/Ranimated1.gif" width="468" height="60"><a target="_blank" href="http://www.capitalfarmcredit.com/"><img border="0" src="Images/CFCWood2.gif" width="181" height="80"></a></td> </tr> </table> <p align="center"><b> <font size="4" color="#800000" face="Tahoma">While you're in Comfort - Need a place to rest? <br> Go to </font><font size="4" color="#990000" face="Tahoma"> <a target="_blank" href="http://astayincomfort.com"> <font color="#800000">A Stay In Comfort GuestHouse</font></a></font></b></td> <td width="139">&nbsp;</td> </tr> </table> </td> </tr> <tr> <td> <img border="0" src="2010design/bottom.jpg" width="980" height="157"></td> </tr> </table> </td> </tr> </table> <div id="tipDiv" style="position:absolute; visibility:hidden; z-index:100"></div> </script><script language="JavaScript" type="text/javascript"><!-- if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-') //-->{ } { } </script><noscript> </noscript> <!-- Site Meter --> <script type="text/javascript" src="http://sm3.sitemeter.com/js/counter.js?site=sm3pauladalton"> </script> <noscript> <a href="http://sm3.sitemeter.com/stats.asp?site=sm3pauladalton" target="_top"> <img src="http://sm3.sitemeter.com/meter.asp?site=sm3pauladalton" alt="Site Meter" border="0"/></a></noscript> </div> <!-- Copyright (c)2006 Site Meter --> <p align="center"><font color="#FBF4D9" face="Arial" size="2">This site updated on:<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%m/%d/%Y" startspan -->01/27/2012<!--webbot bot="Timestamp" i-checksum="12611" endspan --></font></p> </body> </html>