#pos{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:220px;
	z-index:99;
	background-color:#aaeeff;
	}


#myTitle{
	background-color:#0505dd;
	text-align:center;
	font-size:1.6em;
	color:white;
	margin-top:5px;
	margin-bottom:5px;
	}
#desc{
	color:red;
	text-align:center;
}

#lbl{
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
#in{
	float:left;
}
#content1{
	margin-top:5px;
	margin-bottom:5px;
	font-size:1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(238, 238, 238);

}
