body {
	background: #fff;
	font-family: Arial, Lucida Grande, Helvetica, sans-serif;
	}
	
* {
margin:0;
padding:0;
}

#topbar {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-left: 10px;
	width: 776px;
	height: 170px;
	background: url(images/orangeline.jpg) bottom no-repeat;
	}
	
#topbar img{
	border: 3px solid #D24400;
	}

#logo {
	display: block;
	float: left;
	height: 98px;
	width: 375px;
	margin-left: 30px;
	background: url(images/logo.jpg) no-repeat;
	}
	
#logo a {
	display: block;
	height: 98px;
	width: 375px;
	text-decoration: none;
	border: none;
	}
	
#address {
	color: #666;
	display: block;
	float: right;
	height: 98px;
	width: 200px;
	padding: 10px 0px 0px 70px;
	}

#navbar ul{
	display: block;
	width: 786px;
	height: 35px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	font-family: Verdana, Lucida Grande, Arial, Helvetica, sans-serif;
	}
	
#navbar ul li {
	display: block;
	float: left;
	height: 35px;
	padding: 0 18px;
	}
	
#navbar ul li a {
	display: block;
	height: 33px;
	padding: 2px 5px 0px 5px;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	border: 1px solid #fff;
	}
	
#navbar ul li a:hover {
	color: #D24400;
	font-size: 12px;
	background: url(images/navbkgd.jpg) repeat-x;
	border: 1px solid #ccc;
	}
	
#navbar ul li.home a {
	padding-top: 8px;
	height: 27px;
	}

#navbar ul li.home {
	width: 55px;
	}

#navbar ul li.office {
	width: 80px;
	}
	
#navbar ul li.doctor {
	width: 83px;
	}
	
#navbar ul li.services {
	width: 75px;
	}
	
#navbar ul li.forms {
	width: 80px;
	}
	
#navbar ul li.insurance {
	width: 89px;
	}
	
#navbar ul li.sameday {
	width: 105px;
	}
	
#navbar ul li.bulletin {
	width: 58px;
	}
	
#navbar ul li.contact {
	width: 70px;
	}
	
#content {
	display: block;
	width: 764px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border: 1px solid #ccc;
	padding: 10px;
	}
	
#content p {
	font-size: 14px;
	color: #333;
	padding: 5px 0px 10px 0px;
	}
	
#content img {
	border: 1px solid #666;
	margin: 8px 10px;
	}
	
#content a {
	text-decoration: none;
	color: #0066FF;
	}
	
#content a:hover {
	color: #D24400;
	}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #D24400;
	padding-top: 10px;
	}

h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
	padding-top: 10px;
	}
	
#copy {
	display: block;
	width: 786px;
	height: 35px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #666;
	font-size: 11px;
	}
	
ul.regularlist {
	margin: 0 0 15px 40px;
	list-style-type: none;
}

ul.regularlist li {
	background: url(images/checkmark.png) center left no-repeat;
	padding-left: 20px;
	margin: 5px 0;
	font-size: 14px;
}

#leftlinks {
	display: block;
	width: 100px;
	float: left;
	border-right: 1px dotted #FF9900;
	border-bottom: 1px dotted #FF9900;
	margin: 8px 10px 0px 0px;
	font-size: 12px;
}

#leftlinks ul {
	list-style-type: none;
}

#leftlinks ul li {
	padding: 0px 0px 4px 0px;
}
