@charset "UTF-8";
/* CSS Document */

/* IMAGE FOR THE HEADER */
.page {
	margin-top:0;
	margin-left:11px;
	/*height: 228px; */
	width:705px;
	background: url(../headers/pigeonheader2.jpg) no-repeat;
	overflow:hidden;
}

/* for position the strapline box */
#strapline {
	padding: 0 0 0.6em;
	color: #d00;
	font: 1.4em helvetica,arial,sans-serif;
	text-shadow: #ddd 1px 1px 2px;
	background: url(../gui/no.gif) no-repeat;
	width:476px;
	/*height:225px;*/
	height:200px;
}
#strapline span {
	overflow:hidden;
	display:none;
}
#strapline p {
	font-size:11px;
	padding-top:105px;
	margin-left:433px;
	text-align:left;
	width:190px;
}
