body{
	margin: 0;
	padding: 0;
	border: 0;
	
	height: 660px;
	font: 1em Arial, Helvetica, Verdana, sans-serif;
}

#topcontent{
	position: absolute;
	top: 0;
	left: 0;
	width: 1277px; /*Width of frame div*/
	height: 660px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#nav_l{
	position: absolute;
	padding-top:5px;
	top:340px;
	left:0; /*Set left value to WidthOfFrameDiv*/
	width:520px;
	height:22px;
	background-color:#b1867d;
}

#nav_r{
	position: absolute;
	padding-top:5px;
	top:340px; 
	left:520px; /*Set left value to WidthOfFrameDiv*/
	width:757px;
	height:22px;
	background-color:#FFF;
}

#nav_left a {
	margin:0em 0em 0em 2.8em;/* DINO NAV WORD SPACING !!!!!!!!!!! */
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:.7em;
}

#nav_left a:hover {
	color:#7d3c3f;
}

#nav_right a {
	margin:0em 2em 0em 2.8em;/* DINO NAV WORD SPACING !!!!!!!!!!! */
	color:#b1867d;
	text-decoration:none;
	font-weight:bold;
	font-size:.7em;
}

#nav_right a:hover {
	color:#7d3c3f;
}

#content_l{
	position: absolute;
	top: 380px; 
	width: 450px;
}

#content_r{
	position: absolute;
	top: 380px;
	left: 520px; /*Set left value to WidthOfFrameDiv*/
	width:460px;
}

#content ul, #content a {
	color:#F00;
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
}
	
#content_header ul, #content_header {
	font-weight:bold;
	font-size:1em;
	color:#000;
}

#content_header_red ul, #content_header_red {
	margin:0em 0em 0em 2.8em;/* DINO NAV WORD SPACING !!!!!!!!!!! */
	font-weight:bold;
	font-size:.7em;
	color:#7d3c3f;
}

#content_inner ul, #content_inner {
	margin:0em 0em 0em 2.8em;/* DINO NAV WORD SPACING !!!!!!!!!!! */
	font-size:.7em;
}

* html body{ /*IE6 hack*/
	padding: 0 0 0 1277px; /* DINO Set value to (0 0 0 WidthOfFrameDiv)*/
}

#rent ul, #rent {
	position: absolute;
	left:160px;/* DINO NAV WORD SPACING !!!!!!!!!!! */
	font-size:1em;
}

* html body{ /*IE6 hack*/
	padding: 0 0 0 1277px; /* DINO Set value to (0 0 0 WidthOfFrameDiv)*/
}

.yellow {color: #FFCC00; font-size: 1em; }
.map {color: #FF0000; font-size: 1em}
.map a {color: #FF0000; font-size: 1em}
.contact {color: #7d3c3f; font-weight: bold; }

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #7d3c3f;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -400px;
left: -535px; /*position where enlarged image should offset horizontally */

}

.thumbnailrent{
position: relative;
z-index: 0;
}

.thumbnailrent:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailrent span{ /*CSS for enlarged image*/
position: absolute;
background-color: #7d3c3f;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailrent span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnailrent:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -600px;
left: -320px; /*position where enlarged image should offset horizontally */

}

