html,body {
	height: 100%;
	}

body {
	font-family: trebuchet ms, verdana, arial;
	font-size: 13px;
	color: #555;
	background-color: #4f4a42;
	padding: 0;
	margin: 0;
	}

p	{
	margin-top: 0;
	}
			
p a {
	color: #d42366;
	}

p a:hover {
	color: #f8b6c4;
	}

h3	{
	color: #c0d4aa;
	padding-top: 0;
	margin-top: 0;
	}
		
#container {
	height: 100%;
	background-color: #4f4a42;
	width: 860px;
	margin: 0px auto;
	padding: 0;
	background-image: url("images/flower-lrg.gif");
	background-position: 0px -20px;
	background-repeat: repeat-y;
	}
	
#siteheading {
	height: 31px;
	width: 700px;
	padding-top: 5%;
	padding-bottom: 0;
	margin: 0 auto;
	background-image: url("images/ct-heading.gif");
	background-position: right;
	background-repeat: no-repeat;
	}

#frame {
	height: 500px;
	width: 700px;
	background-color: #fff;
	padding: 0;
	margin: -20px auto;
	}
	
#leftside {
	position: relative;
	float: left;
	width: 150px;
	height: 494px;
	background-color: #c0d4aa;
	border: 3px solid #fff;
	background-image: url("images/cherry-blossom.gif");
	}

#content {
	position: relative;
	float: left;
	width: 544px;
	}
	
#content2 {	/*Special content area for order section*/
	position: relative;
	float: left;
	height: 450px;
	width: 544px;
	overflow: auto;
	}	

#content3 {	/*Special content area for form section*/
	position: relative;
	float: left;
	height: 450px;
	width: 544px;
	overflow: auto;
	}	
	
ul#topnav {
	float: right;
	color: #d42366;
	list-style-type: none;
	text-align: right;
	margin-right: 10px;
	}
	
ul#topnav li {
	display: inline;
	padding: 0px 5px;
	}

ul#topnav a {
	text-decoration: none;
	color: #d42366;
	}

ul#topnav a:hover {
	text-decoration: underline;
	}	
	
ul#topnav li#current {
	padding-left: 25px;
	background-image: url("images/flower.gif");
	background-repeat: no-repeat;
	}
	
#pageheading {
	position: relative;
	float: left;
	width: 544px;
	height: 100px;
	margin-left: -30px;
	margin-bottom: 0px;
	clear: right;
	}

#text-area {
	position: relative;
	float: left;
	margin: 0px 40px 20px 20px;
	line-height: 150%;
	}

#text-area2 {
	position: relative;
	float: left;
	margin: 0px 40px 20px 20px;
	line-height: 150%;
	}
	
.form {
	border: 1px solid #d42366;
	background-color: #fae7ef;
	}
	
td.formlink a {
	color: #d42366;
	}

td.formlink a:hover {
	color: #f8b6c4;
	}
	
.maps {
	position: relative;
	float: left;
	clear: none;
	}
	
.home-pic {
	margin-left: 50px;
	margin-top: -20px;
	}
	
.centre {
	text-align: center;
	}