/* CSS Document */

/*Forces Scrollbar - Valid CSS3 not Valid CSS2.1*/
/*html {
overflow-y: scroll;
}*/

body {
	margin: 0px;
	padding: 0px 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	background-color: #fff;


}

#wrapper {
	width: 960px;
	margin: 0px auto 0px auto;

}

#wrapper a{
	text-decoration: none;
	color: #333;
	
}

#wrapper a:hover{
	text-decoration: underline;
	color: #000;
	
}

#header {
	position: relative;
	float: left;
	margin-top: 30px;
	color: #333;
	width: 958px;

}

#headleft {
	position: relative;
	float: left;
	color: #CCC;
	width: 200px;
	height: 100%;
	padding: 5px 5px 0px 0px;

}

#headcentre {
	position: relative;
	float: left;
	color: #CCC;
	width: 396px;
	height: 100%;
	text-align: left;
	padding: 20px 5px 5px 104px;
	font-size: small;

}

#headright {
	position: relative;
	float: right;
	color: #333;
	width: 233px;
	height: 100%;
	text-align: right;
	padding: 30px 0px 0px 0px;
	font-size: small;

}

.panimg {
	position: relative;
	float: left;
	border: 1px solid #333;
	margin: 60px 0px 5px 50px;
	
}

.pantext {
	position: relative;
	float: left;
	width: 200px;
	text-align: center;
	border: 1px solid #fff;
	margin: 5px 0px 5px 50px;
	
}