/* CSS Document */

body { margin:0px; }

#containerH {
	width:1280px;
	height:460px;
	position:absolute;
	left:50%;
	margin-left:-640px;
	top:337px;
	margin-top:-230px;
	background:url(../img/bg_michelangelo.jpg) no-repeat left bottom;
	}

#contentA, #contentB, #contentC { height:110px; float:left; }
#contentA { width:386px; background:url(../img/hi_sx.jpg) no-repeat left top; }
#contentB {	width:296px; background:url(../img/hi_md.jpg) no-repeat left top; }
#contentC { width:598px; background:url(../img/hi_dx3.jpg) no-repeat left top; }

#contentD, #contentE, #contentF { height:121px; float:left; }
#contentD { width:386px; background:url(../img/lo_sx.jpg) no-repeat left top; }
#contentE {	width:296px; background:url(../img/lo_md.jpg) no-repeat left top; }
#contentF { width:598px; background:url(../img/lo_dx3.jpg) no-repeat left top; }

#Menu, #middleWhite, #titServices, #menuServices {
	width:100%;
	float:left;
	}

#Menu {
	height:20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color:#0099CC;
	}
#Menu ul, #menuServices ul {
	position:absolute;
	left:50%;
	margin:0px auto 0px -450px;
	padding:0px;
	width:900px;
	height:20px;
	}
#Menu ul {
	margin-left:-400px;
	width:800px;
	}
#menuServices ul {
	margin-top:5px;
	}
#Menu ul li, #menuServices ul li {
	display:inline;
	}
#Menu ul li.Second, #menuServices ul li.Second {
	padding-left:68px;
	}
#menuServices ul li.Third {
	padding-left:58px;
	}

#middleWhite { height:88px; }
#titServices { height:18px; }
#menuServices { height:58px; }

#menuServices ul {
	height:29px;
	}

#flashNews {
	position:absolute;
	z-index:1000;
	top:50%;
	margin-top:85px;
	left:50%;
	margin-left:-443px;
	}
