body {
	background: #80561b url(../images/bkg-hibiscus.gif);
	margin: 0px;
	padding: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
}

.cellbackgroundleft{
	background: url(../images/bkg-leftside.gif) repeat-y;
}

.cellbackgroundright{
	background: url(../images/bkg-rightside.gif) repeat-y;
}

.cellbackgroundnav{
	background: url(../images/bkg-navbar.gif) no-repeat;
	height: 23px;
}

.content{
	background: #FFF;
	padding:10px 35px 10px 35px;
	text-align: justify;
}

.header {
	background: #552C09;
	color: #FFF;
	margin: 0px;
	padding-top: 3px;
	height: 30px;
	vertical-align: middle;
}

.header a:link, a:visited, a.hover{
	color: #FFF;
	text-decoration: none;
}

h1 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}

h2 {
	font: bold 16px Arial, Helvetica, sans-serif;;
	color: #7f561b;
}

h3 {
	font: 14px Arial, Helvetica, sans-serif;
}

a, a:link {
	background: transparent;
	color: #ee8300;
	text-decoration: underline;
}

a:visited {
	background: transparent;
	color: #7f561b;
	text-decoration: underline;
}

a:hover, a:active {
	background: transparent;
	color: #ee8300;
	text-decoration: none;
}