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: #000000;
	background-color: #190506;
	background-image: url(../Images/vitality_background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.twoColFixLtHdr #container #header {
	padding-top: 0;
	padding-bottom: 0px;
	margin: 0px;
} 
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;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #header #mainNav {
	background-color: #C4B4A7;
	margin: 0;
	padding: 0px;
	height: 23px;
} 
.twoColFixLtHdr #container #header #mainNav a {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #header #mainNav a:hover {
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F7DF5B;
}
.twoColFixLtHdr #container #header #mainNav li {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #000000;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	border-right-width: 1px;
	border-right-color: #F3E7D7;
	margin: 0px;
	height: 23px;
	line-height: 23px;
}
.twoColFixLtHdr #container #header #mainNav ul {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.twoColFixLtHdr #container #header #mainNav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../Images/vitality_navigation.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #dynamicArea {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Putting the * html in front of the next bit of code means that it will just apply to ie6*/
/* The negative 3px margin is to stop the 3px margin jog happening and knocking the right side column down*/
* html .twoColFixLtHdr #container #dynamicArea {
	margin-right: -3px;
	margin-left: -3px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 293px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#HeaderInfoArea {
	padding-right: 0px;
	padding-top: 0px;
	background-color: #CCCCCC;
}
.twoColFixLtHdr #footer {
	text-align: center;
	background-color: #000000;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 12;
	padding-left: 0;
} 
.twoColFixLtHdr #footer p {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 348px;
	background-color: #FFFFFF;
	width: 552px;
	padding: 0;
} 
.twoColFixLtHdr #TreatmentContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	width: 900px;
	padding: 0;
	background-image: url(../Images/treatments_background_image.jpg);
	background-repeat: no-repeat;
	height: 415px;
} 
.twoColFixLtHdr #container #header #mainNav ul li
{
	list-style-type: none;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
}
.twoColFixLtHdr #container #header #mainNav li#Vitality_nav_1 {
	background-image: url(../Images/vitality_navigation_1.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #header #mainNav li#Vitality_nav_2 {
	background-image: url(../Images/vitality_navigation_2.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #header #mainNav li#Vitality_nav_3 {
	background-image: url(../Images/vitality_navigation_3.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #header #mainNav li#Vitality_nav_4 {
	background-image: url(../Images/vitality_navigation_4.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #header #mainNav li#Vitality_nav_5 {
	background-image: url(../Images/vitality_navigation_5.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #header #mainNav li#Vitality_nav_6 {
	background-image: url(../Images/vitality_navigation_6.jpg);
	background-repeat: repeat-x;
}
.ImageFloatedLeft {
	float: left;
	margin: 0px;
	padding: 0px;
}
#FloatedPicture {
	float: left;
	margin-right: 5px;
}
#FloatedRightPicture {
	float: right;
}
#OpeningTimes li {
	list-style-type: circle;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#OpeningTimes {
	padding: 0px;
	list-style-image: url(../Images/sun_bullet.gif);
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: normal;
}
#OpeningTimes ul li{
	font-size: 12px;
	font-weight: normal;
}
.MakeBoldSpan {
	font-weight: bold;
}
.GeneralBodyCopy {
	font-size: 11px;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 13px;
	font-weight: normal;
}
#Orange_sub_heading {
	color: #BF3E2B;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.LinedBox {
	border: 1px solid #999999;
	margin-bottom: 12px;
	padding: 10px;
}#MainBookingLink {
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	font-size: 1.2em;
	color: #990000;
}
.EnlargedText {
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
}
#RequiredField {
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
}
.twoColFixLtHdr #container table {
	border: 1px solid #967878;
}
.twoColFixLtHdr #container table td{
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #EEE6D2;
	border-right-width: 1px;
	border-right-color: #EEE6D2;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}
.twoColFixLtHdr #container table th{
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #DCD2B4;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFF5C6;
	text-align: left;
	padding-right: 3px;
}
.twoColFixLtHdr #container #TableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6A5F51;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2B9FB6;
	font-size: 15px;
}
.Button_link {
	background-color: #FFFFFF;
	border: 1px solid #660000;
}
.twoColFixLtHdr #container #dynamicArea #sidebar1 .ShortBannerLink {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.twoColFixLtHdr #container #dynamicArea #sidebar1 .ShortBannerLink h2 {
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 9px;
	padding: 0px;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #dynamicArea #sidebar1 .ShortBannerLink #ShortBannerBodyCopy {
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
