body{
	margin:0;
	background:#FFF;
}

body, div, td{
	font-family:Verdana;
	font-size:11px;
	color:#000;
}

#content{
	position:relative;
	left:0;
	top:0;
}

#images{
	position:absolute;
	top:80px;
	left:0;
	/* background: #00f; */
	/*height:580px;*/
}

#menu{
	position:fixed;
	left:100px;
	top:0;
	width:151px;
	height:800px;
}

#menuBg{
	position:absolute;
	left:0;
	top:0;
	width:151px;
	height:800px;
	opacity:0.60;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
	background: #FFF;
}

#menuLogo{
	position:absolute;
	left:0;
	top:1px;
	width:151px;
	height:80px;
}

#menuInfo{
	position:absolute;
	left:0;
	top:641px;
	width:151px;
	height:80px;
}

#menuContent{
	position:absolute;
	left:0;
	top:90px;
	width:151px;
}

.menuItem1{
	width: 151px;
	border-bottom: 6px solid #000;
	margin-top: 20px;
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}

.lnkMenuItem1{
	color: #000;
	text-decoration: none;
}
.lnkMenuItem1:hover{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.menuItem2{
	width: 151px;
	border-bottom: 2px solid #000;
	margin-top: 3px;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}

.menuItem3{
	width: 151px;
	border-bottom: 2px solid #000;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 18px;
}

.menuItem3x{
	width: 151px;
	border-bottom: 2px solid #000;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 18px;
	background: #fff;
	opacity:0.60;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}

.submenu{
	position:relative;
	top: 0px;
	width:151px;
}

#infos{
	position:fixed;
	left:100px;
	top:638px;
}
#infosH{
	position:absolute;
	left:100px;
	top:638px;
	/* border: 1px solid red; */
}

#pgTitle{
	position:absolute;
	width: 800px;
	left: 162px;
	top: -31px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}


#infoTxt1{
	position:absolute;
	left:160px;
	top:-1px;
	width:570px;
	/*height: 170px;
	overflow: auto;*/
	text-align:justify;
	font-size: 10px;
}
#infoTxt2{
	position:absolute;
	left:740px;
	top:-1px;
	width:320px;
	/*height: 170px;
	overflow: auto;*/
	text-align:justify;
	font-size: 10px;
}