﻿@charset "UTF-8";

body {
	background-color: #929292;
	background-image: url(images/background1.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
#backdrop {
	z-index: 1;
	visibility: visible;
	position: relative;
}
#CPTitle {
	z-index: 2;
	position: absolute;
	top: 0px;
	background-image: url(images/title-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	width: 100%;
}
#backdrop2 {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 90px;
	left: 0px;
}
#backdrop3 {
	width: 800px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	filter: Alpha(Opacity=100);
	z-index: 4;
	margin-left: 10px;
}
.MainCaption {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.ContentText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#footer {
	width: 100%;
	background-color: #333;
	height: 180px;
	filter: Alpha(Opacity=60);
}
#hkaddress {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	width: 200px;
	margin-left: 20px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
#mwaddress {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	width: 200px;
	margin-left: 20px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
#copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 310px;
	margin-left: 20px;
	float: left;
	margin-right: 20px;
	text-align: right;
	margin-top: 10px;
}
.Footer_HD {
	color: #F90;
}
.eventList b a {
	text-decoration: none;
	color: #FFF;
}
