body {
  margin:0;
  padding:0;
  height:100%; /* this is the key! */
  text-align: center;
}
#page {
	position: relative;
	margin:0px auto;
	padding:0px; 
	top: 10px;
	height: 100% auto;
	width: 1000px;
	background: #ffffff;
	text-align: left;
	margin-bottom: 10px;
}
  
.left {
  position:absolute;
  left:0;
  top:0;
  padding:0;
  width:260px;
  height:100%; /* works only if parent container is assigned a height value */
  background-image: url('../images/left_nav_back.gif');
  background-position: bottom;
  background-repeat: repeat-x;
 	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 13px;
	color: #ae3636;
	font-weight: bold;
  min-height: 800px;
}

.content {
  margin-left:260px;
  margin-right:0px;
  margin-bottom:10px;
	color: #666666;
  padding:0 10px;
  font-family: verdana,Arial,Helvetica,verdana;
	font-size: 13px;
}

.left p {
  padding:0 0 10px 20px;
}

.content p {
  align: justify;
}

p.top {
  margin-top:50px;
}

.content ul {
  list-style: url('../images/dot_mr.gif');
}  
  
.content a:link, .content a:visited, .content a:active {
  color: #000000;
  text-decoration: none;
  font-family: verdana,Arial,Helvetica,verdana;
	font-size: 13px;
	font-weight: bold;
}

.content a:hover {
  color: #ae3636;
  text-decoration: none;
  font-family: verdana,Arial,Helvetica,verdana;
	font-size: 13px;
	font-weight: bold;
	height: 12px;
}

.left a:link, .left a:visited, .left a:active {
  color: #000000;
  text-decoration: none;
  font-family: verdana,Arial,Helvetica,verdana;
	font-size: 13px;
	font-weight: bold;
}

.left a:hover {
  color: #ae3636;
  text-decoration: none;
  font-family: verdana,Arial,Helvetica,verdana;
	font-size: 13px;
	font-weight: bold;
	height: 12px;
}

.left ul {
  padding-left: 70px;
  color: #ae3636;
}

.left li {
  padding-bottom: 10px;
}

.logo {
  position: relative; 
  width: 260px; 
  top: 20px; 
  height: 170px; 
  text-align: center;
  z-index: 1; 
}

.language_switch {
  position: absolute; 
  width: 200px; 
  left: 50px; 
  top: 10px; 
  text-align: right; 
  z-index: 2;   
  background: #ffffff;
}

.address {
  position: absolute; 
  left: 20px; 
  bottom: 15px;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 13px;
	color: #ae3636;
	font-weight: bold;
	text-align: left;
}

.contact_address {
  position: relative; 
  margin-top: 30px; 
  margin-left: 20px; 
	text-align: left;
}

.footer_livingwell {
  width: 360px; 
  position: relative; 
  top: 10px; 
  left: 170px; 
  height: 80px; 
  text-align: left; 
  font-weight: bold;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 14px;
	color: #ae3636;
	line-height:20px;
}

.livingwell_logo {
  width: 160px;
  position: absolute;
  top: 0px; 
  left: 0px; 
  text-align: left;
}

.livingwell_text {
  width: 300px; 
  position: absolute;
  top: 20px; 
  left: 170px; 
  text-align:left;
}

.footer_livingwell a:link, .footer_livingwell a:visited, .footer_livingwell a:active {
  color: #000000;
  text-decoration: none;
  font-family: verdana,Arial,Helvetica,verdana;
	font-size: 13px;
	font-weight: bold;
}

.footer_livingwell a:hover {
  color: #ae3636;
  text-decoration: none;
  font-family: verdana,Arial,Helvetica,verdana;
	font-size: 13px;
	font-weight: bold;
	height: 12px;
}

.footer_care {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	line-height:20px;
}

.footer_care_text {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: normal;
	text-align: left;
	line-height:20px;
}

.head {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 13px;
	color: #ae3636;
	font-weight: bold;
	text-align: left;
}

.image-right {
	float: right;
	clear: both;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	border: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 13px;
	color: #ae3636;
	font-weight: bold;
	text-align: left;
}

h4 {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 13px;
	color: #ae3636;
	font-weight: bold;
	text-align: center;
}

.alert {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 13px;
	color: red;
	text-align: center;
}
