* {margin: 0;
   padding: 0;
}

html {
	height: 100%;
	font-size:100.01%;
}
/*********body background image and color************/
body {
	height: 100%;
	font-size:1em;
	background-image: url('images/body_bg.jpg');
	background-repeat: repeat-y;
	background-color: #EFE9E5;
	background-position:  center 50%;
	font-family: Arial, Helvetica, sans-serif
}
#container {
	width: 789px;
	margin: 0px auto;
	background-color: #F6EBCF;
	font-size:.9em;
	background-image: url('images/container.jpg');
	background-repeat: repeat-y
}


#header {
	height: 160px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	position: relative
}

#subheader {
	height: 71px;
	background-image: url('images/sub_header.jpg');
	background-repeat: no-repeat
}

#maincontent {
	background-color: #FFFFFF;
	padding: 10px;
	float: right;
	width: 568px;
}

#left {
	width: 168px;
	float: left;
	background-color: #C3A204;
	padding-top: 15px;
	font-size: 0.8em;
	overflow: hidden;
	padding-bottom: 15px;
	color: #78A22F;
}

#footer {
	clear: both;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	height: 21px;
	font-size: 0.7em;
	padding-top: 10px;
	padding-left: 20px
}


/*********** doctor name links **********************************/
#doctorlist ul
{
	padding-left: 0;
	margin-left: 0;
	color: #581FD6;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url('images/linkbar_bg.jpg');
	font-weight: bold
}

#doctorlist ul li { display: inline; }

#doctorlist ul li a
{
	padding: 0.4em 1em;
	color: #581FD6;
	text-decoration: none;
	float: left;
	font-weight: bold;
	font-size: 15px;
	
}

#doctorlist ul li a:hover
{
	color: #C3A204;
}


/********doctor names end **********************************/




/********left navigation bar **********************************/
.leftnav {
	text-decoration: none;
}

.leftnav ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.leftnav a
{
	border-bottom:1px solid #C3A204; display: block;
	width: 158px;
	background-image: url('images/linkpanel.jpg');
	background-repeat: no-repeat;
	color: #78A22F;
	text-decoration: none;
	font-weight: bolder;
	padding-left:10px; padding-right:0; padding-top:4px; padding-bottom:4px
}



.leftnav a:hover
{
	color: #581FD6;
	background-image: url('images/linkpanel_hover.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF
}

/********left navigation bar end**********************************/




h1 {
	padding-top: 30px;
	font-size: 1.6em;
	color: #FFFFFF;
	text-align: right;
	margin-right: 20px;
	font-style: italic;
}
.headerlogo {
	clear: none;
	margin-top: -56px;
}

.doctornavbar {
	height: 30px;
	width: 533px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}


h2 {
	background-image: url('images/h2.jpg');
	background-repeat: no-repeat;
	font-size: 1.3em;
	height: 30px;
	padding-left: 40px;
	clear: left;
	color: #581FD6;
	font-style: italic;
	margin-bottom: 15px
} 

h3 {
	font-size: 1em;
	background-color: #785012;
	padding-left: 13px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: 15px;
	background-repeat: no-repeat;
	height: 18px;
}

p {
   margin: 7px;
} 

ul.generell {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 0.9em;
	color: #CC0000;
	list-style-image: url('images/arrow.gif');
} 

h4 {
	padding-top: 44px;
	font-size: 1.6em;
	color: #581FD6;
	text-align: left;
	margin-right: 20px;
	font-style: normal;
	font-weight: bold;
	padding-left: 250px;
}


/********Web page template copyright 2009 Brian Robichaud  www.brgraphicdesign.com **********************************/