.right {float:right; background:green}
.left {float:left; background:red}
.clear {clear:both;}
.main-img {margin-top:-20px;}
html { 
	background: #FFFFFF url(../img/bg.jpg) repeat-x;
}

body {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#top {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 75px;
	position: relative;
	background: #FFFFFF;
	text-align: center;
}

#top img { padding-top: 10px; padding-right: 0px }

#nav {
	margin: 0 auto;
	padding:0;
	width: 750px;
	height: 23px;
	min-height: 23px;
	max-height: 23px;
	position: relative;
	background: #454545;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul a { 
	text-decoration: none;
}

ul a:link, a:visited, a:active {
	color: #9C9C9C;
}

ul a:hover,a:focus {
	color: #FFFFFF;
	font-weight: normal; 
	text-decoration: none;
}

#navlist {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 150%;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 23px;
	min-height: 23px;
	max-height: 23px;
	position: relative;
	background: #454545;
}

#navlist, #navlist ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

#navlist a {
	display: block;
}

#navlist li {
	float: left;
	padding: 5px 0px 0px 35px;
}

#navlist li ul li {
	padding: 2px 5px 2px 5px;
}

#navlist li ul {
	position: absolute;
	background: #454545;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #CFCFCF;
	z-index: 1;
}

#navlist li:hover ul, #navlist li.sfhover ul {
	left: auto;
}

#navlist a:link, #navlist a:visited, #navlist a:active {
	color: #9C9C9C;
}

#navlist a:hover, #navlist a:focus {
	color: #FFFFFF;
	background-color: #454545;
	font-weight: normal; 
	text-decoration: none;
}

#dock {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 206px;
	background: #F5F4F2 url(../img/dock.jpg) no-repeat;
	clear: left; /* for drop-down */
	z-index: 0; /* for drop-down */
}

#content {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #FFFFFF;
	text-align: center;
}

#content_ {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	position: relative;
	background: #F5F4F2;
	padding-bottom: 30px;
	text-align: left;
}

#copyright {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #A4D946;
	text-align: center;
	clear: both;
}

#copyright_ {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 38px;
	position: relative;
	background: #CFCFCF;
	text-align: center;
}

#copyright_ img {
	margin-left: 0;
	display: block;
	border: 0;
	float: left;
}

#boxes, #boxes_, #testimonials {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background: #F5F4F2;
	overflow: auto;
}

#intro {
	margin: 0;
	padding-top: 55px;
	float: left;
	width: 250px;
	background: #F5F4F2;
	position: relative;
}

#dentists, #comfortable, #patients, #predictable, #cosmetic {
	margin: 0;
	padding: 0;
	float: left;
	width: 250px;
	background: #F5F4F2;
	position: relative;
}

#intro .content, #dentists .content, #patients .content, #comfortable .content, #predictable .content, #cosmetic .content {
	text-indent: 0px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 0px;
	text-align: left;
}

#dentists h1, #patients h1, #comfortable h1, #predictable h1, #cosmetic h1 {
	padding-top: 30px;
}

#testimonial_l, #testimonial_r {
	margin: 0;
	padding: 0;
	float: left;
	width: 350px;
	background: #F5F4F2;
	position: relative;
}

#testimonial_l img, #testimonial_r img {
	padding: 0px 25px 25px 25px;
	float: left;

}

#testimonial_l span, #testimonial_r span {
	clear: both;
}