body {
	margin: 0px;
	padding: 0px;
	font: 13px/18px "Trebuchet MS", Arial;
	color: #794c0e;
	background:#c09866 url(../images/cremations_only_01.jpg) repeat-x;
}
a{
	color: #FF6600;
}
a:hover{
	color: #000;
}
#wrapper{
	width: 929px;
	margin: 0px auto;
	background: #FFF;
}
#header{
	margin-top: 20px;	
}
#mainframe{
	margin-top: 20px;
}
#sidemenuArea{
	width: 210px;
	float: left;
}
#sidemenu ul{
	padding: 0px;
	margin: 0px;
	margin-left: 32px;
}
#sidemenu ul li{
	list-style: none;
	
}
#sidemenu ul li a{ 
	display: block;
	font: bold 14px "Trebuchet MS", Arial;
	text-decoration: none;
	list-style: none;
	color: #794c0e;
	padding: 12px;
	padding-left: 0px;
	border-bottom: 1px solid #794c0e;

}
#sidemenu ul li a:hover{ 
	color: #124085;
	background:url(../images/menuback.jpg) right repeat-y;
}
#address{
	font: bold 12px/18px "Trebuchet MS", Arial;
	padding: 32px;
	padding-right: 0px;
}
#contentArea{
	width: 600px;

	padding: 20px;
	margin-left: 248px;
}

#footer{
	padding: 20px 32px;
	font: 11px "Trebuchet MS", Arial;
	text-align:center;
}
#footer a{
	text-decoration: none;
color: #794c0e;
}


.clear{
	clear: both;
}
.floatRight{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.floatLeft{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
input, textarea, select{
	width: 95%;
}
.submitButton{
	width: auto;
}
