.headleft{
	height:100px;width:150px;
	/**/
	border-right-width:1px;
	border-bottom-width:1px;
	border-right-style:solid;
	border-bottom-style:solid;
	border-right-color:#000000;
	border-bottom-color:#000000;
	background-color:#FFFF00;
	padding-right:10px;
	padding-left:10px;
}
.headright{
	height:100px;
	top:0px;
	right:0px;
	position:absolute;
	background-color:#FFFF00;
	border-bottom-width:1px;
	border-left-width:1px;
	border-bottom-style:solid;
	border-left-style:solid;
	border-bottom-color:#000000;
	border-left-color:#000000;
}
.headtext{
	background-color:#FFFF00;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	position:absolute;
	left:180px;
	top:0px;
	right:200px;
	height:100px;
	/**/
	line-height:70px;
	text-align:center;
	bottom:10px;
	background-position:center;
	display:inline;
}

