@charset "UTF-8";
body {
	font: 1em Helvetica, Arial, sans-serif;
	background: #A8A8A8 url(../images/heart_skull_big.png) no-repeat right top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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 */
	color: #000000;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:link {
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
.oneColFixCtrHdr #container {
	width: 596px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-left: 0px;
	background: url(../images/tooth_logotype.png) no-repeat -1px -1px;
	border-top: none #000000;
	border-right: 3px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: none #000000;
	font: 1em/120% Helvetica, Arial, sans-serif;
}
.oneColFixCtrHdr #container #header #navbar {
	position: relative;
	top: 88px;
}
.oneColFixCtrHdr #header {
	height: 8em;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px;
	display: block;
	clear: left;
	float: left;
	width: 596px;
	margin-bottom: 1em;
}
.oneColFixCtrHdr #footer {
	padding: 1em;
	display: block;
	clear: left;
	float: none;
	margin-top: 1em;
	background: #666666;
}
.oneColFixCtrHdr #footer p {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	display: block;
	clear: both;
}
#setPromo {
	background: #000000 url(../images/lineupgroup.png) no-repeat right bottom;
	height: 238px;
	width: 594px;
	border: thin solid #FFFFFF;
	overflow: hidden;
	z-index: 200;
	margin-bottom: 1em;
}
#setPromoText {
	width: 330px;
	height: 236px;
	overflow: hidden;
	visibility: visible;
	z-index: 300;
	margin-top: -0.2em;
	vertical-align: text-top;
	margin-left: 1em;
}
#setPromoText H1 {
	font: bold 1.8em Helvetica, Arial, sans-serif;
	color: #FFF708;
	display: block;
	margin-bottom: 0em;
}
#setPromoText div {
	padding: -1em;
	margin: -1px;
	visibility: visible;
	top: -.2em;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: relative;
}
#setPromoText p {
	font: normal 1.3em/1.5em Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	white-space: normal;
}
.oneColFixCtrHdr #container #footer a {
	font: 0.7em Helvetica, Arial, sans-serif;
	color: #333333;
}
#mainContent h1 {
	font: bold 2em/110% Helvetica, Arial, sans-serif;
	background: #A8A8A8;
	padding: 0.5em 1em 0em 0.5em;
	text-align: left;
	border-top-style: dashed;
	border-width: thin;
	float: left;
	display: block;
	margin: 0px 0px 0.3em;
	clear: both;
}
#mainContent p {
	font: 1em/130% Helvetica, Arial, sans-serif;
	padding-left: 1em;
	text-align: left;
	display: block;
	float: left;
	width: 574px;
}
.imgLeft {
	display: block;
	border: thin solid #000000;
	width: auto;
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}
