/****************************************************************************************************/
/*  Heading banner container and its contents                   																										*/
/****************************************************************************************************/



#CKWD
{
	position:absolute;
	top:70px;
	right:30px;
	font-size:20px;
	height:30px;
	width:400px;
	overflow: hidden
}


#heading
{
	position: absolute;
	top: 27px;
	left:0px;
	height:70px;
	width:100%;
}


#banner-left
{
	position: absolute;
	top: 0px;
	left:0px;
	width: 400px;
	text-decoration:none;
}

#banner-center
{
	width: 97%;
	height: 70px;
}

#banner-right
{
	position: absolute;
	top: 0px;
	right: 0px;
}


