#container #main #leftcol
{
padding:0 0 180px 0;
margin:0;
width:200px;
float:left;
position:relative;
font-size:100%;
background-color:transparent;
background-image:url(../images/leftnav-bg-bottom.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

/* middle col / content layout */
#container #main #middlecol
{
padding:0 23px 0 23px;
margin:0;
width:542px;
float:left;
position:relative;
font-size:100%;
background-color:transparent;
}

#container #main #middlecol #content
{
padding:0;
margin:0;
width:542px;
float:left;
position:relative;
font-size:100%;
background-color:transparent;
}

#container #main #middlecol #content .titleblock
{
padding:0;
margin:0 0 10px 0;
width:542px;
float:left;
background-color:#d9e6ef;
/* images are link on section css */
background-repeat:no-repeat;
background-position:top right;
}

#container #main #middlecol #content .titleblock .border
{
/* padding and width on section css */
margin:0;
height:170px;
float:left;
background-color:transparent;
background-image:url(../images/landing-bg-bottom.gif);
background-repeat:no-repeat;
background-position:bottom right;
}

html > body #container #main #middlecol #content .titleblock .border
{
height:auto;
min-height:170px;
}