/* CSS Document */
#contentarea #text {
padding:50px 0px 45px 30px;
width:840px;
position:relative;
}


/******begin txtheader w. kayak paddles******/

/*left paddle*/
.txtheader {
background:url(../images/slices/paddleL.gif) no-repeat left center;
padding:0 0 0 52px;
color:#23234e;
font-weight:bold;
width:auto;
display:block;
margin:0 0 30px 0;
clear:both;
}

/*right paddle*/
.txtheader h1 {
background:url(../images/slices/paddleR.gif) no-repeat right;
padding:0 52px 0 0 ;
display:inline;
font-size:1.6em;
font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

/*the actual words inside txtheader*/
.txtheader h1 span {
background-color:#d5cebe;
padding:2px 5px;
}
