/* Paul Bozzo Dentistry - layout - paulbozzodds.com */
/* Developed by Jan A. Allinder - Digital Imaging Group - http://www.digllc.net */
/* Last update: 05 June, 2006. */

/*  Establish general layout parameters */
/* Created for Paul Bozzo DDS */
/* http://www.paulbozzodds.com */
/* Site Design © 2009 DIG */
/* Digital Imaging Group http://www.dig.us.com */
/* Version 1.1 - Last Modified: 21 October, 2009 */

body {
	background-color: #6F6C60;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
span.smaller {
	font-size: smaller;
}
span.lessemphasis {
	color: #cccccc;
}
#wrapper{
font-family: Verdana, Arial, Helvetica, sans-serif;
width:750px;
margin: 0 auto;
color:#ffffff;
background-color: #6F6C60;
border: 1px solid #5d5b51;
}
html>#wrapper{margin: 0 auto;}

.clearer{clear:both;height:0;line-height:0;}
/* Top Menu bar */
table.content {
	text-align: left;
}
#menu {
	background-color:#827f70;
	color: #ffffff;0	border-bottom: 1px solid #999;
}

/* Side menu bar */
#sidemenu {
	background-image: url(p7pmm/img/pmm_carbon_vroot.jpg);
	border-left: 1px solid #5d5b51;
	width: 167px;
	background-repeat: repeat;
}
#main h1 { 
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 8px 10px 10px 10px;
}
#main h2 { 
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #E5C74D;
	margin: 8px 10px 8px 10px;
}
#main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #474747;
	margin: 8px 10px 10px 10px;
	line-height: 1.25;
}
#main ul {
	margin: 12px 0 14px 0;
}
#main li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #474747;
	margin: 8px 0px 8px 10px;
	line-height: 1.25;
}
strong {
	font-weight: bolder;
}
#main {
	vertical-align: top;
	background-color: #474747;
}
#main a:link, #main a:visited, #main a:active {
	color: #E5C74D;
	border: 0px;
}
#main a:hover {
	color: #FFF3B9;
	border: 0px;
}
img.floatright {
clear:left;
float:right;
margin:5px 0px 5px 8px;
}
img.floatleft{
clear:right;
float:left;
margin: 5px 8px 5px 0px;
}
table {
border-collapse: collapse;
}
table.floatlt {
margin: 5px 5px 5px 0px;
clear:right;
float: left;
}
#footer { 
	padding: 8px 10px 6px 10px;
	font-size: 7pt;
	color:  #fff3b9;
	background: #827f70 url(graphics/footerBG.jpg) no-repeat top left;
} 
#footer a:link, #footer a:visited, #footer a:active{
	color: #fff3b9;
	text-decoration: underline;
}
#footer a:hover{ color: #ffffff; text-decoration: underline; }
#footer .alignrt {
	margin: 2px 6px 2px 0px;
	float: right;
}
#footer .alignlt {
	margin: 2px 0px 2px 6px;
	float: left;
}
#footer .alignctr {
	margin: 4px auto 0 auto;
	text-align: center;
}
