body
{
	background-image: url(background.jpg);
	background-position: top center;
	font-family: arial, sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}

#container
{
	background-image: url(frame.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 20px auto 0 auto;
	min-width: 1000px;
}

#header
{
	margin: 0 auto 0 auto;
	width: 1000px;
}

#header h1
{
	background-image: url(logo.png);
	background-repeat: no-repeat;
	height: 406px;
	margin: -20px 0 0 -200px;
	position: absolute;
	width: 477px;
	z-index: 1;
}

#header h1 span
{
	display: none;
}

#header p.subtitle
{
	background-image: url(title.png);
	background-position: bottom;
	background-repeat: no-repeat;
	float: right;
	height: 95px;
	margin: 0;
	padding: 0 25px 0 0;
	width: 585px;
}

#header p.subtitle span
{
	display: none;
}

#navigation
{
	margin: 0 auto;
	padding-top: 99px;
	position: relative;
	width: 1000px;
}

#navigation ul
{
	background-image: url(navbg.png);
	background-repeat: repeat-x;
	border: 1px solid #000;
	height: 37px;
	margin: 0;
	padding-left: 200px;
}

#navigation li
{
	display: block;
	float: left;
	position: relative;
	line-height: 37px;
	z-index: 2;
}

#navigation a
{
	font-size: 10pt;
	color: #d3b462;
	display: block;
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
}

#content
{
	margin: 0 auto;
	width: 1000px;
}

#content h2
{
	color: #685e42;
	font-size: 11pt;
}

body.home #content div.left
{
	background-image: url(clinics-left.png);
	background-repeat: no-repeat;
	border: 1px solid #000;
	border-color: #000;
	border-style: solid;
	border-width: 1px 1px 2px 2px;
	float: left;
	height: 503px;
	width: 497px;
}

body.home #content div.right
{
	background-image: url(clinics-right.png);
	background-repeat: no-repeat;
	border-color: #000;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	float: right;
	height: 483px;
	padding: 10px;
	width: 477px;
}

#footer
{
	background-image: url(footer.png);
	background-position: center center;
	background-repeat: no-repeat;
	clear: both;
	height: 100px;
	margin: 0 auto;
	width: 766px;
}
