h1, 
#secondary_header {
    font-size: 1.33em;
    font-weight: normal;
    color: #1689c6;
}
#secondary_header {
    background:url("/static/images/box/background_intro_small.png") bottom no-repeat;
    min-height: 40px; /* plus 30px padding = 70px */
    padding: 15px 35px;
	/* interior width: 780px */
	position: relative;
}

#secondary_header h1 {
    line-height: 3.4em; /* 68px */
    padding-left: 0px;
    padding-right: 35px;
    margin-bottom: 0;
}



