* {
    margin: 0px;
    padding: 0px;
}
body {
	background:#FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
}
a:link,
a:visited {
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CCFF00;
}
.left_nav a:link,
.left_nav a:visited {
    color: #000000;
}

.left_nav a:hover {
	color: #FF0000;
}
.left_nav {
    text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
}
.top_nav {
   	font-weight: bold;
	color: #FFFFFF;
	margin-left: 425px;
	padding-top: 141px;
}
.top_url {
    font-weight: bold;
    text-align: right;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 20px;
}
.bottom_text {
    font-weight: bold;
    text-align: left;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-left: 25px;
	float: left;
	clear: left;
}
h1 {
    text-align: left;
	font-size: 14px;
	color: #003300;
	text-align: center;
	background-color:#33CC33;
	background-image: url(../img/div_bg.gif);
	padding: 5px;
	margin-top: 0px;
}

#wrapper {
	background-color: #CCCCCC;
	background-image: url(../img/middle_04.jpg);
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: auto;
}
#header {
    background-image: url(../img/health_top.jpg);
	width: 760px;
	height: 172px;
}
#content_left {
    width: 170px;
    float: left;
	margin-left: 22px;
}
* html #content_left {
	margin-left: 10px;
}
* html #content_right {
	margin-left: 10px;
}
#left_advert {
    border: 1px solid #000000; 
	height: auto;
	background-image: url(../img/div_bg2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 15px;
}
#left_mail {
    border: 1px solid #000000;
	font-size:12px;
	font-weight: bold;
	height: 145px;
	background-image: url(../img/div_bg3.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#content_right {
    width: 534px;
	height: auto;
    float: left;
	margin-left: 7px;
	border: 1px solid #000000;
	background-image: url(../img/div_bg4.gif);
}

#content_right P {
    padding: 12px;
}
#footer {
    background-image: url(../img/health_bottom.jpg);
	background-position: bottom right;
	width: 760px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	
}
.foot {
	font-size: 9px;
}
a.foot:link,
a.foot:visited,
a.foot:active {
    color: #000000;
	text-decoration: none;
}
a.foot:hover {
	color: #333333;
	text-decoration: underline;
}
.kminfo {
	display: none;
}
.lc_addy {
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	padding-left: 5px;
}
#clear {
    clear: both;
}