body, td {
	font-family: "Trebuchet MS", Arial, Helvetica;
}

/********************************/
/* PAGE LAYOUT COMMON VALUES */
/********************************/
#bannerContainer, #sectionTabsContainer, #contentContainer, #baseContainer {
padding:0 0 0 51px; /* No right padding value (51px). This to debug IE6 that will add blank spaces between floating elements or when nested comments are used */
}

/********************************/
/* CONTENT AREA */
/********************************/
#contentContainer {
background-image:url(images/ui_misc/bg_content.png); /* Left+right borders, white bgd, left+right shadows) */
background-position:center;
background-repeat:repeat-y;
padding-top:1px; /* For background to fill-up the full container height when a nested tag has a margin */
padding-bottom:1px; /* For background to fill-up the full container height when a nested tag has a margin */
}
#oneColContainer {
width:898px;
}

#baseContainer {
background-image:url(images/ui_misc/bg_content_bott.png); /* left+right+bottom borders, white bgd, left+right+bottom shadows) */
background-position:top center;
background-repeat:no-repeat;
height:34px;
}