/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/fp/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Comic Sans MS", Verdana, "Trebuchet MS", Arial;
}


#wrap {
	width:auto;
	z-index:1;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#heading {
	color: #3366FF;
	width: 575px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#heading h1 em {
	font-size: 0.5em;
	display: block;
	margin-right: 5px;
	margin-left: 25px;
	font-weight: normal;
	color: #990000;
}

#heading h1 {
	background-image: url(../images/page_layout/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 120px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 115px;
	text-align: left;
}


#main {
	text-align: center;
	height: 260px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-top: 15px;
}
#navlist {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navlist li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	height: 235px;
	width: 120px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navlist a, #navlist a:visited {
	color: #EEEEEE;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#navlist a:hover {
	color: #FF0000;
	text-decoration: underline;
}


#footer {
	width:600px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF6600;
	text-align: center;
	font-size: smaller;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#footer em {
	margin-right: 10px;
	margin-left: 10px;
}



.aboutus {
	background-image: url(../images/fp/fp1.jpg);
	background-repeat: no-repeat;
}
.centres {
	background-image: url(../images/fp/fp3.jpg);
	background-repeat: no-repeat;
}
.contact {
	background-image: url(../images/fp/fp4.jpg);
	background-repeat: no-repeat;
}
.entersite {
	background-image: url(../images/fp/fp2.jpg);
	background-repeat: no-repeat;
}

