/*FOR IE when using negative margins with parent boxes with fixed width, always use auto for left margin!!!!*/
/*
darker brown -- EABC8E
lighter EFCBA7
*/

body {
background: url(../images/articleTopBckgrStrip_80.jpg) repeat-x #4A0A01  fixed;
font: 62.5%/1.6em "Lucida Grande CY", sans-serif;
margin: 0;
padding: 0;
}

#wrapper{
position: relative;
width: 786px;
margin: 0 auto;
font-size: 1.3em;
line-height: 1.6;
background: url(../images/article_footerBorderR_50.jpg) left bottom repeat-x;
/*article_footerBorderL_50.jpg is unused*/
}
#content{
width: 762px;
margin: 0 12px;
background-color: #EFCBA7;
}
#navBarTop{
position: absolute;
width: 250px;
left: 524px;
top: 0px;
/*inherits font-size from #wrapper*/
}

#topNav{
padding: 10px 0  0 30px;
background-color: #E4C2A0;
width: 712px;
height: 30px;
}

#topNav li{
display: inline;
padding-right: 15px;
}

.thumbnails {
margin: 20px 0px 20px 30px;
/*height: 300px;*/
/*border: 1px solid red;*/
line-height: 104px;
text-align: center;
}

.thumbnails a {
display: block;
float: left;
width: 104px;
height: 104px;
padding: 0px 14px 10px 0px;
/*text-indent: -999em;*/
}


.thumbnails img {
border: 0;
}

h1, h2, h3, p {
margin: 0 30px;
}

h1{
font-size: 1.4em;
margin-top: 0px;
padding-top: 20px;
}

h2{
font-size: 1.2em;
line-height: 1.4;
}
h3{
padding: 15px 0 0;
}
h3#sr{
clear: both;
padding: 0;
}

/*////////////////////////////*/


#navBarBottom{
clear: both;
width: 250px;
margin: 0 0 0 512px;
}

#navBarTop li, #navBarBottom li{
height: 36px;
line-height: 36px;
margin-bottom: 1px;
background-color: #a18061;
padding: 0 0 0 15px;
}
#navBarTop li.second, #navBarBottom li.second{
background-color: #b48357;
}
#navBarTop li.third, #navBarBottom li.third{
background-color: #a99784;
}


/*////////////////////////////*/


#readMore{
width: 512px;
margin: -73px 0 0;
background-color:  #E4C2A0;
padding: 10px 0 20px 0;
}
#readMore p{
padding: 1em 0 0.5em 0;
}
#readMore li {
list-style-type: none;
padding: 0px 0px 2px 35px;
}

.onePaintg {
padding: 0 0 0 0px;
margin: 20px 5px 0 25px;
/*border: 1px red solid;*/
width: 730px;
}
.onePaintg p {
padding: 0; margin: 0;
text-indent: 0em;
}

.onePaintg span.pImage {
display: block;
float: left;
width: 400px;
text-align: right;
/*border: 1px blue solid;*/
}


.onePaintg p.pData {
float: right;
width: 320px;
/*border: 1px green solid;*/
}
