BODY {
	scrollbar-base-color: #CBBBCE;
	background-image: url(images/soap_decor_emporium_bkg1.jpg);
	margin: 0px;
	}
A:ACTIVE{
 color: Teal;}
A:LINK {
 color:Teal; }
A:HOVER {
color:Teal;	}
#menutwo ul, #menutwo li{
	display: block;
	list-style: none;
	margin: 0px;
	width: 120px;
	text-align: left;
	text-indent: 0px;
	color: #663366;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#menutwo li a, #menutwo li a:hover, #menutwo li a:active {
	display: block;
	text-decoration: none;
	color: #663366;
	margin: 0px 0px 2px;
	padding: 2px 5px 2px 0px;
	border-right: 6px solid #663366;
	width : 120px;
	font-weight: bold;
	text-indent: 0px;
	font-size: 10px;
	text-transform: uppercase;
}
#menutwo li a:hover, #menutwo li a:active {
	border-right: 6px solid #99CCCC;
	color: #99CCCC;
	width: 120px;
	text-indent: 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #008080;
}
h2{
font-size: 18px;
	font-weight: bold;
	color: #008080;
}
p{
    font-size: 12px;
	color: #008080;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #294229;
	color: #BDC6A5;
}
#content{
	height: auto;
	width: 700px;
	padding-left: 50px;
}
#leftnav {
	position: absolute;
	visibility: visible;
	z-index: 1;
	width: 160px;
	top: 5px;
	left: 5px;
}
#centercontent {
	position: absolute;
	visibility: visible;
	z-index: 2;
	width: 500px;
	left: 200px;
	top: 10px;
}
#rightindex {
	position: absolute;
	visibility: visible;
	z-index: 3;
	width: 130px;
	left: 701px;
	top: 21px;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
        text-align: center;
	color: #660033;
	position: absolute;
	visibility: visible;
	z-index: 4;
	width: 160px;
	left: 5px;
	top: 861px;
}
