html{
font-size: 100%; /* WinIE text resize correction */
} 

html, body {
	height:100%;
}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	font-size: 10pt;
	font-family: "Gill Sans MT";
	font-stretch: ultra-condensed;
	color: #444;
	background: #e6e6e6;
	padding: 0px;
	margin: 0px;
}

p{
	font-size: 10pt;
	line-height: 10pt;
	margin: 0;
	text-align:justify;
	padding: 0;
}

a{
	color: #63152b;
	text-decoration: none;
}

a:hover {
	color:#FFFFFF;
}

h1{
	font-size: 9pt;
	line-height: 15pt;
	margin: 15px;
	font-weight: 300;
}

h2{
	font-size: 9pt;
	line-height: 12pt;
	font-weight:bold;
	text-align:justify;
	margin: 0;
}

.navbuttons a {
	float:left;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #63152b;
	display: block;
	width: 120px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	text-align:center;
}

.navbuttons a:hover, .navbuttons a:active {
	float:left;
	background-color: #63152b;
	color: #000000;
	background-repeat: no-repeat;
}

.infoImg {
	padding: 0;
	margin: 0;
}

.infoImgLeft {
	padding: 0;
	margin: 15px 10px 0 0;
}

.menuImgLeft {
	padding: 15px 5px 10px 0;
}

.locationImgLeft {
	padding: 15px 10px 15px 0;
}

.locationImgRight {
	padding: 15px 0 15px 0;
}

.menuImgRight {
	padding: 15px 0 10px 5px;
}

.announceTitle {
	font-size:16pt;
	font-weight:normal;
	color:#63152b;
}

.announceTitleCentre {
	text-align: center;
	font-size:16pt;
	font-weight:normal;
	color:#63152b;
}

.announceContentCentre {
	font-size: 10pt;
	line-height: 10pt;
	margin: 0;
	text-align:center;
	padding: 0;
}