body {margin: 0; padding: 0; background-image: url('bg.jpg'); }

#imSite {width: 928px; margin: 0px auto; text-align: left; }

#imHeader {height: 188px; background-color: #0F0F0F; background-image: url('top.jpg'); background-repeat: no-repeat; background-position: left top; }

#imBody {background-color: #FFFFFF; background-image: url('content.jpg'); background-repeat: repeat-y; background-position: left top; }

#imMenuMain {width: 145px; float: left; padding: 26px 0 0 21px; }

#imContent {width: 746px; float: left; margin-top: 16px; }

#imFooter {clear: both; height: 68px; background-color: #C0C0C0; background-image: url('bottom.jpg'); background-repeat: no-repeat; background-position: left top; }

a.presentation {
	font-size:14px;
	margin-left:10px;
	line-height:25px;
}

#imObj0_00 table td a {
	-ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
a {color:#0000FF ;}      /* unvisited link */
a:visited {color:#0000FF ;}  /* visited link */