body {
	width: 95%;
	}

html, body {
	margin: 0;
	padding: 0;
 background:#004080;

	}

/* DIVs */

#header {
	margin-left: 10px;
	height: 75px;
	}
	

#content {
width: 45em; margin-left: 12em; margin-right: 1em
	}
	
#footer {
	clear: both;
	width: 95%;
	margin: 1em;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	}
	
	
#leftcol {
	position: absolute;
	top: 4em;
	left: 0em;
	width: 10em;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	padding: 10px;
	}

#leftmenu {width: 9em; padding: 3px; margin: 5px; border-style: groove; border-color: #4589fd; background-image: url('water-ripple.gif');

  }


#rightcol {
	position: absolute;
	left: 82%;
	top: 85px;
	width: 160px;
	padding-left: 10px;
	z-index: 3;
	padding: 3px;
	}

#rightmenu {
list-style-type: none;
font-family: tahoma; font-size: 0.9em; font-weight: bold; text-align: left

}
	


/* TEXT */

p {
color: #ffffff; font-family: times, times new roman; margin-left: 1em; font-size: 15px; padding: 5px
 }

h1  {
font-family: times; 
color: #ffcc22;
font-size: 1.5em;
margin-top: 5px;
text-align: center
}

h2, h3, h4, h5, h6 {
	font-family: Georgia;
	margin-top: 0px;
	margin-bottom: 0em;
	color: #ffcc22
}



.centre {text-align: center}




/* LINKS */

a:hover {
	color: #ffff80;
	text-decoration: underline;
}


a:visited {color: #ff8000}

a:link {color: #ffff80}

a img {
   border-style: none;
}


a {
	color: #ffcc22;
	text-decoration: none;
}



	