body, p, h1, h2, h3, h4, h5, ul, li {
	margin:0;
	padding:0;
}

/* begin css */

body {
	font-family:"Arial";
	background: #fff url(images/bg.gif) repeat-x;
	text-align: center;
}

body.blue {
	background: #d2e8ef url(images/bg.gif) repeat-x fixed;
	}

br.clearFloat, li.clearFloat {
	display:block !important;
	float:none !important;
	height:0 !important;
	line-height:0 !important;
	font-size:1px !important;
	clear:both !important;
}

table {
	width: 275px;
	border: solid 1px #ccc;
	margin: 20px;
	float:right;
	background: #fcfcfc;
	}
	
table td {
	padding:5px;
	}

a img {
	border: none;
	}

#lol img {
	margin: 0 !important;
}

#header {
	width:870px;
	height: 71px;
	margin: 0 auto;
	overflow: hidden;
	background:url(images/header.gif);
	margin-top: 35px;
	}
	
#nav {
	width:836px;
	height:23px;
	list-style: none;
	margin:3px auto;
	}
	
#nav li {
	float:left;
	height:23px;
	}
	
#nav li a {
	display: block;
	height: 21px;
	}
	
#nav li.home {width:62px}
#nav li.drneuwirth {width:84px}
#nav li.staff {width:61px}
#nav li.services {width:84px}
#nav li.appointments {width:128px}
#nav li.financial {width:95px}
#nav li.testimonials {width:120px}
#nav li.contact {width:110px}

#nav li.home a {width:62px; background: url(images/home.gif)}
#nav li.drneuwirth a {width:84px; background: url(images/drneuwirth.gif)}
#nav li.staff a {width:61px; background: url(images/staff.gif)}
#nav li.services a {width:84px; background: url(images/services.gif)}
#nav li.appointments a {width:128px; background: url(images/appointments.gif)}
#nav li.financial a {width:95px; background: url(images/financial.gif)}
#nav li.testimonials a {width:120px; background: url(images/testimonials.gif)}
#nav li.contact a {width:110px; background: url(images/contact.gif)}

#nav li.home a:hover {background: url(images/home-b.gif)}
#nav li.drneuwirth a:hover {background: url(images/drneuwirth-b.gif)}
#nav li.staff a:hover {background: url(images/staff-b.gif)}
#nav li.services a:hover {background: url(images/services-b.gif)}
#nav li.appointments a:hover {background: url(images/appointments-b.gif)}
#nav li.financial a:hover {background: url(images/financial-b.gif)}
#nav li.testimonials a:hover {background: url(images/testimonials-b.gif)}
#nav li.contact a:hover {background: url(images/contact-b.gif)}

#flashcontent {
	width:836px;
	height:472px;
	margin:0 auto 20px auto;
	}
	
#page {
	width: 836px;
	margin:0 auto;
	text-align: left;
	}
	
#page #main {
	float: left;
	width: 607px;
	background: #fff;
	color: #444;
	padding-bottom: 40px;
	}
	
#page #main h1 {
	padding: 20px 20px 0 20px;
	color:#3e7a95;
	}
	
#page #main h2 {
	padding: 20px 20px 0 20px;
	color:#333;
	font-weight: normal;
	letter-spacing: -1px;
	}
	
#page #main p, #page #main address {
	padding: 20px 20px 0 20px;
	font-size: 14px;
	line-height: 1.5em;
	}
		
#page #main ul {
	padding: 20px 20px 0 20px;
	font-size: 14px;
	line-height: 1.5em;
	margin-left:3em;
	}
	
#page #main img {
	float:left;
	margin: 20px 20px 10px 20px;
	}
	
#page #main hr {
	border: none;
	border-top: solid 1px #ccc;
	display: block;
	height: 1px;
	margin: 20px 20px 0 20px;	
	}
	
.imgLeft {
	margin:20px 20px 10px 20px;
	float:left;
	}
	
.imgRight {
	margin:20px 20px 10px 20px;
	float:right;
	}
	
#page #sidebar {
	float:right;
	width: 229px;
	padding-bottom:40px;
	}
	
#page #sidebar form {
	width: 229px;
	color:#444;
	}
	
#page #sidebar form h1 {
	font-size: 20px;
	color:#3e7a95;
	padding: 20px 20px 0 20px;
	}
	
#page #sidebar form h2 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 10px 20px 0 20px;
	}
	
#page #sidebar form label {
	font-size: 12px;
	font-weight: normal;
	padding: 10px 20px 0 20px;
	display:block;
	}

#page #sidebar form input, #page #sidebar form textarea {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 20px 0 20px;
	}



	
#footer {
	margin:0 0 0 0;
	padding: 10px 0;
	border-top: groove 2px #fff;
	color: #666;
	background: #fff url(images/footerBG.gif) repeat-x;
	width: 100%;
	}

body.blue #footer {
	background: #fff url(images/footerBG2.gif) repeat-x bottom;
	}
	
#footer div {
	margin:0 auto;
	width:836px;
	}
	
#footer address {
	width: 49%;
	float: left;
	text-align: left;
	}
	
#footer p {
	float:right;
	width: 49%;
	text-align: right;
	}

