/* CSS Document */


#container
{
		position: relative;
		width: 800px;
		margin: auto;
}
		
#main-header
{
		background:url(../images/osterhout-header.jpg) no-repeat;
		height:225px;
}

#navigation
{
		float:left;
		width: 800px;
		top: 225px;
}

#navbar-left
{
		float:left;
		background:url(../images/navbar-left.jpg) no-repeat;
		width: 35px;
		height: 45px;
		top: 225px;
}

#navbar-right
{
		float:left;
		background:url(../images/navbar-right.jpg) no-repeat;
		width: 227px;
		height: 45px;
		top: 225px;
}

a.nav-about
{
	float:left;
	background:url(../images/about.jpg) no-repeat;
	width: 80px;
	height: 45px;
}

a:hover.nav-about
{
	background:url(../images/about2.jpg) no-repeat;
	width: 80px;
	height: 45px;
}

a.nav-about-active
{
	float:left;
	background:url(../images/about2.jpg) no-repeat;
	width: 80px;
	height: 45px;
}

a.nav-services
{
	float:left;
	background:url(../images/services.jpg) no-repeat;
	width: 118px;
	height: 45px;
}

a:hover.nav-services
{
	background:url(../images/services2.jpg) no-repeat;
	width: 118px;
	height: 45px;
}

a.nav-services-active
{
	float:left;
	background:url(../images/services2.jpg) no-repeat;
	width: 118px;
	height: 45px;
}

a.nav-maphours
{
	float:left;
	background:url(../images/maphours.jpg) no-repeat;
	width: 153px;
	height: 45px;
}

a:hover.nav-maphours
{
	background:url(../images/maphours2.jpg) no-repeat;
	width: 153px;
	height: 45px;
}

a.nav-maphours-active
{
	float:left;
	background:url(../images/maphours2.jpg) no-repeat;
	width: 153px;
	height: 45px;
}


a.nav-newpatient
{
	float:left;
	background:url(../images/newpatient.jpg) no-repeat;
	width: 187px;
	height: 45px;
}

a:hover.nav-newpatient
{
	background:url(../images/newpatient2.jpg) no-repeat;
	width: 187px;
	height: 45px;
}

a.nav-newpatient-active
{
	float:left;
	background:url(../images/newpatient2.jpg) no-repeat;
	width: 187px;
	height: 45px;
}


#main-body-1
{
	float:left;
	background-color: #FFFFFF;
	width: 495px;
	height: 1000px;
	padding-top:10px;
	padding-left:50px;
	padding-right:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
}

#main-body-divider
{
	float:left;
	background-color: #FFFFFF;
	width: 10px;
	height: 200px;
	background:url(../images/main-divider.gif);
}

#main-body-right
{
	float:left;
	background-color: #FFFFFF;
	width: 210px;
	height: 250px;
	background:url(../images/main-body-right.gif);
}

#aboutphoto {
	float:right;
	width:195px;
	height:239px;
	z-index:1;
	margin: 35px 0px 10px 10px;
}

.style1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.style2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
