body {
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 30px;
	background-color: #FFFFFF;
	background-image: url(images/overall_bg.gif);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 75%;
	line-height: 150%;
	text-decoration: none;
}


#page {
	position:absolute;
	top:10px;
	width:795px;
	z-index:2;
	background-color: #01019C;
	left: 5%;
}
.orange_headings {
	text-transform: capitalize;
	color: #FF7E00;
	font-weight: bold;
	font-style: italic;
}

#panorama {
	position:relative;
	left:0px;
	top:0px;
	width:795px;
	height:250px;
	z-index:3;
}
#panorama_bdr {
	position:relative;
	left:0px;
	top:0px;
	width:795px;
	height:20px;
	z-index:3;
	background-image: url(images/panorama_btm_bdr.gif);
	background-repeat: repeat-x;
}
#center_stage_main
 {
	position:relative;
	left:0px;
	top:0px;
	width:550px;
	z-index:6;
	background-image: url(images/center_stage_bg.gif);
	background-repeat: repeat-y;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF8001;
	border-left-color: #FF8001;
	overflow: visible;
}
#upper_center_stage_bdr {
	position:relative;
	left:0px;
	top:0px;
	width:554px;
	height:38px;
	z-index:4;
	background-image: url(images/upper_center_stage_bdr.png);
	background-repeat: no-repeat;
}
#center_stage {
	position:relative;
	left:220px;
	top:-150px;
	width:550px;
	z-index:5;
}
#lower_center_stage_bdr {
	position:relative;
	left:0px;
	width:554px;
	height:38px;
	z-index:6;
	background-image: url(images/lower_center_stage_bdr.png);
	background-repeat: no-repeat;
}
#logo {
	position:absolute;
	left:50px;
	top:20px;
	width:350px;
	height:90px;
	z-index:3;
}
#framed_pics {
	position:relative;
	left:20px;
	top:-18px;
	width:518px;
	height:231px;
	z-index:6;
	overflow: visible;
}
#footer {
	position:relative;
	left:200px;
	top:100px;
	z-index:3;
	width: 300px;
}
.menu_sub {
	font-size: 14px;
	color: #FF8001;
	font-weight: bold;
}
#content img {
	border: 1px solid #FF8001;
	padding: 2px;
}
