/*
	Created by ..: Bill Haas and Karren Meece
	Created on ..: 1 February 2011
		Home page style sheet for LAMP.
		Selectors are for specific <div>s on the home page (index.php).
		See also root.css for styling common to all public pages.

	Revision History
	Modified on ..: 
	Modified by ..: 
	Modification Summary:
*/

#lampMission {
	position: absolute;
	border-left-style:double;
	border-left-color:#E59B39;
	border-left-width:thick;
	padding:10px;
	left: 550px;
	top: 208px;
	height: 110px;
	width: 285px;
	text-align:left;
}

#lampIntro {
	position: absolute;
	border-left-style:double;
	border-left-color:#E59B39;
	border-left-width:thick;
	padding:10px;
	left: 550px;
	top: 440px;
	height: 90px;
	width: 290px;
	text-align: left;
}

#who {
	position: absolute;
	border-left-style:double;
	border-left-color:#E59B39;
	border-left-width:thick;
	padding:10px;
	left: 550px;
	top: 348px;
	height: 60px;
	width: 286px;
	text-align: left;
}

#heroBox {
	width:368px;
	height:281px;
	text-align:left;
	background-image:url(../library/superheros.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:204px;
	left:160px;
	padding:10px;
}

#heroDefBox {
	position:absolute;
	border-style:ridge;
	border-color:#FFF;
	border-width:medium;
	left:217px;
	top:242px;
	width:574px;
	height:250px;
	z-index:10;
	background-color: #E59B39;
	text-align: left;
	padding:10px;
	visibility: hidden;
}
  
#serving {
	position:absolute;
	left:170px;
	top:531px;
	width:328px;
	height:21px;
	z-index:1;
}
