/*  */
.contentBox {
	text-align: left;
	width:740px;
	height:auto;
}
.sponsorBox {
	margin:0 auto; /* center, not in IE5 */
	position:relative;
	left:0px;
	top:0px;
	width:740px;
	height:auto;
	overflow:visible;
	z-index:1;
	text-align:center;
}
.subcell_top {
	height:27px;
	
}
.sponsorTitle {
	text-align:left;
	width:480px;
	height:30px;
	z-index:1;
	overflow: hidden;
}
.fullTitle {
	text-align:left;
	width:700px;
	height:30px;
	z-index:1;
	overflow: hidden;
}
.sponsorContent {
	position:relative;
	width:740px;
	z-index:1;
	min-height: 100%;
	background: url('../images/layout/bkg_white_full.png') repeat-y top center;
	align:center;
}
.sponsorLink {
	position:relative;
	margin-top: 15px;
	margin-bottom: 0px;
	width:480px;
	height:23px;
	z-index:1;
	text-align:left;
	clear:both;
}
.leftColumn {
	float:left;
	width: 250px; /*Width of left column in pixel*/
	text-align:left;
	height:100%; /* needed for container min-height */
	min-height: 100%;
	clear:both;
}
.rightColumn {
	float: left;
	width: 490px; /*Width of right column in pixels*/
	height:100%; /* needed for container min-height */
	min-height: 100%;
}
.centerColumn {
	width: 700px; /*Width of right column in pixels*/
	height:100%; /* needed for container min-height */
	min-height: 100%;
	padding-left:20px;
}
.sponsorText {
	width:480px;
	height: auto;
	z-index:1;
	overflow: auto;
}
.fullText {
	width:700px;
	height: auto;
	z-index:1;
	overflow: auto;
}
.sponsorTitle1 {
	text-align:left;
	width:480px;
	height:30px;
	z-index:1;
	overflow: hidden;
}

