#header{/* header is position absolute but can come first in source by using a negative margin technique also*/
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:145px;
	background:#1f1950 url(../images/header_final.jpg) top left repeat-x;
	overflow:hidden;
	color:#fff;
}

#clearheader{height:145px;}/*needed to make room for header*/

#header h1 {
	position:absolute;
	bottom:38px;
	left:0;
	margin: 0 0 2px 60px;
	font: 1.1em "trebuchet ms";
	letter-spacing:2px;
	}

#header h4 {
	position:absolute;
	bottom:24px;
	left:0;
	margin: 0 0 2px 60px;
	font: 0.7em "trebuchet ms";
	letter-spacing:1px;
}

#header h3 a{
	position:absolute;
	bottom:-1px;
	left:0;
	margin: 0 0 0px 60px;
	font: bold italic 0.94em 'lucida grande',helvetica, arial,"trebuchet ms";
	letter-spacing:1px;
	z-index:1;
	color:#ead898;
	text-decoration:none;
}

#header h3.DDCRF a{
	position:absolute;
	bottom:-1px;
	left:0;
	margin: 0 0 0px 15px;
	font: bold italic 0.68em 'lucida grande',helvetica, arial,"trebuchet ms";
	letter-spacing:1px;
	z-index:1;
	color:#ead898;
	text-decoration:none;
}

div.logo img{
	padding:0;
	margin:0;
	position:absolute;
	bottom:25px;
	left:0;	
}

div.logo{
	padding:0;
	margin:0;
	float:left;
}

