* {
	margin: 0;
	padding: 0;
}

#clearall {
	clear: both;
}

body {
	background: #002341;
	text-align: center;
	margin: 0 auto;
	font-family: verdana, arial, sans-serif;
}

#wrapper {
	width: 932px;
	margin: 0 auto;
	background: #fff;
}

body#schedulePage #top,
body#countdown-calendarPage #top,
body#harvest-festivalPage #top,
body#community-celebrationPage #top {
	background: url(../images/page-banner.jpg) no-repeat top;
	padding-top: 210px;
}

body#homePage #left {
	background: url(../images/home-banner.jpg) no-repeat top;
	padding-top: 183px;
	width: 503px;
	padding: 183px 17px 0 17px;
	float: left;
	margin: 30px 0 0 0;
}

body#schedulePage #left,
body#countdown-calendarPage #left,
body#harvest-festivalPage #left,
body#community-celebrationPage #left {
	width: 420px;
	background: url(../images/torch-relay-logo.jpg) no-repeat center top;
	padding: 239px 17px 0 17px;
	float: left;
	border-right: 1px solid #000;
	margin-right: 20px;
}

h1 {
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	margin: 15px 0;
}

h1 span.header-small {
	font-size: 14px;
}

h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

p, a {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 10px;
}

a:hover {
	text-decoration: none;
}

ul#navigation {
	list-style: none;
	margin-left: 17px;
}

body#homePage ul#navigation {
	margin-left: 60px;
}

ul#navigation li a {
	background: url(../images/link-bgd.jpg) no-repeat;
	display: block;
	height: 33px;
	width: 380px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
	line-height: 33px;
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}

ul#navigation li a:hover,
body#schedulePage a#scheduleLink,
body#harvest-festivalPage a#harvest-festivalLink,
body#countdown-calendarPage a#countdown-calendarLink,
body#community-celebrationPage a#community-celebrationLink {
	text-decoration: underline;
}

body#homePage #right {
	background: url(../images/home-right-banner.jpg) no-repeat center 60px;
	height: 582px;
	width: 378px;
	margin-left: 537px;
}

body#schedulePage #right,
body#countdown-calendarPage #right,
body#harvest-festivalPage #right,
body#community-celebrationPage #right {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

table#schedule {
	border-collapse: collapse;
	font-size: 13px;
	width: 430px;
}

table#schedule td {
	padding: 4px;
	vertical-align: top;
}

table#schedule td.align-right {
	text-align: right;
	padding-right: 20px;
}

table#schedule td.align-left {
	text-align: left;
}

#right ul {
	line-height: 1.5;
	font-size: 13px;
	list-style: none;
}

#right ul li {
	margin-bottom: 10px;
}

#bottom {
	text-align: center;
	width: 100%;
	padding: 0 0 20px 0;
}

#counter {
	height: 88px;
	width: 932px;
	background: url(../images/countdown-bgd.jpg) no-repeat center;
	position: relative;
}

#countdown-text {
	position: absolute;
	top: 54px;
	left: 575px;
	font-size: 17px;
	font-weight: bold;
	color: red;
}

#footer {
	text-align: right;
	padding: 5px 30px 5px 0;
}

#footer p, #footer a {
	font-size: 12px;
	margin-bottom: 0;
}
