body {
	
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(images/yellowbacktall.gif) repeat-x;
}

a {
	color: navy;
}

a:hover {
	color: silver;
	text-decoration: underline;
}

p {
	margin: 5px;
	font-size: 85%;
}

h1 {
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 175%;
}

#content h5 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 115%;
}

h6 {
	font-size: 100%;
}

#wrapper {
	width: 800px;
	margin: auto;
	background-color: white;
	border-style: solid;
	border-width: 2px;
}

#header {
	border: 1px solid;
	height: 200px;
	background: url(images/feelgoodheaderanimated.gif)}

#header2 {
	border: 1px solid;
	height: 200px;
	background-image: url(images/feelgoodheader.jpg);
}

#headerlogo {
	margin: 0;
	position: relative;
	padding-top: 115px;
	padding-right: 575;
}

#navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 25px;
	background-color: #FF7F00;
	border-bottom: solid 1px;
	border-left: solid #000 1px;
}

li#home {
	display: inline;
}

li#home a {
	float: left;
	width: 54px;
	height: 25px;
	background: url(images/buttons/home1.jpg) no-repeat;
}

li#home a:hover {
	background: url(images/buttons/home2.jpg) no-repeat}

li#sonarprocedure {
	display: inline;
}

li#sonarprocedure a {
	float: left;
	width: 164px;
	height: 25px;
	background: url(images/buttons/sonarprocedure1.jpg) no-repeat;
}

li#sonarprocedure a:hover {
	background: url(images/buttons/sonarprocedure2.jpg) no-repeat}

li#docs {
	display: inline;
}

li#docs a {
	float: left;
	width: 108px;
	height: 25px;
	background: url(images/buttons/meetdocs1.jpg) no-repeat;
}

li#docs a:hover {
	background: url(images/buttons/meetdocs2.jpg) no-repeat}

li#testimonial {
	display: inline;
}

li#testimonial a {
	float: left;
	width: 140px;
	height: 25px;
	background: url(images/buttons/testimonial1.jpg) no-repeat;
}

li#testimonial a:hover {
	background: url(images/buttons/testimonial2.jpg) no-repeat}

li#patientinfo {
	display: inline;
}

li#patientinfo a {
	float: left;
	width: 118px;
	height: 25px;
	background: url(images/buttons/patientinfo1.jpg) no-repeat;
}

li#patientinfo a:hover {
	background: url(images/buttons/patientinfo2.jpg) no-repeat}

li#contact {
	display: inline;
}

li#contact a {
	float: left;
	width: 85px;
	height: 25px;
	background: url(images/buttons/contact1.jpg) no-repeat;
}

li#contact a:hover {
	background: url(images/buttons/contact2.jpg) no-repeat}

li#faq {
	display: inline;
}

li#faq a {
	float: left;
	width: 44px;
	height: 25px;
	background: url(images/buttons/faq1.jpg) no-repeat;
}

li#faq a:hover {
	background: url(images/buttons/faq2.jpg) no-repeat}


li#navline {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 5px;
	float: left;
}

#sidebar {
	float: right;
	width: 200px;
	text-align: left;
	font-size: 85%;
}

#subnav a {
	font-size: 95%;
	color: navy;
}

#subnav a:hover {
	color: silver;
	text-decoration: underline;
}

#content {
	text-align: left;
	width: 573px;
	margin: 0;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: dashed 1px #ccc;
}

#footer {
	height: 60px;
	padding-top: 20px;
	padding-bottom: 1px;
	text-align: center;
	color: #000;
	clear: both;
	background: url(images/greengrass.gif) repeat-x 0 bottom;
}

#footer a {
	font-size: 95%;
	color: navy;
}

#footer a:hover {
	color: silver;
	text-decoration: underline;
}