/* CSS Document */

p, th, h1, h2, h3, label, td, li, ol, ul, link, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0px;
	color: #CB2F2B;
}
h2 {
	padding-top:0;
	font-size: 14px;
	font-weight: bold;
	color: #CB2F2B;
}
a {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.newLine {
	clear: left;
}
p.pullquote {
	color: #CB2F2B;
	text-align: center;
	margin: 0 100px;
}
p.pullquote span {
	font-style:italic;
	font-weight: bold;
}
#thanksText {
	text-align:center;
	padding-bottom: 250px;
	padding-top: 50px;
}
body {
	width: 800px;
	position: relative;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FCF1F0;
}

.floatLeft, .floatRight {
	padding: 0 10px 10px 0px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.priceImage {
	margin: 5px 5px 5px 0px;
}
/**************** MENU OPTIONS ****************/
#menuBar {
	width: 120px;
	height: auto;
	padding-left: 5px;
	padding-top: 0px;
	float: left;
}
a span {
	display: none;
}
.dash { /* For WAI */
	display: none;
}
#home, #massage, #prices {
	height: 30px;
	width: 120px;
	background-repeat:no-repeat;
	background-position: center left;
	display: block;
}
#home {
	background-image: url(Images/Buttons/home.gif);
}
#home:hover {
	background-image: url(Images/Buttons/homeRO.gif);
}
#massage {
	background-image: url(Images/Buttons/massage.gif);
}
#massage:hover {
	background-image: url(Images/Buttons/massageRO.gif);
}
#prices {
	background-image: url(Images/Buttons/prices.gif);
}
#prices:hover {
	background-image: url(Images/Buttons/pricesRO.gif);
}
/***************** DIV DEFINITIONS ********************/
#header {
	text-align: center;
}
#holdingDiv {
	background-image:url(Images/background.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
#bodyText {
	margin-left: 140px;
}
.tagline {
	padding-top:10px;
	margin-top:0px;
}
#footer {
	clear: both;
	margin-top: 30px;
	margin-left: 140px;
}
#ACWD {
	text-align: center;
	font-size: 9px;
	font-style:italic;
}

