* {
	margin: 0;
	padding: 0;
}
#bigContainer {
	position: relative;
	display: block;
	width: 783px;
	margin: 0 auto;
	height: 1%;
}
#headerContainer {
	position: relative;
	display: block;
	height: 134px;
}
	#headerLogo {
		position: absolute;
		top: 46px;
		left: 94px;
		height: 73px;
		width: 103px;
		background: url(../../images/ICCS/sprites.png) no-repeat -62px 0px;
	}
	#header {
		position: absolute;
		top: 91px;
		left: 198px;
		height: 24px;
		width: 484px;
		background: url(../../images/ICCS/sprites.png) no-repeat -166px -45px;
	}
#navContainer {
	position: relative;
	display: block;
	height: 33px;
	border-bottom: 6px solid #ff9a3d;
	background: #005a87;
}
	#navContainer .NE {
		background: url(../../images/ICCS/sprites.png) no-repeat -31px -6px;
		height: 30px;
		width: 30px;
	}
	#navContainer .NW {
		background: url(../../images/ICCS/sprites.png) no-repeat 0px -6px;
		height: 30px;
		width: 30px;
	}
#nav {
	position: absolute;
	display: block;
	top: 5px;
	right: 0;
	/*width: 350px;*/
	list-style: none;
}
	#nav li {
		position: relative;
		display: inline;
		float: left;
	}	
	#nav li a {
		position: relative;
		display: block;
		padding: 3px 8px;
	}
	#nav li a:link, #nav li a:visited {
		color: #fff;
	}
	#nav li a:hover, #nav li a:active {
		color: #ff9a3d;
	}
#footerContainer {
	position: relative;
	display: block;
	height: 33px;
	border-top: 6px solid #000;
	background: #005a87;
}
	#footerContainer .SE {
		background: url(../../images/ICCS/sprites.png) no-repeat -31px -37px;
		height: 30px;
		width: 30px;
	}
	#footerContainer .SW {
		background: url(../../images/ICCS/sprites.png) no-repeat 0px -37px;
		height: 30px;
		width: 30px;
	}
#ministryOf {
	position: relative;
	display: inline;
	float: left;
	width: 270px;
	height: 30px;
	margin-left: 30px;
	margin-top: 5px;
}
#siteBy {
	position: relative;
	display: inline;
	float: right;
	width: 440px;
	height: 30px;
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
}
	

.hide {
	display: none !important;
}
.clear {
	position: relative;
	display: block;
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.NW {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
.NE {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
}
.SE {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
}
.SW {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}

