@charset "utf-8";
/* CSS Document */


/*********************************/
/*          CONTAINER
/*********************************/

#container {
font-family:Arial, Helvetica, sans-serif;
margin:0 auto;
width:920px;
height:auto;
min-height:719px;
}

#contentarea {
min-height:450px;
}

/*text region*/
#contentarea #text {
padding:0 28px;
margin:13px 0 0 0;
position:relative;
bottom:35px;
}

.txthdr {
font-style:italic;
font-size:1.5em;
text-transform:uppercase;
font-weight:800;
color:#294425;
border-bottom:1px solid #294425;
padding:0 50px 3px 0;
width:300px;
margin:0 0 15px 0;
}
