body {
	text-align: center;
	background: #DCDCDC url('../img/background-body.jpg') repeat-x;
	margin: 0;
}
div {
	display: block;
	overflow: hidden;
}
#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 url('../img/background-header.jpg') no-repeat 50px center;
}
#header h1 span, #header p {
	display: none;
}
#search {
	display: block;
	height: 28px;
/*	background: #d8dbe0 url('../img/background-search.jpg') no-repeat;*/
	background: #d8dbe0 url('../img/sinus-rhythm.jpg') no-repeat;
	border-bottom: 1px solid #000;
	text-align: right;
	line-height: 28px;
}
#search form b {
	letter-spacing: 1px;
	color: #00111F;
}
#search form input[type="text"] {
	font-size: 80%;
}
#search form input[type="image"] {
	margin-right: 1em;
	vertical-align: middle;
}
#content {
}
#content.home {
	background: transparent url('../img/stethoscope.jpg') no-repeat 800px bottom;
}
#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 {
	width: 165px;
	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;
}

