#top, #bottom { height:14px; }
#top { background:url(/assets/img/bg-content-top.png) 0 0 no-repeat; }
#bottom { background:url(/assets/img/bg-content-bottom.png) 0 0 no-repeat; }

#content-wrap { background:url(/assets/img/bg-content-tile.png) 0 0 repeat-y; }


#content { min-height:450px; font-size:13px; }
#content.noside { width:840px; }




#headline {
    position:relative;
    display:block;
    width:568px;
    height:238px;
    margin:0 0 15px -7px;
    padding:6px 5px 16px 7px;
    overflow:hidden;
    background:url(/assets/img/bg-photo-frame.png) 0 0 no-repeat;
}
#headline h2 {
    position:absolute;
    top:25px;
    right:25px;
    text-align:right;
    color:#495c68;
    font-size:24px;
    z-index:2;
}
#headline .headline-photo {
    position:absolute;
    top:6px;
    left:7px;
    width:568px;
    height:238px;
    overflow:hidden;
    z-index:1;
}



/*
#headline.map {
	width:840px;
	height:600px;
	margin:0 0 15px;
	padding:0;
	background:none;
}
#headline.map h2 {
	top:25px;
	right:100px;
}
#headline.map .headline-photo {
	top:0;
	left:0;
	width:840px;
	height:600px;
}*/