body {
	font: 12px Tahoma, Arial, sans-serif;
	line-height: 1.7em;
	color: #003366;
	overflow-x: hidden;
	margin: 0 0 0 0;
	background:url(images/bg.jpg) no-repeat;
}

/* basic layout */
#content {
margin: 10px auto;
width: 100%
}

#tablist{
	padding: 2px;
	margin: 0 0 0 0;
	float: left;
	width:800px;
	font-size:10px;
}
	#tablist li{
	list-style: none;
	display: inline;
	}
	
	#tablist li a{
	text-decoration: none;
	padding: 6px 20px 7 20;
	background: #a3bac0 url(images/corner.gif) no-repeat top right;
	font-weight: bold;
	color: #fff;
	margin:0 0 0 0;
	}
	#tablist li a:hover{
	background: url(images/bg.gif) no-repeat top right;
	color: #000;
	text-decoration: none;
	padding: 6px 20px 7 20;
	font-weight: bold;
	margin:0 0 0 0;
	}
	
	#tablist li a.current{
	background: #99ccff url(images/curcorner.gif) no-repeat top right;
	color: #000;
	padding: 6px 20px 7 20;
	text-decoration: underline;
	margin:0 0 0 0;
	}

/* main menu topics */
#topics {
	clear: left;
	float: left;
	width: 100%;
	background: #99ccff url(images/topicsbg.gif) repeat-x left bottom;
	padding: 15px 10px;
	margin: 0 0 0px 0;
	color: #fff;
	height: auto;
	font-size: 24px;
	font-weight: bolder;
}

/* left side */
#left {
	float: left;
	width: 98%;
	margin: 0 0 10px 0;
}
	.contact {
	margin: 0 0 0 0;
	padding: 0px;
	color: #000;
	border-bottom: 1px solid #000;
	width: 100%;
	text-align: center;
	}
	.left_articles {
	margin: 0px 0 10px 20;
	color: 335577;
	padding: 25px 15px 15px 25px;
	width: 93%;
	font-size: 12px;
	background: #fff url(images/close.jpg) no-repeat bottom right;
}

	.staff {
	margin: 0px 0 10px 0;
	color: 335577;
	padding: 20px 15px 15 10px;
	width: 94%;
	font-size: 12px;
	background: #fff url(images/close.jpg) no-repeat bottom right;
	float: left;
}	
	
		.bigimage {
	clear: left;
	border: 1px solid;
	background: fff;
	color: #000;
	margin: 0 25px 5px 0;
	padding: 6 6 6 6;
	border-color: #0C39A5;
	float: left;
	}
		.OMPTimage {
	clear: right;
	border: 1px solid;
	background: fff;
	color: #000;
	margin: 0 50px 5px 0;
	padding: 6 6 6 6;
	border-color: #0C39A5;
	float: right;
	}
		.patientimage {
	float: left;
	clear: left;
	border: 1px solid;
	background: fff;
	color: #000;
	margin: 0 15px 5px 0;
	padding: 6 6 6 6;
	border-color: #0C39A5;
	}
		.contactimage {
	float: left;
	clear: left;
	background: fff;
	color: #000;
	margin: 0 15px 5px 0;
	padding: 6 6 6 6;
	border-color: #fff;
	}
		.inlayimage {
	border: 1px solid;
	background: fff;
	color: #000000;
	margin: 0 20 15 20;
	padding: 6 6 6 6;
	float: left;
	border-color: #0C39A5;
		}

/* footer */
#footer {
	clear: both;
	color: #336699;
	background: #fff;
	padding: 0 0;
	border-top: 1px solid #336699;
	font-size: 12px;
	border-bottom: 1px solid #336699;
}
		.crossfade {
	font-size: 9px;
	text-align: center;
		}
