
body{
    background: #B8B8B8 ;        /*background colour gray #778899*/
	line-height: 120%;
	letter-spacing:0.065em;
	
}

#bungarampai2 {
	position: absolute; z-index:3; top:953px; left:44px;
}

div#footerpk {
	position: absolute; z-index:3; top: 1203px; left:580px;
}

#menubottomcontainer {
	position: absolute; z-index:3; top:1213px; left:50px;
}


#menutoprightcontainer {
	position: absolute; z-index:2; top:10px; left:875px;
}


#sqbanner1 {           /* vertical square banners next to main menu*/

}

#sqbanner2 {

}

#sqbanner3 {

}

#sqbanner4 {

}

#sqbanner5 {

}

#youtubecontainer1 {
	position: absolute; z-index:4; top:530px; left:850px;

}

#youtubecontainer2 {
	position: absolute; z-index:4; top:860px; left:850px;
}


#leftgradient {
	background: url(images/gradient_left.jpg); 
	background-repeat: repeat-y;
	width: 29px;
	height:1253px;
}
#leftgradient {
	position: absolute; z-index:0; top:0px; left:10px;
}


#rightgradient {
background: url(images/gradient_right.jpg); 
	background-repeat: repeat-y;;
	width: 29px;
	height:1253px;
}

#rightgradient {
	position: absolute; z-index:0; top:0px; left:1215px;
}

#backgroundcontainer{
	width: 790px; /* big box white container */
	background: #E8E8E8;
	padding: 10px 10px 10px 10px; /* padding top right bottom left */
	height: 1140px;
	position: absolute; z-index:3; top: 40px; left:420px;
}


#topcontainer {
	width: 770px; /* text container to show mission statement */
	height: 175px;
	border: 1px solid #cccccc;
	position:absolute; z-index:3 ; top: 148px; left:428px; 
	padding: 10px 10px 10px 10px;
}

#topcontainer_bground {
	position:absolute; z-index:3 ; top: 151px; left:431px;
}

#textbox1 {
	position:absolute; z-index:3 ; top: 348px; left:430px; 
	width: 787px;
	height: 840px;
	background: white; 
	padding: 0 0 0 0;
	border: 1px solid #cccccc;
	
}

#textbox2 {
	position:absolute; z-index:3 ; top: 345px; left:233px; 
	width: 180px;
	height: 850px; 
	padding: 0 0 0 0;
	border: 0px solid red;
}


#float_left { 
	float: left; /* shift the smalltextbox1 to the left*/
}

#float_right { 
	float: right; /* shift the smalltextbox1 to the left*/
	margin-right:10px;
}

#smalltextbox1 {
	position:relative; z-index:3; top: 10px; left:10px;  /* smaller text container with no border to be put inside textbox1  */
	width: 370px;
	height: 150px;
	border: 0px solid;
	margin: 10px 10px 10px 0px; /* margin in order of top right bottom left*/
}

#smalltextbox2 {
	position:relative; z-index:3; top: 0px; left:0px;  /* text container with border to be put on right column next to main menu  */
	width: 165px;
	height: 153px;
	border: 0px solid brown;
	background: #F5F5F5; 
	margin: 10px 0px 17px 10px;  /* margin in order of top right bottom left*/
}


#mediumtextbox1 {
	position:relative; z-index:3; top: 4px; left:10px;  /* medium text container with no border to be put inside textbox2 */
	width: 760px;
	height: 1000px;
	border: 0px solid;
	margin: 10px 10px 10px 0px; /* margin in order of top right bottom left*/
	overflow: scroll; 
}

#logo {
	position:absolute; z-index:2 ; top: 10px; left:40px; 
}

#photo {
	position:absolute; z-index:2 ; top: 80px; left:30px; /*absolute position of photo container on top left hand corner*/
}

#borderphototop {
	background: black;
	height: 5px;
	width: 390px;
	position:absolute; z-index:2 ; top: 75px; left:30px; 
}

#borderphotobottom {
	background: black;
	height: 5px;
	width: 390px;
	position:absolute; z-index:2 ; top: 335px; left:30px; 
}



#topsection{
	background: #ff6633;
	height: 80px; /*Height of top section*/
	width: 1200px;
	position:absolute; top: 0px; left:30px;
}

#toporangeblock {
	height: 80px; /*Height of top section of picture*/
	width: 1200px;
	position:absolute; top: 0px; left:30px; /*location of jpg picture*/
}

#flashbanner {
	position:absolute; z-index:2 ; top: 40px; left:420px;  	
}


#leftcolumn{
	width: 200px; /*Width of left column in pixel with gray picture block*/
	height: 860px;
	position: absolute; top: 340px; left:30px;
}

#rightcolumn{
	width: 190px; /*Width of right column in pixels*/
	height: 860px;
	background: white;
	position: absolute; top: 340px; left:230px;
}

#footer{
	width: 1200px;
	height:45px;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	position: absolute; z-index:2; top: 1200px; left:30px;
}


