<!--
body{ 
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}
table.container{
	background: url('../images/strip.jpg') top right repeat-y; 
	height: 463px;
	width: 1100px;
}

td.container{ 
	background: url('../images/bgnd_leaves.jpg')  top right no-repeat;
}

table, tr, td{
	padding: 0px; margin: 0px; border-collapse: collapse;
}

table.pageholder{ 
	width: 880px;
}
td.header{
	background: url('../images/topheader.jpg') top left no-repeat;
	height: 295px;
}
td.mainbody{
	background: #ffffff url('../images/gradient.jpg') top left no-repeat;
	line-height: 1.5em;
}
.flower_tl{
	background: #ffffff url('../images/flower_tl.jpg') top right no-repeat;	
}

.flower_tr{
	background: url('../images/flower_tr.jpg') top left no-repeat;		
	height: 141px;
	width: 60px;
}

.flower_bl{
	background: url('../images/flower_bl.jpg') top right no-repeat;			
}

.flower_tr{
	background: url('../images/flower_br.jpg') top left no-repeat;			
}
div.footer{
	color: white;
	font-size: 10px;
}

table.menu, table.menu a{ 
	color: white;
	text-decoration: none;
	font-weight: bold;
}
table.menu a:hover{
	color: #c2a9cf;
}
h2{ 
 	font-size: 15px;
 	font-family: "Eras Bold", Tahoma, Verdana, Arial;
 	color: #6a487c;
 }

-->