/* skinbanner sets the background image for the bannerpane */
.skinbanner {
	width: 785px;
	height: 180px;
	background-image: url(images/V1/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: 100%;
	background-color: transparent;
	padding-left: 50px;
	padding-right: 400px;
	padding-top: 50px;
}


.LogoPane {
	padding-top: 15px;
	padding-left: 60px;
}



