/* CSS Document */
@charset "utf-8";
#body #news {
	float: right;
	width: 455px;
	margin-top: 30px;
}
#body #news li {
	line-height: 140%;
	margin-bottom: 10px;
	padding-left: 18px;
	background-image: url(../images/icon_news.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
}

#body #news h3 {
	background-image: url(../images/bg_h3.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #296CB2;
	padding-left: 20px;
	margin: 0px;
	background-position: left bottom;
	padding-bottom: 6px;
	padding-top: 3px;
}
#body #news ul {
	margin: 0px;
	padding: 10px;
}
#body #address {
	width: 230px;
	margin-top: 30px;
	background-image: url(../images/address_border.gif);
	background-repeat: no-repeat;
	background-position: top;
	line-height: 16px;
	font-size: 14px;
	padding: 10px;
	height: 150px;
}
#body #address p {
	margin: 5px;
	padding: 0px;
	line-height: 16px;
}
#body #address p.mail {
	background-image: url(../images/icon_mail.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
#body #contantsNavigation {
	width: 230px;
	height: 80px;
	padding: 5px;
	margin-top: 30px;
}
#body #contantsNavigation a {
	display: block;
	height: 25px;
	width: 220px;
	color: #EEEEEE;
	text-decoration: none;
	text-indent: 20px;
	line-height: 25px;
	font-weight: bold;
}

#body #contantsNavigation a#outline {
	background-image: url(../images/bg_contentsNavigation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#body #contantsNavigation a#outline:hover {
	background-position: -220px 0px;
}
#body #contantsNavigation a#magazine {
	background-image: url(../images/bg_contentsNavigation.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
#body #contantsNavigation a#magazine:hover {
	background-position: -220px -25px;
}
#body #contantsNavigation a#home_nurse {
	background-image: url(../images/bg_contentsNavigation.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#body #contantsNavigation a#home_nurse:hover {
	background-position: -220px -50px;
}
#body #counter {
	width: 230px;
	height: auto;
	padding: 10px;
	margin-top: 10px;
}
