* {
	margin-top: 0px;
}

body {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	background-repeat: no-repeat;
	background-color: #000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #00F;
}
h2 {
	color: #FF6600;
	font-size: 18px;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}

/* Home page centre container*/

#container  {
	height: 100%;
	width: 650px;
	min-height: 400px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#container #centre_image_blank  {
	height: auto;
	width: 650px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#container #centre_image_white  {
	height: auto;
	width: 650px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#container #googlemapboxx {
	height: 100%;
	width: 720px;
}
.alignleft {
	float: none;
	margin-right: auto;
}



#container #centre_text  {
	height: auto;
	width: 520px;
	text-align: justify;
	border-radius: 10px;
	float: left;
}

#bottom_spacing {
	height: 30px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.indent {
	text-align: left;
	text-indent: 10px;
}
.clearfloat {
	clear: both;
}
.centred {
	text-align: center;
}
.alignright {
	text-align: right;
	float: right;
}
