body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	background: #E2E3DB;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #AAAD98;
	margin-top: 20px;
}
.bgHome {
	background: #FFFFFF url(images/bgHome.jpg) no-repeat left top;
}
.bgSpa {
	background: #FFFFFF url(images/bgSpa.jpg) no-repeat left top;
}
.bgFace {
	background: #FFFFFF url(images/bgFace.jpg) no-repeat left top;
}
.bgHair {
	background: #FFFFFF url(images/bgHair.jpg) no-repeat left top;
}
.bgNails {
	background: #FFFFFF url(images/bgNails.jpg) no-repeat left top;
}
.bgWaxing {
	background: #FFFFFF url(images/bgWaxing.jpg) no-repeat left top;
}
.bgPhone {
	background: #FFFFFF url(images/bgPhone.jpg) no-repeat left top;
}
#logo {
	background: url(images/logoHairDesigns.jpg) no-repeat left top;
	height: 77px;
	width: 229px;
	margin-top: 18px;
	margin-left: 15px;
	text-indent: -9999px;
}
#menu {
	font-size: 80%;
	color: #FFFFFF;
	padding-top: 120px;
	float: left;
	width: 135px;
	height: 300px;
}
#menu ul {
	list-style: none;
	margin-left: 10px;
	padding-left: 10px;
}
#menu li {
	padding-bottom: 18px;
}
#menu a:link {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
}
#menu  a:visited {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#pghdr {
	font-size: 170%;
	font-weight: bold;
	color: #004400;
	border-bottom: 1px dotted #004400;
	margin-left: 180px;
	margin-right: 50px;
	margin-top: 50px;
	text-align: right;
}
#hmcontent {
	text-indent: -9999px;
}
#content {
	margin-left: 200px;
	margin-top: 40px;
	margin-right: 50px;
	font-size: 70%;
	line-height: 1.75em;
}
.colL    {
	float: left;
	width: 48%;
}
.colR     {
	float: right;
	width: 47%;
}
.clearall {
	clear: both;
}
#ftr {
	background: url(images/bgFooter.jpg) no-repeat left top;
	height: 22px;
	font-size: 50%;
	color: #996600;
	text-align: right;
	padding-right: 10px;
	padding-top: 60px;
	padding-bottom: 0px;
	margin-top: 50px;
}
.coupon {
	background: #FFF4E1;
	padding: 5px;
	text-align: center;
	border: 3px dashed #FFC246;
	color: #586653;
	line-height: normal;
}

@media print {
	body {
		font: 1em Verdana, Arial, Helvetica, sans-serif;
		color: #444444;
		background: none;
	}
	#wrapper {
		width: auto;
		margin-right: auto;
		margin-left: auto;
		border: none;
		margin-top: auto;
	}

	#logo {
		background: none;
		height: auto;
		width: auto;
		margin-top: auto;
		margin-left: auto;
		text-indent: 0px;
		font-size: 120%;
		font-weight: bold;
		color: #444444;
		border-bottom: 1px dotted #444444;
	}
	#pghdr {
		font-size: 170%;
		font-weight: bold;
		color: #444444;
		border-bottom: none;
		margin-left: 180px;
		margin-right: 50px;
		margin-top: 20px;
		text-align: right;
	}
	#content {
		margin-left: 200px;
		margin-top: 40px;
		margin-right: 50px;
		font-size: 70%;
		line-height: 1em;
	}
	#ftr {
		border-top: none;
		background: none;
		height: auto;
		font-size: 50%;
		color: #444444;
		text-align: right;
		padding-right: auto;
		padding-top: auto;
		padding-bottom: auto;
		margin-top: auto;
	}
}
