#headp {
	text-align:center;
	color: white; 
	text-shadow: black 0.1em 0.1em 0.2em;
	list-style:none;
	width:540px;
	margin:40px auto 10px auto;
	height:79px;
	position:relative;
	padding:40px 20px 0px 20px;

	/* Rounded Corners */	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */	
	background: #014464;
	background: -moz-linear-gradient(top, #16f2fb, #5B9277);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	
	/* Borders */	
	border: 1px solid #002232;
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}
#headp a {color:white;
		  text-decoration:none;
}
#headp a:visited {color:white;
		  text-decoration:none;
}
.img_lefttit { /* Image sticks to the left - page name */
	width:auto;
	float:left;
	margin:-25px 0px 0px 10px;
}
.img_lefttop { /* Image sticks to the left - page top*/
	width:auto;
	float:left;
	margin:-65px 0px 0px -210px;
}
.img_rigthtop { /* Image sticks to the rigth - page top */
	float:rigth;
	margin:-65px -230px -85px 50px;
}

