#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:#784c7b;
}
#text table caption {
	margin-top:2em;
	padding:1em;
	text-align:center;
	background-color:#784c7b;
	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:#e7eaca;
}
#text h1 {
	font-size:1.5em;
	font-family:"Trebuchet MS", sans-serif;
	color: #000000;
}
#text ul {
	list-style:square;
	margin-left:1em;
}
#text li {
	margin:0.5em;
}
#text a {
	text-decoration:underline;
	color:#784c7b;
}

body {
	background: #E7EACB;
	text-align: center;
}
#header {
	background: url(../../images/designs/design02/theme3-inner/header.jpg);
	height: 119px;
	overflow:hidden;
}
#page {
	width: 746px;
	margin: auto;
}
#page #contentHolder {
	background: url(../../images/designs/design02/theme3-inner/flower.jpg) no-repeat left bottom;
	min-height:1px;
}
#page #contentHolder #menu {
	width: 155px;
	float: left;
	background: #b383b6;
	padding: 5px;
	text-align: left;
}
#page #contentHolder #menu li {
	padding-bottom:8px;
	background-image:url(../../images/designs/design02/theme3-inner/menu_separator.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#page #contentHolder #menu li a {
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
}
#page #contentHolder #menu li a:hover {
	color:#edcdef;
	text-decoration:underline;
	font-weight:bold;
}
#page #contentHolder #content {
	float: left;
	width: 580px;
	padding-bottom: 110px;
}
#page #contentHolder #content #heading {
	background: #784c7b;
	text-align: left;
	padding-left: 43px;
}
#page #contentHolder #content #text {
	background: #e3c9e5;
	text-align: left;
	padding: 20px 20px 43px 43px;
}
#page #footer {
	background: #784c7b;
	text-align: left;
	padding-left: 10px;
}
#page #footer a {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 20px;
}
