<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d0c9c1;
	background-image: url(images/bg.jpg);
	overflow-x:hidden;
}

body,td,th {
	font-family: Trebuchet MS, Arial, helvetica, san-serif;
	font-size: 11px;
	color: #000; 
}

img { border:0px; }
img.border { border:1px solid white; }


a:link {
	color: #990000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #660000;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #FF3300;
	font-weight:bold;
}


a:link.footerlink {
	color: #EBE7E0;
	text-decoration: none;
	font-weight:bold;
}
a:hover.footerlink {
	text-decoration: underline;
	color: #EBE7E0;
	font-weight:bold;
}
a:visited.footerlink {
	text-decoration: none;
	color: #EBE7E0;
	font-weight:bold;
}
a:active.footerlink {
	text-decoration: underline;
	color: #fff;
	font-weight:bold;
}


/************** BEGIN MAIN MENU***************/

a.home {
display: block;
width: 75px;
height: 29px;
margin-top:18px;
background: url('images/butn-home.gif') 0 0 no-repeat;
}

a.about {
display: block;
width: 74px;
height: 29px;
margin-top:18px;
background: url('images/butn-about.gif') 0 0 no-repeat;
}

a.properties {
display: block;
width: 113px;
height: 29px;
margin-top:18px;
background: url('images/butn-properties.gif') 0 0 no-repeat;
}

a.search {
display: block;
width: 126px;
height: 29px;
margin-top:18px;
background: url('images/butn-searchmls.gif') 0 0 no-repeat;
}

a.relocate {
display: block;
width: 116px;
height: 29px;
margin-top:18px;
background: url('images/butn-relocate.gif') 0 0 no-repeat;
}

a.contact {
display: block;
width: 89px;
height: 29px;
margin-top:18px;
background: url('images/butn-contact.gif') 0 0 no-repeat;
}

/*////////////////////////////////////////////////*/

a:hover.home {
display: block;
width: 75px;
height: 31px;
margin-top:19px;
background: url('images/butn-home-on.gif') 0 0 no-repeat;
}

a:hover.about {
display: block;
width: 74px;
height: 31px;
margin-top:19px;
background: url('images/butn-about-on.gif') 0 0 no-repeat;
}

a:hover.properties {
display: block;
width: 113px;
height: 31px;
margin-top:19px;
background: url('images/butn-properties-on.gif') 0 0 no-repeat;
}

a:hover.search {
display: block;
width: 126px;
height: 32px;
margin-top:19px;
background: url('images/butn-searchmls-on.gif') 0 0 no-repeat;
}

a:hover.relocate {
display: block;
width: 116px;
height: 31px;
margin-top:18px;
background: url('images/butn-relocate-on.gif') 0 0 no-repeat;
}

a:hover.contact {
display: block;
width: 89px;
height: 31px;
margin-top:19px;
background: url('images/butn-contact-on.gif') 0 0 no-repeat;
}

.footer { margin-top:12px; color:#ffffff; font-family: verdana,geneva,sans-serif; font-size:10px; }

.price {
font-weight:bold;
font-color: #884455;
font-size:12px;
}
.photos a{
font-weight:bold;
font-color: #990000;
font-size:14px;
}
/************** END MAIN MENU***************/

-->