body {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-y;
}
#logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	float: right;
}
#navbar {
	position: absolute;
	height: 300px;
	width: 132px;
	left: 35px;
	top: 175px;
}
#surgeons {
	position: absolute;
	height: 158px;
	width: 164px;
	left: 46px;
	top: 11px;
}
#spacer1 {
	float: left;
	height: 60px;
	width: 60px;
}
h1 {
	padding: 5px;
}

#main_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	position: absolute;
	left: 205px;
	top: 112px;
}
.float_left {
	margin: 5px;
	float: left;
}
.float_right {
	margin: 5px;
	float: right;
}
.clear_it {
	clear: both;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

