* {
	margin: 0;
	padding: 0;
}
body {
	background: #214f7a url(../images/global/background.jpg) no-repeat left top;
}
#bigContainer {
	position: relative;
	display: block;
	width: 829px;
	margin:  50px auto 0;
}
#headerContainer {
	position: relative;
	display: block;
	z-index:  10;
	padding-right: 11px;
	background: url(../images/global/Eshadow.png) repeat-y right top;
}
	* html #headerContainer {
		background: none;
	}
	#header {
		position: relative;
		display: block;
		height:  117px;
		background: url(../images/global/header.jpg) no-repeat left top;
		border-top: 13px solid #000;
		z-index:  5;
	}
	#headerLogo {
		position: absolute;
		display: block;
		top: -42px;
		left:  561px;
		width: 182px;
		height:  55px;
		z-index:  20;
		background: url(../images/global/headerLogo.gif) no-repeat left top;
	}
#contentContainer {
	position: relative;
	display: block;
	padding-right: 11px;
	background: url(../images/global/Eshadow.png) repeat-y right top;
	z-index: 1;

	height: 1%; /* give hasLayout */
}
	* html #contentContainer {
		background: none;
	}
#content {
	position: relative;
	display: block;
	background: #fff;
	padding: 20px 20px 10px 190px;
	background: #fff url(../images/global/smallLogo.gif) no-repeat left bottom;

	height: 1%; /* give hasLayout */
}
	#nav  {
		position: absolute;
		display: block;
		width: 150px;
		top: 20px;
		left: 15px;
		width: 150px;		
		z-index: 10;
	}

#footerContainer {
	position: relative;
	display: block;
	padding-right: 11px;
	background: url(../images/global/Eshadow.png) repeat-y right top;
	z-index: 1;
}
	* html #footerContainer {
		background: none;
	}
	#footer {
		position: relative;
		display: block;
		height:  17px;
		background: #000;
	}
#Sshadow {
	position: relative;
	display: block;
	height:  20px;
	background: url(../images/global/Sshadow.png) no-repeat left top;
}
	* html #Sshadow {
		background: none;
	}
	
.clear {
		clear: both;
	}
