#head {
	POSITION: relative;
	WIDTH: 100%;
	MARGIN: 0px 0px 0px 0px;
	clear: both;
	height: 106px;
	overflow: hidden;
}
#left_head {
	POSITION: relative;
	WIDTH: 250px;
	MARGIN: 0px 0px 0px 0px;
	FLOAT: left;
}
#right_head {
	POSITION: relative;
	WIDTH: auto;
	MARGIN: 0px 0px 0px 0px;
	FLOAT: left;
}
#content {
	z-index: 1200;
	padding: 5px 5px 0px 5px;
	overflow: auto;
	height: 100%;
}
#BreadCrumb {
	position: relative;
	color : #FFFFFF; 
	z-index : 13; 
	height: 20px;
	width: 100%;
	margin : 10px 0 0 0;
	overflow: hidden;
	background-color: #9D0000;
}
