body{
	margin:0px;
	border:0px;
	padding:0px;
	background:url('../images/header_bg.gif') repeat-x #FFF;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#edd56d;
	font-weight:normal;
	margin-top:2px;
	padding-top:2px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#edd56d;
	font-weight:normal;
}
a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#54c7d4;
	text-decoration:underline;
}
a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#54c7d4;
	text-decoration:none;
}
p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
	line-height:22px;
}

.large_white{color: #FFFFFF}
.yellow{color:#edd56d;}

#content_shell
{
	display:block;
	clear:both;
	width:100%;
	background:url(../images/bg.gif);
	background-color:#2c2c2c;
}
#footer
{
	display:block;
	width:100%;
	height:75px;
	background:url(../images/footer_gradient.png) repeat-x;
}
#footer_bottom
{
	display:block;
	width:100%;
	height:75px;
	background:url(../images/footer_white.jpg) repeat-x;
}
/*#######################
NAV
#############################*/

#mini_aug_header
{
	display:block;
	height:37px;
}
.mini_aug_header_nav a{
	display:block;
	float:left;
	font-size:1px;
	text-decoration:none;
	padding:0px;
	padding-right:6px;
	height:37px;
}

#nav_about a:hover
{
	width:114px;
	background:url(../images/nav_about_us_over.gif) no-repeat;
	text-decoration:none;
}

#nav_about a
{
	width:114px;
	background:url(../images/nav_about_us.gif) no-repeat;
	display:block;
}
#nav_health a:hover
{
	width:188px;
	background:url(../images/nav_health_accel_over.gif) no-repeat;
	text-decoration:none;
}

#nav_health a
{
	width:188px;
	background:url(../images/nav_health_accel.gif) no-repeat;
	display:block;
}
#nav_comm a:hover
{
	width:188px;
	background:url(../images/nav_comm_cure_over.gif) no-repeat;
	text-decoration:none;
}

#nav_comm a
{
	width:188px;
	background:url(../images/nav_comm_cure.gif) no-repeat;
	display:block;
}

#nav_one_pass a:hover
{
	width:114px;
	background:url(../images/nav_one_pass_over.gif) no-repeat;
	text-decoration:none;
}

#nav_one_pass a
{
	width:114px;
	background:url(../images/nav_one_pass.gif) no-repeat;
	display:block;
}

#nav_one_place a:hover
{
	width:114px;
	background:url(../images/nav_one_place_over.gif) no-repeat;
	text-decoration:none;
}

#nav_one_place a
{
	width:114px;
	background:url(../images/nav_one_place.gif) no-repeat;
	display:block;
}

object.center
{
    margin:0 auto;
    display:block;
}