body
{
background-color: #2b3a3c; 
color: #2d2e2e;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.125em;  /* 1.2 em MAJOR THHIS EFFECTS THE TEXT DISPLAY ON THE PRIMEFACES GRID */
line-height: 1.2em;  /*   1.2em;  */
margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
text-align: center; /* Centers the page content container in IE 5 browsers. */
}

#outerWrapper
{
   background-color: white;
}



#outerWrapper #contentWrapper #content
{
/** background-image:url(""); **/
margin: 0 0 0 0em; /* 0 0 0 16em; Control width content position on the screen. Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
padding: 10px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
/*height: 700px;*/ /* sets the height of the left column  possibly overrides line-height: 1.7em;  - NEW I ADDED THIS LINE*/
}

#outerWrapper #contentWrapper .clearFloat
{

clear: both;
display: block;



}


#outerWrapper #footer
{
background-color: black; 
padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

