.technical_layout {
}
#wrapper {
	position:relative;
	width:780px;
	height:2050px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	z-index: 1;
}
#apBackground {
	position:absolute;
	width:780px;
	height:780px;
	z-index:1;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#apNavbar {
	position:absolute;
	width:780px;
	height:45px;
	z-index:3;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	top: 130px;
	padding: 0px;
	text-align: center;
}
#apMain {
	position:relative;
	width:780px;
	height:1080px;
	z-index:2;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	top: 550px;
	font-weight: bold;
	text-align: left;
}
#apMain table tr td {
	font-size: small;
	color: #333;
	background-color: #CCC;
	padding-left: 5px;
}
#apApnsimg {
	position:relative;
	width:780px;
	height:50px;
	z-index:2;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	top: 560px;
}

#apTextLinks {
	font-size: medium;
	padding: 10px;
	height: 270px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 570px;
}

#apTextLinks p {
	margin-top: -14px;
}

#apTextLinks h3 {
	padding-top: 20px;
}

#apFooter {
	position:relative;
	width:780px;
	height:40px;
	z-index:2;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	top: 585px;
}

