
/* Duplicate with main.css
body {
  background: #383866 url(/images/skin4/background-site.gif) repeat-x top;
  margin: 0 auto;
}

#LsiPage {
  margin: 0 auto;
  width: 925px;
}
*/

#MainContent {
  background: white url(/images/skin4/backgroundContent.gif) repeat-x bottom;
  margin: 0;
  padding: 2px;
  font-family: arial;
  min-width: 700px;
  min-height: 600px;
  clear: both;
  border: 3px solid white;
  border-bottom: none;
  border-top: none;
}

/* Hack IE7 */
*:first-child+html #MainContent {
  font-size: small;
}

/* Hack IE6 */
* html #MainContent {
  height: 600px;
  display: table;
  font-size: small;
}

#MainContent td {
  vertical-align: top;
}

.staticContent {
  width: 100%;
}

#MainContent {
  font-size: 12px;
}

/*#MainContent ul li {*/
/*  font-size: 12px;*/
/*}*/


