@charset "UTF-8";
/* LIMAVADY HIGH SCHOOL "THE HIRING FAIR" POSTER

   default.css v1 by Magic Chris
   (C) 2008 Magic Chris
   
*/

/* START BASIC LAYOUT */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	top: 10px;
}
#container {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	height: 550px;
	background-color: #FFFFFF;
}
#mainsection {
	float: left;
	height: 538px;
	width: 886px;
	margin: 6px;
}
* html #mainsection {
	display:inline;
}
/* END BASIC LAYOUT */

/* START HOME PAGE POSTER */

#indexhomecontent {
	height: 538px;
	width: 886px;
	background-image: url(../images/poster.jpg);
}
/* END HOME PAGE POSTER */

/* START PAGE CONTENT */

.pageinnercontent {
	display: none;
}
#innercontent {
	display: block;
}
p.posterText {
	width:886px;
	height:378px;
	line-height: 110%;
	padding: 0;
	margin: 0;
	background-image: url(../images/poster.jpeg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
p.posterText span {
	visibility: hidden;
}
/* START FOOTER */

#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	font-size: 70%;
	color: #F2F2F2;
}

/* END FOOTER */
