/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
	background-color: #FFFFE6;
}

#wrapper {
	width: 771px;
	height: 900px;
	border: 1px solid #666666;
}

#content {
	font-size: 85%;
	height: 600px;
	width: 770px;
	background: #FFFFFF;
	}

#Bannercont {
	position:relative;
	left:0px;
	top:0px;
	width:770px;
	height:200px;
	z-index:1;
	background: url(../Images/physio_first.jpg) no-repeat right top;
	}

#Logo {
	position:absolute;
	left:0px;
	top:0px;
	width:311px;
	height:200px;
	z-index:3;

	background:url(../Images/Capel logo.jpg) no-repeat;
	background: url(../Images/capellogo.gif) no-repeat;
}

#nav2 {
	background:url(../Images/nav_bg.jpg) no-repeat;
	width: 100px;
	height: 405px;
	position: absolute;
	top: 180px;
	left: 14px;
	font-size: 95%;
	font-weight: normal;
}

#textcontainer {
	font-size: 90%;
	position:absolute;
	left:121px;
	top:179px;
	width:644px;
	height:684px;
	z-index:2;
	padding-top: 1em;
	padding-left: 1em;
	overflow: auto;
	background-color: #FFFFFF;
	bottom: -3px;
	}

#footer {
	position:absolute;
	left:19px;
	top:885px;
	width:755px;
	height:19px;
	z-index:4;
	font-size: 70%;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {

	text-decoration: none;
		color: #00045A;
}
a:hover {
	text-decoration: none;
	color: #FFD76B;
}
a:active {
	color: #00045A;
		text-decoration: none;
}


.h1 {
	font-size: 150%;
	font-weight: bold;
	color:#000066;
}
.h2 {
	font-size: 110%;
	font-weight: bold;
	color:#000066;
	}
	
.h3 {
	font-size: 100%;
	font-weight: bold;
	font-style:italic;
	color:#000000;
	}
.h4 {
	font-size: 90%;
	font-weight: bold;
	color:#000066;
	}

.smalltext {
	font-size: 90%;
	
	}
.navTable {
	font-size: 90%;
	font-weight: bold;
	color: #00045A;
	text-align: center;
	vertical-align: middle;
	}
.rightfloat {
	float:right;
	margin: 0.5em;
	}
.leftfloat {
	float:left;
	margin: 0.5em;
	}
