body {
	text-align: center;
	background: #DCDCDC url('../img/background-body.jpg') repeat-x;
	margin: 0;
}
div {
	display: block;
	overflow: hidden;
}
.placeholder { color: #aaa; }
#main {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: #FFF url('../img/background-main.gif') repeat-y top left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 10px solid #000;
}
#main.home {
	background-image: url('../img/background-home.gif');
}
#navigation {
	background: #103900 url('../img/background-navigation.gif');
	color: #FFF;
}
#navigation ul {
	background: #103900 url('../img/background-navigation.gif');
	list-style: none;
	margin: 0 0 0 2em;
	padding: 0;
}
#navigation ul li {
	float: left;
	margin-right: 3em;
}
#navigation ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 3em;
}
#navigation ul li a:hover {
	text-decoration: underline;
}
#header {
	display: block;
	height: 65px;
	background: #000;
	padding-left: 50px;
}
h1 { float:left; width: 452px; height: 65px; margin: 0; padding: 0; margin-right: 5px; }
h1 a { position: absolute; text-indent: -999em; overflow: hidden; background: url('/img/background-header.jpg') no-repeat 0 0; width: 452px; height: 65px; }

#slogan { color: #aaa; font: normal 20px/22px Times New Roman, Times, serif; margin-top: 10px; float: right; padding-right: 50px; }
#top {
	display: block;
	height: 28px;
	background: #d8dbe0 url('../img/sinus-rhythm.jpg') no-repeat;
	border-bottom: 1px solid #000;
	text-align: right;
	line-height: 28px;
}
#search { display: block; float: right; margin-top: 8px; }
#search label { display: none; }
#search input[type="text"] {
	font-size: 80%;
}
#search input[type="image"] {
	margin-right: 1em;
	vertical-align: middle;
}
#content {
}
#content.home {
	background: transparent;
}
#content-1 {
	background: #e9e9e9;
	width: 200px;
	float: left;
}
#content-1 h3 {
	display: block;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 140%;
	color: #476777;
	text-align: center;
}
#content-1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #FFF;
}
#content-1 ul li {
	border-bottom: 1px solid #FFF;
}
#content-1 ul li a {
	display: block;
	line-height: 2em;
	text-decoration: none;
	letter-spacing: 1px;
}
#content-1 ul li a:hover {
	background: transparent url('/img/background-navigation.jpg') repeat-y;
	color: #000;
}
#content-1 ul li a.active {
	background: #FFF url('../img/arrow.gif') no-repeat 190px center;
	color: #000;
}
#content-1 ul li a span {
	padding-left: 1em;
}
#content-2 {
	width: 758px;
	float: left;
}
#content-3 {
	background: #e9e9e9 url('../img/stethoscope.jpg') no-repeat right bottom;
	min-height: 800px;
	width: 190px;
	float: right;
	text-align: center;
}
#footer {
	color: #333;
	background: #e9e9e9;
	border-top: 5px solid #103900;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}
#footer-1 {
	float: left;
	width: 320px;
}
#footer-2 {
	float: left;
	width: 320px;
}
#footer-3 {
	text-align: right;
}


