body {
	font-family: Georgia, Helvetica, Arial, sans-serif, Courier;	
	text-align: center;
	font-size: 62.5%;
	font-style: normal;
	color: #000000;
	}

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

h1 {
	color: #24b0cb;
	font-size: 1.8em;
	line-height: 2.7em;
	font-weight: bold;
/*	margin: 30 100 auto 240;
	font-family: Comic Sans MS, cursive;
	color: #da54ab;*/
	}

h2 {
	color: #57cd91; 
	font-size: 1.6em;
	line-height: 2.4em;
	font-weight: normal; 
/*	margin: 20 100 auto 240;
	font-family: Comic Sans MS, cursive;
	color: #da54ab;*/
	}

h3  { 
	color: #f93185; 
	font-size: 1.4em; 
	font-weight: bold;
	margin-bottom: 1em;
/*	margin: 20 100 20 240; */
	}


p {
	color: #f93185;
	font-size: 1.4em;
	font-weight: normal;	
	margin: .7em 0;	
	}

a {
	color: #24b0cb;
	}

a img {
	border: none;
	vertical-align: middle;
	}

label
	{
	width: 12em;
	float: left;
	text-align: right;
	margin-right: .5em;
	display: block
	}

input, select, textarea {
	font-size: 1em;
	font-weight: normal;
	border: 1px solid #24b0cb;
	}

.submit {
	margin-left: 12.5em;
	}
	
/*.file {
	font-size: 1em;
	border: 1px solid red;
	}*/

#centrepage {
	position: relative;
	width: 950px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: left;
	}

#header {
	height: 260px;
	}

#banner {
	position: relative;
	height: 200px;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	}

#strapline {
	position: absolute;
	bottom: 0;
	right: 30px;
	}

#navigation {
	position: relative;
	height: 60px;
	}
	
#navigation ul, .page_content ul, #footer ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navigation ul, #footer ul {
	text-align: center;
	}
	
#navigation ul li, #footer ul li {
	display: inline;
	}

#navigation ul li, .page_content ul li {
	font-size: 1.4em;
	font-weight: bold;
	color: #f93185;
	}
	
#navigation ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #f93185;
	white-space: nowrap;
	}
	
#navigation ul li a:hover {
	color: #57cd91;
	}

#content {
	position: relative;
	margin-top: 1em;
	}

#sidebox {
	position: relative;
	width: 250px;
	float: left;
	}

.side_images {
	float:left;
	margin:0 5px 10px 0;
	}

#page {
	position: relative;
	width: 680px;
	min-height: 345px;
	margin-left: 260px;
	text-align: left;
	background-image: url(/images/backgrounds/page_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}

.page_heading, .image_title {
	position: relative;
	text-align: center;
	}

.image_title p {
	padding-top:10px;
	}

.page_content {
	position: relative;
	margin: 0;
	}

.back, .image, .forward {
	float: left;
	}

.back, .forward {
	width: 170px;
	height: 340px;
	background-image: url(/images/backgrounds/back_forward_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	}

.back a, .forward a {
	font-size: 1.6em;
	font-weight: bold;
	color: #24b0cb;
	line-height: 340px;
	vertical-align: middle;
	text-decoration: none;
	}

.back a:hover, .forward a:hover {
	text-decoration: underline;
	}

#footer {
	position: relative;
	clear: both;
	text-align: center;
	font-size: 1em;
	color: #24b0cb; 
	}

.footer_banner {
	float:left;
	width:538px;
	text-align: center;
	margin-bottom: 10px;"
	}

.footer_banner a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	font-weight: bold;
	color: green;
	}

.footer_banner a:hover {
	color: #57cd91;
	}