/* content.html overrides of existing properties */



h1 {
color: #E08740;
font-weight: normal;
font-size: 25px;
}

#header {
 background: #696D48 url('../images/contentheaderbg.png') no-repeat top left ;
}

#content {
 background: #C8BF99 url('../images/contentbodybg.jpg') repeat-y top left;
 overflow: hidden; 
 padding-bottom: 20px;
}

#address {
 left: 570px;
 }

/* content-specific properties */

#leftColumn {
 float: left;
 width: 544px;
 background: #fff url('../images/articleTextBorder.gif') repeat-y top right;
}

#rightColumn {
 float: left;
 width: 250px;
 padding-left: 10px;
}

#featureImage {
 padding-top: 1px;
 clear: both;
}

#articleText {
 clear: both;
 width: 500px;
 padding:20px;
}

#oneColumn {
  width: 805px
}
#articleTextONE {
 clear: both;
 width: 755px;
 padding:20px;
}