body {
	/* remember that font names with a space need to be wrapped in single inverted-commas */
	color: #000000;

	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	}

#container {
	/* this div wraps the whole page which is then centered with 'auto' margins */
	background-color: #33ff33;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	width: 700px;
	}

#header {
	/* 'header' is a universal name for this part of the page */
	width: 700px;
	height: 135px;
	text-align:right;
	}

#header h1 {
	color: #000000;
	font-size:1.2em;
	font-style: italic;
	padding:10px 10px 10px 10px;
	margin:0;
	}
	
	img#logo {
	height: 135px;
	float: left;
	}
span#tel {
		 color: #000000;
		 font-size:1.1em;
		 font-weight:bold;
		 font-style:italic;
		 padding:10px 10px 10px 10px;
		 }	

span#tranquil {
		 color: #ffffff;
		 font-size:1.1em;
		 padding:10px 10px 10px 10px;
		 font-style:italic;
		 }	
	


#sidebar {
	/* recognised name for this part of the page, floated left */
	float: left;
	background-color: #33ff33;
	position: relative;
   	top: 0px;
	width: 200px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	left: 0;
	}

#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sidebar li a {
	/* controls any anchored text within the sidebar div */
	color:#000;
	display: block;
	font-family: Arial , Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	height: 73px;
	padding: 8px 0 0 50px;
	text-decoration: none;
	text-align:left;
	width: 120px;
	
	}

#sidebar li a:hover {
	/* roll-over effect */
	color:#ffffff;
	}

#sidebar a.current {
	/* shows which section is current */
	color:#0000ff;

	}

#main {
	/* main text section is now floated right */
	
	float: right;
	font-size: .8em;
	font-weight: normal;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: justify;
	width: 490px;
	height: 650px;
	background-color: #ffffff; 
	color:#000000;
	padding: 10px 0 0 10px;
	}
	img#welcome {
	height: 135px;
	float: left;
	}
		 
#footer {
	/* for the purposes of completeness, here's a footer showing how to lay this out beneath the sidebar and main divs */
	clear: both;
	text-align: left;
}

p,  li, ul, ol, h1, h2, h3, h4, h5, h6, textarea, fieldset, input {
	font-family:  Arial, Helvetica, sans-serif;
	}

li {
	/* remember that zero is zero whether measured in em, px or percentages */
	margin: 0 0 0 0;
	}

fieldset {
	text-decoration: none;
   	margin: 0;
    padding: 0;
    }

legend {
	font-size: 0.8em;
	font-weight: bold;
   }

table#who {
	font-size: 1em;

	}

td#who-td {
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	
	}

div#activities	  {
	background-color: #ffffcc; 
	text-align: center;
	height: 200px;
	padding: 20px 0 0 0;
	}
	
table#regular
{
border: 1px;
width: 490px;
}











