/* CSS Document */
body {
	background-color:#ccf;
	/*background-image:url(bg_logo.gif);*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #033;
	text-align:right;
	width:100%;
	}
#content {
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align:right; /* Counteract to IE5/Win Hack */
	width: 800px;
	background-color: #fff;
	min-height: 460px;
	}
>html #content{height:auto;}

#page_text {
	border-top: 1px solid #336699;
	border-left: 1px solid #ccf;
	border-right: 1px solid #ccf;
	min-height: 460px;
	text-align: left;
	width: 600px;
	float:left;
	padding-left: 8px;	
	padding-right: 5px;	
}
>html #page_text{height:auto;}

#bottom_banner {
	clear:both;
	font-size: x-small;
	background-color:#336699;
	border-top: 2px solid #ccccff;
	padding: 5px;
}
#bottom_banner a {
	color: #000;
}
h1 {
	font-size:medium;
}
h5 {
	text-align: center
	}
#content li {
	font-size: small;
}
.timetable td {
	border-right: 1px solid #ccf;
	border-bottom: 1px solid #ccf;
}
#gallery {
	text-align:center;
	padding-top: 40px;
	}
#gallery a img {
	padding: 3px;
	border: 1px solid #ccf;
	}