/* commented backslash hack to block this from IE5/Mac - see http://www.quirksmode.org/css/100percheight.html for the reason \*/
html, body {
	height: 100%;
}
/* end hack */


body {
	background-color: #7f7f7f;
	background-image: url(../global/graphics/contentBG.gif);
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	
	min-width: 1024px;
	

	
	
	
}

	body.split { background-image: url(../global/graphics/contentSplitBG.gif); }
	body.split #contentArea p { padding-right: 192px; }
	body.split #contentTopMargin { margin-right: -48px; }	

	body.splitL { background-image: url(../global/graphics/contentSplitLBG.gif); }
	xbody.splitL #contentArea p { padding-left: 192px; }
	xbody.splitL #contentTopMargin { margin-right: -48px; }	

img { display: block; border: none;}

#galbanumHeader { margin: auto;	}

	#galbanumFlashHeader {
		text-align:center;
		background-color:#7f7f7f;
		height:96px;
	}

#navBar {
	background-image: url(../global/graphics/navBarBG.jpg);
	width: 960px;
	height: 32px;
	margin: auto;
	padding: 0;
}

	#navBar a img {
		display: inline;
		float: left;
		height: 32px;
		margin: 0 16px 0 40px;
		border: none;
	}

#contentArea {
	width:864px;
	margin: auto;
	padding: 0 48px;
	text-align: justify;
	position: relative;
}



	#contentTopMargin { 
		margin-left: -48px;
		margin-right: -48px; 
		margin-bottom: -16px;
	}

img.title {
	padding-top: 40px;
	margin-left: -48px;
	margin-right: -48px; 
}

div.icon {
	width: 160px;
	height: 192px;
	text-align: center;
	float: left;
	display: inline;
	margin: 8px 16px 0px 0px;
	background-color: #dfdfdf;
}


	div.icon a {
		color: black;
		text-decoration: none;
		position: relative;
		display: block;
	}

	div.icon a:hover {
		text-decoration: underline;
	}

	div.icon img {
		width: 160px;
		height: 192px;
		border: none;
	}

	div.icon img.iconRollover {
		position: absolute;
		visibility: hidden;
		left: 0px;
		top: 152px;
		width: 160px;
		height: 40px;
	}

#galbanumFooter {
	margin: 0 auto;
	height: 61px;
}

#tableForFooter {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

	#tableForFooter td.contentArea { vertical-align: top; }
	#tableForFooter td.footer {
		text-align: center;
		vertical-align: bottom;
	}