/* CSS Document */

#header {
	position: relative;
	background: transparent url("/images/header/leaf.jpg") no-repeat 12px 75px;
	}

h1 {
	height: 100px;
	background: transparent url("/images/header/jayne_sarah.gif") no-repeat 65px 6px;
	}

h1 a {
	visibility: hidden;
	}

.leaf {
	background-image: url("/images/header/leaf.jpg");
	background-repeat: no-repeat;
	}

#header div.leaf { background-position: 12px -25px; }
#main div.leaf { background-position: 12px -90px; }

#header .content { padding: 14px 15px 10px 225px; }
html>body #header .content { padding-left: 22%; }

#header strong {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 130%;
	color: #FFFFFF;
	}

#header .blue a {
	display: block;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #025f96;
	text-decoration: none;
	}

html>body* #header .blue a {
	padding-top: 6px;
	}

#header img {
	position: absolute;
	top: 43px;
	right: 45px;
	}