body  {
	font: 13px Arial, Helvetica, sans-serif;
	color: #B6B6B6;
	background: #000000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
}
td { vertical-align:top;}

a img {border: none;}
#menutop {
	position: relative;
	width:165px;
	height:180px;
	z-index:1;
	left: 10px;
	top: 0px;

}


.menu li {
	list-style-type:none;
	list-style:none;
	font-size:12px;
	margin: 5px 0px 0px -25px;
	padding: 0px;
	color:#F5F1F3;
}
.content  {padding-bottom: 20px;}
A:link {text-decoration: underline; color:#990000; font-weight:bold;}
A:visited {
	text-decoration: underline;
	color:#990000;
	font-weight:bold;
}
A:hover {
	text-decoration: underline;
	color:#cccccc;
	font-weight:bold;
}

.imageside { padding: 0px 8px 0px 0px;}
.footer { height:90px; background-image: url(images/salonbliss-footerbar.jpg); background-repeat:repeat-x; padding: 5px; font-size:11px; text-align:center;} 
.footer A:link {text-decoration: underline; color:#B6B6B6; font-weight:bold;}
.footer A:visited {
	text-decoration: underline;
	color:#B6B6B6;
	font-weight:bold;
}
.footer A:hover {
	text-decoration: underline;
	color:#ffffff;
	font-weight:bold;
}