#text {
	padding:1em;
	color:#000000;
	height:auto !important;
	min-height:200px !important;
	height:200px;
}
#text .error {
	background-color:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	padding:1em;
}
#text em {
	font-style:italic;
}
#text table {
	margin-bottom:1em;
	background-color:#4D5C3D;
}
#text table caption {
	margin-top:2em;
	padding:1em;
	text-align:center;
	background-color:#4D5C3D;
	font-weight:bold;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}
#text table th {
	color:#FFFFFF;
}
#text table th,td {
	padding:1em;
	border:2px solid #FFFFFF;
}
#text table td {
	background-color:#D3E7A2;
}
#text h1 {
	font-size:1.5em;
	font-family:"Trebuchet MS", sans-serif;
	color: #546244;
}
#text div.rates {
   color: #546244;
}
#text ul {
	list-style:square;
}
#text li {
	margin:0.5em;
}
#text a {
	text-decoration:underline;
	color:#886E2B;
}

body {
	background: #f0f2e5;
	text-align: center;
}
#header {
	background: url(../../images/designs/design02/theme1-inner/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 119px;
	overflow:hidden;
}
#page {
	width: 746px;
	margin: auto;
}
#page #contentHolder {
	background: url(../../images/designs/design02/theme1-inner/flower.jpg) no-repeat left bottom;
	min-height:1px;
}
#page #contentHolder #menu {
	width: 155px;
	float: left;
	background: #F8D283;
	padding: 5px;
	text-align: left;
}
#page #contentHolder #menu li {
	padding-bottom:8px;
	background-image:url(../../images/designs/design02/theme1-inner/menu_separator.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#page #contentHolder #menu li a {
	color:#000000;
	text-decoration:none;
	font-size:11px;
}
#page #contentHolder #menu li a:hover {
	color:#4a771b;
	text-decoration:underline;
	font-weight:bold;
}
#page #contentHolder #content {
	float: left;
	width: 580px;
	padding-bottom: 110px;
}
#page #contentHolder #content #heading {
	background: #4d5c3d;
	text-align: left;
	padding-left: 43px;
}
#page #contentHolder #content #text {
	background: #d3e7a1;
	text-align: left;
	padding: 30px 20px 43px 43px;
}
#page #footer {
	background: #4d5c3d;
	text-align: left;
	padding-left: 10px;
	height:20px;
}
#page #footer a {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 20px;
}

