@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

/* CSS Document */

body {
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #0171BB;
}
.NavBar {
	background-repeat: repeat-x;
	height: 42px;
	width: 800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.TopBanner {
	height: 138px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.timesmall {font-size: small}
.orangeText {
	color: #E19933;
}
.LargeFont {
	font-size: 24px;
}
.content {
	width: 100%;
	background-color: #FFF;
}
.style2 {color: #ffffff;
font-weight: bold
}
.footer {
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: repeat-x;
	height: 61px;
	padding-top: 1em;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	background-color: #0171BB;
}
.contentBox {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.menuBox {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/spa_menu-bg.gif);
	background-repeat: repeat-y;
	background-position: -1px;
}

.homeTable {
	width: 800px;
}

.contactTable {
	width: 800px;
	color: #333;
}

.blue_h2 {
	color: #0171BB;
	text-align: center;
}
.homeTable p {
	margin-left: 0.5em;
	color: #666;
	line-height: 26px;
}
.blue_h3 {
	text-transform: uppercase;
	color: #0171BB;
	text-align: center;
	font-size: 16px;
}
.p_center {
	text-align: center;
}
.p_justify {
	text-align: justify;
}
.menu_gray_P {
	color: #333;
	text-align: justify;
	line-height: 15px;
}
.blue {
	color: #0171BB;
}

.blue a {
	color: #0171BB;
	text-decoration: none;
}

.orange {
	color: #E19933;
}

.orange a {
	color: #E19933;
}

.purple {
	color: #9754C7;
}

.white {
	color: #FFF;
}
#prices img {
	margin-top: .5em;
	margin-bottom: 0.5em;
}
.description {
	font-size: 12px;
}
.contactTable h2 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 0.5em;
	color: #0171BB;
}
.contactFields {
	width: 330px;
	border: 1px solid #0171BB;
	padding: 5px;
}
.contactTable p {
	text-align: justify;
}
