/* skinbanner sets the background image for the bannerpane */
.skinbanner {
	width: 100%;
	height: 149px;
	/*background-image: url(images/V3/banner.jpg);
	background-repeat:no-repeat;*/
}
/* bannerpane sets the position of the module content within the bannerpane, 
depending on the image you use in skinbanner, 
you need to set an appropriate position for the content */
.bannerpane {
	width: 770px;
	height: 275px;
	background-image: url(images/common/homepage.gif);
	background-position: 0% 0%;
	padding: 0;
	}
.toppane {
	width: 220px;
	background-image: url(images/common/bg_toppane.png);
	background-repeat:repeat-x;
}
.LogoJZ {
    border: none;
	height: 19px;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 304px;  
}
UserJZ {
	/*border: none;*/
	height: 19px;
	left: 304px;
	padding: 0px;
	position: absolute;
	text-align: right;
	top: 0px;
	width: 677px;
} 