﻿#masthead {
	background-image:url('../images/top_132.jpg');
	background-repeat: repeat-x;
	min-height: inherit;
	height: 132px;
}
#left_col {
	position: absolute; 
	left: 0px; 
	top: 0px;
	width: 192px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/left_x192.jpg');
	background-repeat: repeat-x;
}
#page_content {
	background-image: url('../images/page_background.jpg'); 
	background-repeat: repeat-x;
	background-color: #F6F6E6;
	padding-right: 100px;/*89px;*/
	font-size: 12px;
}
#right_col {
	position: absolute; 
	right: 16px; 
	top: 0px; 
	width: 89px; 
	background-image: url('../images/right.jpg'); 
	background-repeat: repeat-x;
}

#header {
/*	background-image: url('../images/headaing_background.gif');
	background-repeat: repeat-x;
*/
}
#subheader {
	padding-left: 192px;
	background-color: white; /* [updated: 20081003] */
	background-image: url('../images/page_subheader_background.jpg');
	background-repeat: repeat-y; 
}
#subheader h2 {
	padding-left: 5px;
}

#page_footer {
	font-size: 10px; 
	color: navy;
	height: 65px; 
	background-image: url('../images/bottom_bar_short.jpg'); 
	background-repeat: repeat-x;
	overflow:hidden;
	
}

.page_with_logo {
	font-size: 12px; 
	text-indent: 0px; 
	height: 352px; 
	margin-top: 0px; 
	background-image: url('../images/eueeff_logo_background.jpg'); 
	background-repeat: no-repeat;
}
body { /* [updated: 20081003] */
	background-color: #F8F8EC;
}
