/* #contentTop seperates thet content from the site logo above. 
   This is where tm_header_bg.jpg will go. It's like the banner
   defined in #bannerContainer of Pacific Flancrest.theme. 
   This style sheet will display a picture and typically used on
   the home page of the web site.  */
#container #contentTop {
    float: right;
	background: url(../../images/RFG-esource.jpg) no-repeat;
	height: 176px;
	width: 561px;
	margin-right: 6px;
	display: block;
}
