#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 5px 10px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
body{
background-image:url(../nekoosa_images/bizbck2.jpg);
background-repeat:repeat-y;
}
.cntent{
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
p{
text-indent:1em;
}