﻿/* ELEMENTS */
#HeaderPanel {
	height: 140px;
	width: 100%;
	background: transparent URL(../images/header.png) repeat-x top left;
}

#logoNav {
	height: 97px;
}

#menuNav
{
	height: 41px;
	width: 100%;
}

.CentreContent800
{
	position: relative;
	width: 808px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */	
	text-align: left; /* Counteract to IE5/Win Hack */
}

.CentreContent1024
{
	position: relative;
	width: 990px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */	
	text-align: left; /* Counteract to IE5/Win Hack */
}

/*
#ContentPanel
{  
	height:100%;
	min-height:100%;
}

html>body #ContentPanel
{
	height: auto;
	min-height:100%;
}
*/
#FooterPanel a, #FooterPanel a:visited{
	Color: Gray;
	text-decoration: none;
}