@media screen {
/*-----REDHEAD-----*/
#redhead {
	/*dimensions*/
	width : auto;
	height : auto;
	padding : 0 0.5em;
	margin : 0.5em auto;
	/*poisition*/
	display : none;
	/*text*/
	color : #000;
	text-align : center;
}

#redhead p { 
	font-size : xx-small;
	color : #000;
}

#redhead img {
	behavior : url(/images/iepngfix.htc);
	border : 0 none;
}

#redhead a {
	font-weight : 600;
	color : #000;
}

#redhead a:hover {
	text-decoration : underline overline;
}
}