

html, body {
	font-family: 'Old Standard TT','Trebuchet MS', Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#F2F1EB;
	font-size: 18px;
	text-align: center; /* IE hack for centering content */
	height: 100%;
	color: #606060;
	text-rendering: optimizeLegibility;
}
* html body{
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

a
{
	color: #606060;
}
a:hover
{
	color:#00A99D;
}

div#page_container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left; /*IE hack for centering content */
	min-height: 100%;
	height: 100%;
}
div#page_header 
{
	/*background: url('../images/background_top.jpg') top left;*/
	background: url('../images/background_top.gif') bottom left;
	background-repeat:no-repeat;
	width:800px;
	height:105px;
	cursor:pointer;
}
#page_header h1
{
	font-size:45px; 
	color:#00A99D;
	padding:0 0 0 60px;
	margin:0px;
	/*font-family:Cantarell, Tahoma, Geneva, sans-serif; */
	font-weight:normal;
	text-transform:uppercase;
	
}
#page_header h2
{
	font-weight:normal;
	font-size:30px; 
	text-align:center;
	/*font-family:Cantarell, Tahoma, Geneva, sans-serif; */
	font-weight:normal;
	padding:0 0 0 58px;
	margin:0px;
	text-transform:uppercase;
	position:relative;
	top:-10px;
	
}
div#page_center 
{
	background: url('../images/background_repeat.gif') top left repeat-y;
	width:800px;
	position:relative;
	height: 80%;
	margin: 0 auto -300px;
	z-index:1;
}
div#page_footer_bodies
{
	background: url('../images/bodies-grey.gif') bottom center no-repeat;
	background-position:bottom center; 
	background-repeat:no-repeat;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:0;
	height:388px;
	width:100%;
}
div#page_footer 
{
	margin-left: auto;
	margin-right: auto;
	background: url('../images/background_bottom.gif');
	background-position:bottom center; 
	background-repeat:no-repeat;
	width:800px;
	height:8px;
	z-index:2;
}
div#page_footer_BeBodyWise
{
	background: url('../images/how_can_i_be_body_wise.gif') bottom center no-repeat;
	width:100%;
	height:68px;
	position:relative;
	bottom:-10px;
	left:0;
}
div#content
{
	margin-left: 82px;
	margin-right: 88px;
	padding:0px 5px 0px 5px;
	position:relative;
	height: 100%;
	overflow:auto;
	z-index:3;
	/*background-color:#f2f1eb;*/
}
#content h1 
{
	margin-top:2px;
	color:#00A99D;
}
.prop {
  height:300px;
  float:right;
  width:1px;
  
}

.propClear {
  clear:both;
  height:1px;
  overflow:hidden;
}
.clear {
  clear:both;
  height:1px;
}
.img_border 
{
	padding:5px;
	border:1px solid black;
	margin:10px 10px 0px 0px;
}
.fl 
{
	float:left;
}
.fr 
{
	float:right;
}
div#page_nav
{
	float:left;
	text-align:right;
	position:relative;
	right:110px;
	top:100px;
	z-index:1000;
	height:0px;
	overflow:visible;
}

#page_nav ul
{
	list-style:none;
}

#page_nav li
{
	padding-bottom:10px;
}
#page_nav a
{
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;
	
}
#page_nav a:hover
{
	text-decoration:underline;
}

.content_list li
{
	 list-style-image:url(../images/asterisk_teal.gif);
}

