body {
	background:white;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

p.skipmenu, div#header, div#menu, div#headerlogo {
	display:none;
}

div#container, div#infocenter {
	width:auto;
	border:0;
	margin:0 5%;
	padding:0;
	float:none !important;
	color:black; 
	background:transparent;
}

a:link, a:visited {
	color:#520;
	background:transparent;
	font-weight:bold;
	text-decoration:underline;
}

div#infocenter a:link:after, div#infocenter a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

div#infocenter a[href^="/"]:after {
  content: " (http://www.ingserv.com" attr(href) ") ";
}

div#infocenter2btm {
	text-align:center;
}

div#infocenter h1 {
	font-size:12pt;
}

div#infocenter h2 {
	font-size:11pt;
}

/*div.infocentersplitleft { 
	width:auto;
	float:left;
	text-align:left;
	clear:both;
}

div.infocentersplitright { 
	width:auto;
	float:right;
	text-align:left;
	clear:both;
}*/

div.piccy {
	position:relative;
	width:187px;
	height:147px;
	float:right;
	margin:10px 0px 10px 25px;
}

div.piccyleft {
	position:relative;
	width:187px;
	height:147px;
	float:none;
	/*margin:10px 0px 10px 28px;*/
}

div.piccyright {
	position:relative;
	width:187px;
	height:147px;
	float:none;
	/*margin:10px 28px 10px 0px;*/
}

div.imgcontainer {
	width:160px;
	height:120px;
	margin-top:11px;
	margin-left:11px;
}

div.piccyframe {
	position:relative;
	width:187px;
	height:147px;
	top:-130px;
	background:url("images/layout/frame_rounded.gif") top left no-repeat;
	display:block;
}

/* ie5 ie5.5 and ie6 css hack || ie5.2 mac */

* html div.piccyframe {
	/*--IE5.2-Mac--*/
	position:relative;
	top:-130px;
	/*--IE-PC--\*/
	position:absolute;
	top:0px;
	/*--End--*/
}