/*********************** DIV ID *************************/
#containerDiv{
	position:relative;
	height:100%;
	width:100%;
	padding-left:20px;
}
/**--- Main Level ---***/ /** 1000 x 660 **/

#topDiv{
    position:relative;
	height:120px;
	width:90%;
}

#centerDiv{
    position:relative;
	height:420px;
	width:90%;
}

#bottomDiv{
    position:relative;
	height:120px;
	width:90%;
}

/****** Center Sub Levels *******/ /** 1000 x 420 **/ 
#centerLeftDiv{
	position:absolute;
	height:420px;
	width:230px;
	top:0px;
	left:0px;
}
#centerRightDiv{
	position:absolute;
	text-align:right;
	height:420px;
	width:700px;
	top:0px;
	right:0px;
}
#centerRightPicturesDiv{
	position:absolute;
	bottom:0px;
	right:0px;
}

/****** Admin Levels *******/

#topDiv_admin{
    position:relative;
	height:120px;
	width:90%;
}

#topLeftDiv_admin{
    position:relative;
	left:0px;
	top:0px;
	height:120px;
	width:450px;
}

#topRightDiv_admin{
    position:relative;
	text-align:left;
	left:450px;
	top:-121px;
	height:120px;
}

#centerDiv_admin{
    position:relative;
	height:1000px;
	width:90%;
}

#centerLeftDiv_admin{
	position:relative;
	top:0%;
	left:0%;
	height:100%;
	width:220px;
	margin:0px;
	padding:0px;
}

#centerRight_admin{
	position:relative;
	text-align:left;
	top:-1001px;
	left:220px;
	height:100%;
	width:1000px;
	margin-left:60px;
	padding:0px;
}

