#branding {
position: relative;
height: 128px;
min-height: 128px;
background-image: url('../images/rl-branding.jpg');
background-repeat: no-repeat;
}

#branding-text {
position: absolute;
left: 340px;
width: 620px;
height: 110px;
padding-top: 30px;
}

#subnav {
position: relative;
height: 47px;
min-height: 47px;
background-image: url('../images/sub-nav-living-ml.png');
background-repeat: no-repeat;
}

#section {
position: relative;
height: 308px;
background-image: url('../images/sect-living-ml.jpg');
background-repeat: no-repeat;
background-position: right top;
border-bottom: 1px solid #85857f;
padding-bottom: 0px;
margin-bottom: 0px;
}

#sect-text {
position: absolute;
left: 25px;
top: 170px;
width: 530px;
}

.proof {
position: relative;
border-bottom: 1px solid #999999;
}

.bottom {
border-bottom: none;
}

.proof-title {
font-size: 155%;
font-weight: bold;
color: #000000;
}

.proof-text p {
color: #231f20;
}

.proof-source {
color: #333333;
font-weight: bold;
}

#proof1 {
height: 299px;
background-image: url('../images/ml-1.jpg');
background-repeat: no-repeat;
}

#proof1 .prooftext {
position: absolute;
left: 420px;
top: 20px;
width: 320px;
}

#proof2 {
height: 304px;
background-image: url('../images/ml-2.jpg');
background-repeat: no-repeat;
}

#proof2 .prooftext {
position: absolute;
left: 260px;
top: 30px;
width: 360px;
}

#proof3 {
height: 278px;
background-image: url('../images/ml-3.jpg');
background-repeat: no-repeat;
border-bottom: none;
}

#proof3 .proofhead {
position: absolute;
right: 40px;
top: 50px;
width: 180px;
text-align: center;
}

#proof3 .prooftext {
position: absolute;
left: 30px;
top: 47px;
width: 360px;
}

#proof3-source {
position: absolute;
left: 30px;
top: 260px;
width: 540px;
}



