html {
	margin-bottom: 1px;
	min-height: 100%;
	}
	
body {
	margin: 0 0 20px;
	padding: 0;
	background: #001448 url(../images/bg_main.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 85%;
	letter-spacing: 0.01em;
	}

.cleardiv {
	clear:both;
	height:1%;
	}
	
a:link, a:visited {
	color: #001448;
	}

a:hover, a:active {
	background-color: #679EF1;
	color: #000;
	text-decoration: none;
	}

#header {
	background: #001240 url(../images/header.jpg) no-repeat;
	height: 124px;
	margin: 20px auto 0;
	text-align: center;
	width: 790px;
	}

#wrapper {
	margin: 0 auto;
	background-color: #fff;
	background-image: url(../images/bg_uppercontent.jpg);
	background-repeat: repeat-x;
	padding: 20px 0;
	width: 790px;
	overflow: hidden;
	}

#sidebar {
	padding: 0;	
	float: left;
	width: 220px;
	}

#navigation {
	padding-top: 15px;
	padding-left: 0.5em;
	padding-right: 20px;
	width: 166px;
	margin-left: 20px;
	}

* html #navigation {
	margin-left: 10px;
	}

#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#navigation ul li a {
	border-bottom: 1px solid #001448;
	color: #001448;
	display: block;
	line-height: 125%;
	padding: 5px 0 5px 6px;
	text-align: right;
	text-decoration: none;
	width: 160px;
	font-weight: bold;
	}

#navigation ul li a:hover{
	background-color: #001448;
	color: #fff;
	}
	
/* Highlighting the current page */

body.what_to_expect #navigation a#what_to_expect, 
body.massage_services #navigation a#massage_services, 
body.on-site_chair_massage #navigation a#on-site_chair_massage, 
body.benefits #navigation a#benefits, 
body.faqs #navigation a#faqs, 
body.contact_us #navigation a#contact_us { 
  	background-color: #79AAF2;
	}
	
/* thumbnails on left */

#thumbs {
	float:left;
	width: 172px; 
	margin-left: 26px; 
	margin-top: 20px;
	text-align:center; 
	}
	
.logo_container {
	padding-bottom: 20px;
	}
	
.thumbs_container {
	margin-top: 10px;
	margin-left: 35px;
	border: 1px solid #B7CBFF;
	}

* html #thumbs { 
	margin-left: 28px;	
	}

#content {
	background-color:transparent;
	width: 518px;
	float: right;
	margin: 10px 30px 0 0;
	padding: 0;
	}

#content p {
	padding: 0;
	margin-bottom: 4px;
	line-height: 1.5em;
	color: #333;
	}
	
#content h1 {
	color: #000;
	font-size: 1.7em;
	padding: 4px 0 0;
	letter-spacing: 1px;
	margin-top:5px;
	margin-bottom: -5px;
	font-weight: normal;
	}

#content h2 {
	color: #000;
	font-size: 1.5em;
	padding: 1em 0 0;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: -2px;
	font-weight: normal;
	}
	
#content h3 {
	color: #000;
	font-size: 1.3em;
	padding: 1em 0 0;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: -10px;
	font-weight: normal;
	}
	
#content ul {
	font-size: 98%;
	}

#content ul li {
	list-style-type: none;
	background: url(../images/check.gif) no-repeat 0 15%;
	padding-left: 25px;
	padding-bottom: 0.5em;
	line-height: 110%;
}

/* Contact Form Styles */

#contact_info {
	margin: 25px 0 0 0;
	padding: 0;
	}
	
form {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
	
form table {
	border: 1px dashed #BBD1FB;
	background-color: #EDF3FE;
	font-size: 95%;
	letter-spacing: 0.01em;
	}
	
form td {
	padding: 5px;
	}

fieldset {
	border: 1px solid #001448;
	margin: 0 3px 20px 0;
	padding:5px 5px 20px 20px;
	}
	

legend {
	font-size: 1.5em;
	color:  #001448;
	margin-top: 2px;
	margin-bottom: 6px;
	}

textarea {
	background-color: transparent;
	border: 1px solid #001448;
	color: #333333;
	height:150px;
	margin:0 30px 0 0;
	}
	
label {
	color: #001448;
	font-size:95%;
	padding: 0;
	margin: 0;
	line-height: 2em;
	}
	
form p {
	color: #000;
	padding: 0.2em 0 0 0;
	text-align: left;
}

input, textarea, select {
	border: 1px solid #001448;
	color: #001448;
}
	
submit {
	color: #001448;
	display:block;
	width:80px;
	}

#footer {
	clear: both;
	width: 790px;
	margin: 0 auto;
	background-color: #679EF1;
	background-image: url(../images/footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: 2px solid #000;
	overflow: auto;
	}

#footer .thumbs_container {
	border: 1px solid #2373EB;
	}
	
#footer_content {
	float: right;
	width: 548px;
	margin: 0;
	padding: 10px 0;
	}

#footer p {
	font-size: 85%;
	color: #001448;
	line-height: 1.4em;
	margin: 0;
	padding: 5px 0;
	}
	
#footer #thumbs {
	margin-top: 5px;
	}
	
/*  class selectors  */

.indent_content {
	padding-left: 20px;
	padding-right: 25px;
	}
	
#content .link_list {
	line-height: 2em;
	}

.emphasis {
	font-variant: small-caps;
	font-weight: bold;
	}

.warning {
	color: #f00;
	font-weight: bold;
}