body
{
	background-color: #37005B;
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
}

/* Page Structure */
#itgMasterMenu
{
	position: relative;
	margin: 0 auto;
	height: 28px;
	width: 780px;
	
	text-align:left;
	overflow:visible;
	margin: 0 auto;

	background-color:#BCDCE0;
	
	border: thin solid #666666;
	
	display:none;
}

#itgMain
{
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 793px;
	
	overflow:visible;
}

	#itgHeader
	{
		position:absolute;
		top: 0px;
		left: 0px;
		width: 793px;
		height: 127px;
			
		background-image: url(http://www.debbiegair.com/images/header-background.jpg); 
		background-repeat: no-repeat;
	}
	
	#itgMiddle
	{
		position:absolute;
		
		top: 128px;
		left: 0px;
		width: 793px;
		height: 500px;
	}
	
	#itgFooter
	{
		position:relative;
	
		top: 640px;
		left: 0px;
		width: 793px;
		height: 63px;
		
		background-image: url(http://www.debbiegair.com/images/footer-background.jpg);  

		
	}
/* Page Structure */


/*
** Horizontal menu on the top
*/

/* Horizontal Menu Container */
#itgMenuHorizontal
{
	display:none;
}

/*
** Left Menu 
*/

/* itgMain menu container */
#itgMenu
{
	position:absolute;

	top: 0px;
	left: 0px;
	width: 240px;
	height: inherit;
	
	margin: 0;

	padding-top: 15px;
	padding-left: 15px;

/*
	background-image: url(/images/menu-background.jpg); 
	background-repeat: no-repeat;
	background-position: bottom;
*/	
}

	/* Menu Top */
	#itgMenuTop
	{	
		position:absolute;
	
		top: 0px;
		left: 0px;
		width: inherit;
		height: 20px;
		
		margin: 0;
		
		background-color: #FFCB36;
	}

	/* Menu Dynamic */
	#itgMenuDynamic
	{
		position:absolute;
	
		top: 21px;
		left: 0px;
		width: 225px;
		height: 300px;
		
		padding-top: 5px;
		padding-left: 15px;
		text-align:right;
	}
	
	
	#itgMenuDivider
	{
		position:absolute;
	
		top: 321px;
		left: 0px;
		width: 240px;
		height: 30px;
		text-align:center;
	}
			
	/* Menu Bottom */
	#itgMenuBottom
	{
		position:absolute;
	
		top: 351px;
		left: 0px;
		width: 240px;
		height: 200px;
	}

	/* Menu Bottom */
	#itgMenuBottomExtreme
	{
		position:absolute;
	
		top: 402px;
		left: 0px;
		width: 240px;
		height: 200px;
	}


/* Cascading Milonic Menu */


/*  Content Area */
#itgContent
{
	position:absolute;

	top: 0px;
	left: 241px;
	width: 530px;
	height: 100%;
	
	background-image: url(http://www.debbiegair.com/images/watermark.jpg); 
	background-repeat: no-repeat;
	background-position: center;
	
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	
	border-top-color: #FFCC00;
	border-top-style: solid;
	border-top-width: thick;
	border-left-color: #FFCC00;
	border-left-style: solid;
	border-left-width: thick;
}

/*  Content  */
#itgContentRight
{
	position:absolute;

	top: 0px;
	left: 542px;
	width: 40px;
	height: 100%;
	
}


/* 
** User Content Areas
*/
#itgUserHeader
{
	position:relative;
	width: 100%;
	height: 100%;
	text-align:left;
}

#itgUserMenuH
{
	width: inherit;
	height: inherit;
}

#itgUserMenuTop
{
	width: 100%;
	height: 100%;
}

#itgUserMenuBottom
{
	width: 100%;
	height: 100%;
}

#itgUserContent
{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

#itgUserContentRight
{
	width: 20px;
	height: 100%;
}

#itgUserFooter
{
	width: 100%;
	height: 100%;
	
}


