/* 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;
	text-align: center;
	margin: 0;
	padding: 0;
	min-width: 1024px;	
	
}


	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;}


 a {text-decoration: none;}
 
 a:link.inlineLink {color: #5f5f5f; 	font-weight:bold; font-size:125%;}
 a:visited.inlineLink {color: #9f9f9f; 	font-weight:bold; font-size:125%;}
 a:hover.inlineLink {color: #000000; 	font-weight:bold; font-size:125%;}
 a:active.inlineLink {color: #ffffff; 	font-weight:bold; font-size:125%;}	  

#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;
	}
	
	
#wideHeaderArtwork {
			margin: 0 auto;
			padding: 0;
			height:352px;
			width: 960px;
			background-image: url(../global/graphics/wideHeaderArtworkBG.gif);
			background-position: top center;
			background-repeat: repeat-y;
}


#ContentHeader {
			margin: 0 auto;
			padding: 0;

			width: 960px;
}

#contentContainer {
	width:960px;
	margin: auto;
	background-image: url(../global/graphics/contentSplitBG.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#contentContainerC{
	width:960px;
	margin-top: -112px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../global/graphics/contentSplitBG_C.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#contentArea {
	width:864px;
	margin: auto;
	padding-top: 0px;  /* shoould be 0px, but Firefox v1 gives errors unless at least 1 */
	padding-bottom: 8px;
	padding-left: 48px;
	padding-right: 48px;
	text-align: justify;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 1.3em;

}

#contentDualColumnLeft {
	width:408px;
	float: left;
	margin-top: 0px;
	margin-left: 48px;
	padding-top: 0px;
	text-align: justify;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	line-height: 1.3em;
}


#contentDualColumnRight {
	width:408px;
	float: right;
	margin-top: 0px;
	margin-right: 48px;
	padding-top: 0px;
	text-align: justify;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	line-height: 1.3em;


}

#newsItem {
	margin-top: 0px;

}

newsH { 
	color: #1f1f1f;
	font-weight: bold;
	

}


img.NewsIconfloatLeft { 
    float: left; 
    margin: 0px; 
}




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

img.title {
	padding-top: 32px;
	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;
}

#ContentFooter {
			margin: 0 auto;
			padding: 0;

			width: 960px;
}


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

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