/***********************
living well styles
***********************/
*
{
	margin:0;
	padding:0;
}

body
{
	font-family:arial, helvetica, sans serif;
	font-size:11px;
	font-style:normal;
	line-height:12px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	color:#000;
}

h2
{
	font-family:arial, helvetica, sans serif;
	font-size:20px;
	font-style:normal;
	line-height:1em;
	text-align:right;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#000;
}

p
{
	font-family:arial, helvetica, sans serif;
	font-size:11px;
	font-style:normal;
	line-height:12px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	color:#000;
}

/***********************
link styles
***********************/
#footer a
{
	font-family:arial, helvetica, sans serif;
	font-size:11px;
	font-style:normal;
	line-height:12px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-decoration:none;
	color:#000;
}

#footer a:hover
{
	text-decoration:underline;
}

/***********************
class styles
***********************/
.list-spacer
{
	margin:15px 0 0 25px;
}

.list-spacer2
{
	margin:15px 0 0 45px;
}

.list-spacer3
{
	margin:15px 0 0 35px;
}

.center
{
	text-align:center;
}

.top-spacer
{
	margin:15px 0 0 0;
}

/**********************
layout
**********************/

#container
{
	width:850px;
	height:700px;
}

#main_image
{
	width:833px;
	height:500px;
}

#mid_holder
{	
	width:833px;
	height:100px;
}

#mid_holder ul
{
	display:inline;
}

#mid_holder li
{
	list-style-type:none;
	float:left;
}

#pdf_holder
{
	width:416px;
	height:100px;
	background:#fff;
}

#pdf_holder ul
{
	display:inline;
}

#pdf_holder li
{
	list-style-type:none;
	float:left;
}

#contact_info
{
	width:416px;
	height:70px;
	padding:30px 0 0 0;
	background:#fff;
}

#footer
{
	width:833px;
	height:20px;
	padding:5px 0 0 0;
	border-top:5px solid #c3d5db;
}