	* {
		margin: 0;
		padding: 0;
	}
	body {
		font-size: 79%;
		text-align: center;
		margin: 0 auto;
		background-color: #DDDFFF;
		font-family:"New Century Gothic", Arial, sans-serif;
		cursor: default;
	}
	a {
		color: #813A43;
		text-decoration: none;
		outline: none;
	}
	a:hover {
		border-bottom: 1px dashed #AAAFFF;
	}
	.box {
		text-align: left;
		width:800px;
		background: #D1DFB3;
		border:2px solid #AD9881;
		padding:8px;
		margin: 1.5em auto;
		color: #000155;
	}
	p {
		text-align: left;
		margin: 0 3em;
	}
	td {
		padding: 4px;
		border-top: 1px dotted #669900;
		color: #000177;
		width: 650px;
	}
	td.heading {
	 border-bottom: 3px solid #669900;
	}
	.timing {
		color: gray;
	}
	#sitebanner {
		text-align:center;
		margin: 0 auto;
		color: #AD9881;
		width: 790px;
		height: 147px;
		border: 2px solid #AD9881;
		border-bottom: 1px solid #89745A;
		background: white url(snail_on_white.png) top right no-repeat;
	}

	#sitebanner div, h1 {
		text-align: left;
		padding: .7em;
	}
	ul#navlist
	{
		list-style-type: none;
		float: left;
		width: 794px;
		color: #fff;
		margin-left: -2px; /*hack to stop 2px FF offset */
	}
	* html body ul#navlist /*hack reversal for IE users*/
	{
		margin-left: 0px;
	}
	ul#navlist li { display: inline; }
	ul#navlist li a
	{
		float: left;
		width: 158px;
		height: 20px;
		color: #AD9881;
		background-color: #E8DED2;
		text-decoration: none;
		padding-top: 2px;
		border-bottom: 2px solid #AD9881;
	}
	ul#navlist li a.navleft
	{
		border-left: 2px solid #AD9881;
	}

	ul#navlist li a.navright
	{
		border-right: 2px solid #AD9881;
	}
		ul#navlist li a:hover
	{
		background-color: #433833;
		border-bottom: 2px solid #AD9881;
		color: white;
	}
	#navbox {
		width: 790px;
		height: 22px;
		text-align: center;
		margin: 0 auto;
	}
	#content_box {
		margin-top: 2em;
	}
	#content_box ul {
		margin-left: 1.5em;
	}

