@charset "UTF-8";
A:link{color:#eb836f;text-decoration:underline;font-weight:none}
A:visited{color:#eb836f;text-decoration:underline;font-weight:none}
A:active{color:#eb836f;text-decoration:underline;font-weight:none}
A:hover{color:#4a6a68;text-decoration:underline;font-weight:none}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://nantucketspa.com/images/bg.jpg);
	background-color: #b5e0dd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(http://nantucketspa.com/images/container.jpg);
	background-color: #b5e0dd;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#4a6a68;
}

.oneColFixCtrHdr #header {
	background-color: #b5e0dd;
	background-image:url(http://nantucketspa.com/images/header.jpg);
	height:330px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #headernails {
	background-color: #b5e0dd;
	background-image:url(http://nantucketspa.com/images/header_nails.jpg);
	height:330px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #headerskin {
	background-color: #b5e0dd;
	background-image:url(http://nantucketspa.com/images/header_skin.jpg);
	height:330px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #headerwed {
	background-color: #b5e0dd;
	background-image:url(http://nantucketspa.com/images/header_weddings.jpg);
	height:330px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #headerhair {
	background-color: #b5e0dd;
	background-image:url(http://nantucketspa.com/images/header_hair.jpg);
	height:330px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #nav {
	padding-top: 122px;
	width:680px;
	margin:auto;
	font-family: georgia,arial,Helvetica, tahoma, arial, sans-serif;
	font-size:12pt;
	letter-spacing:0.5px;
	text-align: center;
	border:0px;
	color:#fff;
	}

.oneColFixCtrHdr h1, h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:12pt;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: none;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#b5e0dd;
	text-align:center;
	background-image:url(http://nantucketspa.com/images/footer.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #footer p {
	font-size:8pt;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	color:#4a6a68;
	text-decoration:underline
}

span.grab{
color:#eb836f;
font-size:11pt;}

.tdtext, .tdheadtext{
font-size:10pt;
font-family:trebuchet ms,tahoma,helvetica,verdana;
}

#large{
font-size:12pt;
line-height:2;
}
.peach{
color:#439fa2;
}