/*		------	:hover simulator for IE		------		*/
body #menu {
	behavior: url(http://hillelpgh.org/styles/javascript/csshover.htc);
}

body {
	margin: 0px;
	padding: 0px;
	background: #99bbff;
}

#frontpage {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 760px;
	height: 420px;
	background: white;
}

#fpshadow {
	position: relative;
	background: url(http://hillelpgh.org/images/layout/fp2shadow.gif) no-repeat;
	margin: auto;
	width: 767px;
	height: 427px;
}

#headerbar {
	position: relative;
	top: 0px;
	background-image:  url(http://hillelpgh.org/images/layout/headerpicbg.jpg);
	background-repeat: repeat-x; 
	height: 95px;
	padding: 0;
	margin: 0;
}

#headerbar #banner {
	position: absolute; 
	top: 0;
	left: 0;
	width: 760px;
	height: 95px;
	background: url(http://hillelpgh.org/images/layout/headerpic.jpg);
}

#boyshs #headerbar #banner {
	background: url(http://hillelpgh.org/images/layout/headerpic_boyshs.jpg);
}

#menu {
	position: absolute;
	left: 0;
	top: 70px;
	padding: 0;
	margin: 0;
}

#content {
	top: 95px;
	left: 0px;
	background: url(http://hillelpgh.org/images/layout/fp2bg.jpg) no-repeat; /* PUT THIS BACK IN #frontpage, FIGURE OUT WHY POSITION WASN'T WORKING */
	padding: 15px;
	height: 295px;
	margin: 0;
}

#content .newsbox {
	float: right;
	top: 0;
	border: 0px black solid;
	padding: 8px 0 8px 0;
	width: 270px;
}

#content .newsbox .newshead {
	display: block;
	text-align: center;
	font: 16px/1 "Trebuchet MS", "Lucida Sans", sans-serif;
	font-weight: bold;
	padding-bottom: 4px;
}

#content .newsbox ul {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}
#content .newsbox li {
	margin: 0px;
	padding-left: 19px;
	padding-bottom: 5px;
	background: url(http://hillelpgh.org/images/layout/fp2menuitemimg2.gif) no-repeat;
	font: 12px/1.2 "Trebuchet MS", "Lucida Sans", sans-serif;
}
#content .newsbox .newsflash {
	display: block;
	text-align: center;
	font: 13px/1 "Trebuchet MS", "Lucida Sans", sans-serif;
	color: red;
	font-style: italic;
}

#content .contact {
	font: 9px/1.1 Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 4px 4px 100px;
	background: url(http://hillelpgh.org/images/layout/fp2contactbg.jpg) no-repeat;
	color: white;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	border: 0;
}

#content .contact a {
	color: #CCD0FF;
	text-decoration: none;
}
