#OUTER {
	background-color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	width: 100%;
	font-size: 10pt;
}

#TITLE{
	background-color: #00FFCC;
	font-family: "Comic Sans MS";
	font-size: 20pt;
	color: #000099;
	text-align: center;
}

#CONTENT{
	width: 1000px;
	margin:0 auto; /* effectively centres the content */
	text-align: left;
}

#CONTENT .title {
	font-family: "Comic Sans MS";
	font-size: 24pt;
	color: #0033CC;
	background-color: #FFFF66;
}

#CONTENT .subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #990000;
	font-weight: bold;
	text-align: center;
}

#CONTENT .centretext {
	text-align: center;
}

#HOMEPAGE{
	height: 430px; /* effectively centres the content */
	text-align: center;
	margin-right: auto;
}

#HOMEPAGE .left{
	float:left;
	width:438px;
	text-align: center;
	padding: 10px;
	border: 1px dotted #000099;
	background-color: #7DA8FF;
	margin-top: 45px;
	margin-bottom: 15px;
}
#HOMEPAGE .right{
	float: right;
	width: 540px;
	text-align: right;
}

#HOMEPAGE h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	font-size: 36px;
	text-align: center;
	background-color: none;
}

#HOMEPAGE h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	font-size: 18pt;
	text-align: center;
	background-color: none;
}


body, html {
/* set so that the browser runs to the edges without gaps */
	margin: 0;
	padding: 0;
}

/* any general links */
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #000099;
}

#attraction_table a:link {
	text-decoration: none;
	color: #6699FF;
}
#attraction_table a:visited {
	color: #6699FF;
	text-decoration: none;
}
#attraction_table a:hover {
	color: #000099;
}
