/* The location of the overall body of the page */
#apMainPage {
	background: #FFFFF0;
	position: absolute;
	top:5px;
	left: 50%;
	margin-left: -400px;
	width:1px;
	z-index:100;
}

/* The banner across the top of the page */
#apBanner {
	position:absolute;
	top:5px;
	width:800px;
	height:170px;
	z-index:2;
	text-align: center;
}

/*  The location if the current logged in members details taken from their cookies */
#apMemberInfo {
	position:absolute;
	top:190px;
	width:160px;
	height:40px;
	z-index:5;
	text-align: left;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
/*	color: #00FF00; */
}

/* The left hand menu */
#apMenu {
	position:absolute;
	top:175px;
	width:160px;
	height:800px;
	z-index:4;
/* 	background: #00FF00; */
}

/* The digipeater status box */
#apDigiStatus {
	position:absolute;
	top:500px;
	width:160px;
	height:100px;
	z-index:4;
}

/* The main body of text */
#apHomeBody {
	position:absolute;
	left:170px;
	top:180px;
	width:625px;
	height:490px;
	z-index:10;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0000FF;
	overflow: visible;
	text-align: left;
}

#apLogin {
 	background: #ffff00;
	position:absolute;
	top:50px;
	left:50px;
	width:500px;
	height:300px;
	z-index:5;
}



