@charset "UTF-8";
body {
	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: #7D220F;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #572628;
	background-image: url(img/thai-massage-bkgrnd.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtr #container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background-color: #D8CBA7;
	border: 9px solid #7A7C1F;
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #mainContent .nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #572628;
	background-color: #D6C6A2;
	background-position: center center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #C39677;
	border-right-color: #C39677;
	border-bottom-color: #C39677;
	border-left-color: #C39677;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 100%;
}

.oneColFixCtr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: 752914;
	text-align: center;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColFixCtr #container #mainContent p {
	text-align: center;
	padding-right: 100px;
	padding-left: 100px;
	border-color: #572628;
}

.oneColFixCtr #container #mainContent .nav a {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.oneColFixCtr #container #mainContent .nav a:hover {
	color: #7A7C1F;
	text-decoration: none;
	
}
.oneColFixCtr #container #mainContent .quote {
	align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #802814;
	width: 450px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #752914;
	border-right-color: #752914;
	border-bottom-color: #752914;
	border-left-color: #752914;
	background-position: center;
	text-align: center;
	background-color: #D6C6A2;
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 1em;
	position: relative;
	left: 205px;
}

.oneColFixCtr #container #mainContent h2 {
	font-size: 1em;
	font-weight: normal;
	color: #7D220F;
	padding-right: 100px;
	padding-left: 100px;
	text-align: center;
}
.oneColFixCtr #container #mainContent h3 {
	font-size: 1em;
	font-weight: normal;
	color: #752914;
	text-align: center;
}
.oneColFixCtr #container #mainContent h5 {
	font-size: 1.8em;
	font-weight: normal;
	color: #752914;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: -10px;
}
.oneColFixCtr #container #mainContent .caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #7D220F;
	font-size: 0.8em;
	text-align: center;
	margin-top: -10px;
}
.oneColFixCtr #container #mainContent h6 {
	font-variant: normal;
	color: #7A321C;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: -10px;
	font-style: italic;
	margin-top: 10px;
}
.oneColFixCtr #container #mainContent strong {
	font-weight: normal;
}
.oneColFixCtr #container #mainContent img {
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-color: #572628;
	border-right-color: #572628;
	border-bottom-color: #572628;
	border-left-color: #572628;
}
.oneColFixCtr #container #mainContent .header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColFixCtr .footer a {
	color: #7A7C1F;
	font-size: .9em;
	font-variant: normal;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent .strong-ital {
	font-weight: bold;
}
.oneColFixCtr #container #mainContent .btn img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
}
