﻿#header_t {
	position:relative;
	width: 100%;
}
#header_tl {
	position:relative;
	background-image: url('../images/2L_header_tl.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	height: 18px;
}
#header_tr {
	position:relative;
	background-image: url('../images/2L_header_tr.png');
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	height: 18px;
}
#header_tbg {
	position:relative;
	background-position: right;
	background-color: white;
	margin-left: 19px;
	margin-right: 26px;
	height: 18px;
	background-image: url('../images/2L_header_bg.png');
	background-repeat: repeat-y;
}
#header_b {
	width: 100%;
	height: 98px;
}
#header_bl {
	
}
#header_br {
	
}
#header_bbg {
	background-position: right;
	background-color: white;
	height: 100%;
	background-image: url('../images/2L_header_bg.png');
	background-repeat: repeat-y;
}
#logo {
	background-image: url('../images/ParlanceLogo.png');
	background-repeat: no-repeat;
	width: 189px;
	height: 48px;
	margin-top: 24px;
	margin-left: 48px;
	position: absolute;
	cursor:pointer;
}