body
{
  margin: 0;
	padding: 0;
	border: 0;
	min-width: 600px;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url("Clouds.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #33ffff
}

#header
{
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header p
{
	font-weight: bold;
}

.colmask
{
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}

/* 1 column full page settings */
.fullpage
{
}

.fullpage .col1
{
	margin:0 1em;
}

/* Footer styles */
#footer
{
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}

#footer p
{
	padding:10px;
	margin:0;
}

.imagetbl
{
	table-layout: automatic;
	background-color: transparent;
	border-style: none;
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.imagetbl td
{
	padding-left: 2em;
	padding-right: 2em;
}



