@charset "utf-8";
/* Customizable CSS Document */

/* [Header-Bg]: Background of Entire Header */
#Header-Bg{
	background-color:F9F9F9;
	background-image:url(../../Graphics/IngramMicro/headingBg.jpg);
	border-bottom-color:#EEEEEE;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
/* [Header-Container]: Set Height of Header With This */
#Header-Container{
	height:100px;
}
/*=================================================*/
/* Note:                                           */
/* Values for Upper and Lower Content containers 
below must add up to Header-Container Height Above */
/*                                                 */
/*=================================================*/

/* [Header-Upper-ContentContainer]: Upper Right Half of Header Content */
#Header-Upper-ContentContainer{
	height:55px;
	margin-top:5px;
}
/* [Header-Lower-ContentContainer]: Upper Lower Half of Header Content */
#Header-Lower-ContentContainer{
	height:40px;
}
