img {
	border: 0;
	margin-bottom: 2px;
}

h1 {
	display: none;
}

a, a:active, a:visited, a:hover {
	color: blue;
}

#leftPane {
	position: absolute;
	top: 15px;
	background: url(/images/left_pane.jpg) no-repeat right;
	width: 178px;
	height: 335px;
	color: black;
	background-color: white;
	padding-left: 50px;
	z-index: 2;
}
		
#centrePane {
	position: absolute;
	top: 15px;
	background: url(/images/centre_pane.gif);
	height: 335px;
	width: 98%;
	color: black;
	background-color: white;
	z-index: 1;
}

#centrePane p {
	padding: 0;
	margin: 150px 115px 0 228px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

#ratingNote {
	font-size: x-small;
}
		
#rightPane {
	position: absolute;
	top: 15px;
	right: 0;
	background: url(/images/right_pane.jpg) no-repeat left;
	width: 65px;
	height: 335px;
	padding-right: 50px;
	color: black;
	background-color: white;
	z-index: 2;
}

#footer {
	position: absolute;
	top: 360px;
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	padding-bottom: 10px;
}

#footer p {
	margin-left: 114px;
}