
/**************************************** HEADER ****************************/
#header {
	width: 980px;
	padding-top: 0px;
	height: 100px;
	margin-bottom: 2px;
}
#header a:active, #header a:hover { text-decoration: none; }

#img {
	float: right;
 	background: url(images/header.jpg) no-repeat bottom;
	width: 1000px;
	height: 150px;
	border-top: #af0000 solid 3px;
}

#img p {
	font-variant: small-caps;
	padding-left: 20px;
	margin-top: 5px;
	font-size: 1.1em;
}

#img p span {
	color: navy;
	font-size: 1.8em;
}
/****************************************  HEADER END ****************************/
