body {
	background-color: #825971;
	/* background-color: #e8ddcb; */
	font-size: 12px;
	font-family: verdana, geneva, helvetica, sans-serif;
	color: #800080;
	margin: 0;
	padding: 0;
}

h1 {
	text-align: center;
	font-size: x-large;
	color: #825971;
}

h2 {
	color: #825971;
}

.outer_wrapper {
	width: 808px !important;
	margin: 10px auto;
	padding: 0;	
}

.wrapper {
	width: 808px !important;
	position: relative;
	background-color: #ba7fa2;
	border: 1px solid black;
	margin: 0;
	padding: 0;
}

.header_wrapper {
	position: relative;
	height: 161px;
	width: 808px;
	float: right;
	clear: both;
	color: #825971;
	background-color: #800080;	 /* Spare colour #BA7FA2 */
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(images/allison_website_logo.png);
}

.header {
	margin: 0;
	padding: 0;
	background-image: url(images/massage_header.png);
	background-repeat: no-repeat;
	height: 121px;
	width: 689px;
}

.header p {
	position: relative;
	width: 80%;
	left: 10%;
	margin: 0;
	border: 0;
	padding: 0;
	font: bold italic 24pt "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 110%;
	font-weight: bold;
	/* font-style: italic; */
	position: relative;
	width: 689px;
	border-width: 1px 0;
	/* background: #825971; */
	background: #e8ddcb;
	color: #800080;
	height: 40px;
}

.solidblockmenu ul {
	width: 689px;
	margin: 0;
	padding: 1px 0;
	list-style: none;
	height: 38px;
	/* background: #825971; */
	background: #e8ddcb;
}

.solidblockmenu li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	width: 98px;
	line-height: 38px;
	background: black;
}


.solidblockmenu li a {
	padding: 0px;
	display: block;
	color: #800080;
	text-align: center;
	text-decoration: none;
	border-left: 1px dotted #000000;
	/* background: #825971; */
	background: #e8ddcb;
	width: 98px;
	height: 38px;
	margin-bottom: 0px;
}

.solidblockmenu li:first-child a {
	border-left: none;
}

.solidblockmenu li a:visited {
	color: #800080;
	/* background: #825971; */
	background: #e8ddcb;
}

.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: #800080;
	background: black;
}

.solidblockmenu li a.sbm_last {
	border-right: 1px dotted #000000;
}

.content {
	padding: 20px 15px 0 20px;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto !important;
	clear: both;
}

#reiki_home {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 180px;
}

#reiki_home img {
	width: 172px;
	margin: 0;
	padding: 0;
}

ul#just_for_today {
	list-style: none;
	font-family: Times, serif;
	font-size: 12pt;
	line-height: 200%;
	width: 620px;
}

.ie6_fix {
	width: 808px;
	position: relative;
}

p.testimonial {
        background-image: url("images/lined_paper.png");
        background-repeat: repeat-x;
	color: black;
	position: relative;
	left: 7%;
        width: 80%;
	padding: 1em;
	font-family: "URW Chancery L", "Georgia", serif;
	font-style: italic;
	font-size: 14pt;
}

p.testimonial div {
	text-align: right;
}


/* form */

form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

form fieldset {
	clear: both;
	font-size: 100%;
	margin: 0;
	border: 0;
}

form fieldset legend {
	font-size: 150%;
}

textarea {
	overflow: auto;
}

form div {
	clear: left;
	display: block;
	height: expression('1%');
	margin: 5px 0;
	padding: 1px 3px;
}

form div label {
	display: block;
	float: left;
	width: 35%;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}

form div.optional label, label.optional {
	font-weight: normal;
}

form div.required label, label.required {
	font-weight: bold;
}

form .entry {
	background-color: #e8ddcb;
	border: 1px solid black;
	width: 60%;
}


