@charset "utf-8";
/* CSS Document */
#header1 {
	background-color: #FFF;
	left: 0px;
	top: 2px;
	clip: rect(0px,auto,auto,0px);
	position: absolute;
	width: 1025px;
	height: 25px;
	background-image: url(images/images/things_01.gif);
	background-repeat: repeat;
	z-index: 1;
}
#header2 {
	background-color: #FFF;
	left: 2px;
	top: 29px;
	clip: rect(0px,auto,auto,0px);
	position: absolute;
	width: 100%;
	height: 175px;
	background-repeat: repeat;
}
#nav_bar {
	position: absolute;
	left: 0px;
	top: 198px;
	height: 38px;
	width: 100%;
	background-image: url(images/Untitled-2.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
#mainbody {
	background-image: url(images/images/pharaoh_17_1_12.gif);
	position: absolute;
	height: 403px;
	width: 760px;
	left: 0px;
	top: 237px;
}
#footer {
	position: absolute;
	left: 0px;
	top: 641px;
	height: 63px;
	width: 100%;
	background-image: url(images/images/things_13.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#Company_News {
	position: absolute;
	left: 9px;
	width: 226px;
	top: 491px;
	height: 134px;
	font-family: Arial, Helvetica, sans-serif, "Sprint SF";
	font-size: 14px;
	color: #FFF;
}
#Services {
	position: absolute;
	left: 11px;
	width: 216px;
	top: 291px;
	height: 134px;
	font-family: Arial, Helvetica, sans-serif, "Sprint SF";
	font-size: 14px;
	color: #FFF;
}
#maintext {
	position: absolute;
	left: 275px;
	width: 450px;
	top: 250px;
	height: 409px;
	font-family: Arial, Helvetica, sans-serif, "Sprint SF";
	font-size: 14px;
	color: #FFF;
}
#span {
	height: 0px;
	width: 0px;
	outline: none;
}

 /* hyperlink setup */
	A:link {
		text-decoration: none; 
		color: #fff;
		font-size:20px; 
		font-weight: lighter; 
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
		
	A:visited {
		text-decoration: none; 
		color: #FFF;
		font-size:20px; 
		font-weight:lighter; 
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

	A:active {
		text-decoration: underline; 
		color: #FFF;
		font-size:20px; 
		font-weight:lighter; 
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

	A:hover {
	text-decoration: underline;
	color: #FFF;
	font-size:20px;
	font-weight:lighter;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}	

