body 
{
	margin:0;
	padding: 0;
	background: #FFFFFF url(images/bg-bodygray.png) repeat-x left top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	width: 100%;	/*line-height: 14pt;*/
}


/*html {
	min-width: 790px;
	position: relative;
}
*/
/** {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14pt;
	 
}*/


a.srollover {
    display: block;
    width: 500px;
    height: 380px;
  
    background: url("images/hi_rise.gif") 0 0 no-repeat;
    text-decoration: none;
}
.container {
	width: 1000px;
}

.btnav { background-color: white; border: 1px white solid;} 


a img { border: 0; }
a:hover img {border: 0 red solid; }
a:visited img {border: 0; }

a:hover.srollover {
    background-position: -500px 0;
} 

a:visited.srollover {
    background-position: -1000px 0;
} 

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.center { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; }

