.header{
	background : transparent url(/images/images1.png) no-repeat -0px -626px;
	color      : #ffffff;
	height     : 40px;
}
		.header p{
			font-size  : 17px;
			font-weight: bolder;
			padding    : 10px;
		}

.content{
	background : #ebebeb;
	color      : inherit;
	margin     : 005px 0px 0px 0px;
	padding    : 015px;
	min-height : 385px;
	height     : auto;
	width      : auto;
}
		.content .pnt{
			background : transparent url(/images/images1.png) no-repeat -654px -317px;
			width      : 11px;
			height     : 11px;
			line-height: 11px;
		}
		.content p{
			margin     : 0px 0px 10px 0px;
		}

/* for Internet Explorer */
* html .content {
	height     : 385px;
}
