﻿body {
	margin: 20px 0px;
	text-align: center; /* To center content for old IE */
	background: #205589 url('/skins/IBAhd/images2/bgBody.jpg') repeat-x fixed left top;
	/* background-color: #205589;*/
}

/******* =TLdiv =Header *************/
#header {
	width: 101%;
	height: 100px;
	text-align: left;
	background: url('/skins/IBAhd/images2/Header.jpg') repeat-x;

	background-color: #999999;
	/*margin-left: -15px;*/
	
}

#icon {
	height:61px;
	width:61px;
	position: absolute;
	left: 50px;
	top: 30px;
	overflow: hidden;
	
	/*background: transparent;
	margin: 20px 10px 10px 50px; 
	border: 2px #FF9966 solid; */
}

#trademark {
	width: 480px;
	height: 80px;
	position: absolute;
	left: 130px;
	top: 30px;
	background: transparent url('/skins/IBAhd/images2/titleimg.jpg') no-repeat;
	
	/* border: 2px #CCFF99 solid; */
}

#quicknav {
	width: 150px;
	height: 50px;
	position: absolute;
	left: 700px;
	top: 25px;
	
	/*border: 2px #99CCFF solid;*/
}

/********** =TLdiv =Nav ***********/
#nav {
	width: 101%;
	height: 29px;
	text-align: left;
	background: #093B60 url('/skins/IBAhd/images2/bgNav.jpg') repeat-x;
	vertical-align: middle;
	min-width:850px;
	
	/*
	background-color: #093B60;
	margin-left: -15px; 
	*/
	
	
}

/********* =TLdiv =Container *************/
#container_top {
	width: 842px;
	height: 28px;
	margin-top: 20px;
	margin-left: auto; margin-right: auto;	/* Use margin-left:0 + margin-right:0 to center an element, all browsers */
	background: transparent url('/skins/IBAhd/images2/TopcontentBkG2.png') no-repeat;

}
#container {
	width: 842px;
	margin-left: auto; margin-right: auto;	/* Use margin-left:0 + margin-right:0 to center an element, all browsers */
	text-align: left;
	background: #376A9D url('/skins/IBAhd/images2/bgContainer.jpg') repeat-y fixed center top;
	/*background-color: #BBBBBB; 

	height: 200px; */

}

#container_bottom {
	width: 842px;
	height: 38px;
	margin-bottom: 10px;
	margin-left: auto; margin-right: auto;	/* Use margin-left:0 + margin-right:0 to center an element, all browsers */
	background: transparent url('/skins/IBAhd/images2/BottomcontentBkG2.png') no-repeat;
}


/************ =TLdiv =Footer *************/
#footer {
	width: 101%;
	height: 50px;
	text-align: center;
	background-color:#E9EFFE;
	border-bottom: 4px #666666 groove;

	/*margin-left: -15px; 
	background-color: #DDDDDD; */

}

