.main_pic {
	position: absolute;
	top : 180px;
	left : 60px; 
	width : 450px;
	height : 300px;
	border : 1px solid #000;
	visibility : hidden;
	z-index : 10;
	}

.image_box {
	position : absolute;
	top : 150px;
	left : 25px; 
	width : 460px;
	height : 300px;
	z-index : 10;
	}

.main_border {
	width : 460px;
	height : 300px;
	}

.summary {
	position : absolute;
	text-align : center;
	left : 0px;
	top : 7px;
	font-size : 18px;
	width : 100%;	
	color : white;
	visibility : hidden;
	z-index : 100;
	}

.preview_div {
	position : absolute;
	float : left;
	left : 40px; 
	top: 460px; 
	width : 400px;
	text-align : center;
	z-index : 30; 
	}

.pic_previews {
	position : relative;
	float : left;
	top : 0px; 
	width : 50px; 
	height : 50px;
	margin-left : 50px;       
	background-color :  #420062; 
	border : 2px solid black;
	cursor : pointer;
	}

.main_text_box {
	position : absolute;
	float : left;
	left : 525px;
	top : 160px;
	width : 450px;
	z-index : 11;
	}

.main_text {
	position : relative;
	top : 0px;
	left : 0px;
	width : 450px;
	padding-left : 10px;
	padding-right : 10px;
	background :  #ff9;
	font-size : 18px;
	font-weight : bold;
	border : 3px solid #420062;
	z-index : 11;
	}
	
.services_text {
	position : relative;
	top : -30px;
	left : 10px;
	width : 414px;
	height : 125px;
	margin-left : 25px;
	background-image : url(pics/services_include.gif);
	color : white;
	font-size : 12px;
	font-weight : normal;
	text-align : center;
	z-index : 125;
	}
	
	
.services_left {
	position : absolute;
	top : 25px;
	left : 10px;
	width : 200px;
	padding : 5px;
	text-align : left;
	}

.services_right {
	position : absolute;
	top : 25px;
	left : 190px;
	width : 200px;
	padding : 5px;
	text-align : right;
	}
	
.services_emp {
	position : relative;
	top : 5px;
	font-size : 20px;
	padding : 10px 5px 0px 5px;
	color : white;
	text-decoration : underline;
	font-weight : bold;
	text-align : center;
	}

.emphasis {
	position : relative;
	float : left;
	top : -44px;
	left : -27px;
	height : 55px;
	width : 10px;
	padding : 0px 10px 0px 0px;
	font-size : 110px;	
	font-weight : bold;
	}

.pre_load_images{
	background-image : url(pics/menu_middle.gif);
	background-image : url(pics/menu_top.gif);
	background-image : url(pics/menu_bottom.gif);
	background-image : url(pics/menu_middle_float.gif);
	visibility : hidden;
	}
