* {
	margin: 0;	
}
.centering 	{
	background-image: url(../images/bottom-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 30px 0px 30px;
	text-align: left;
	margin: 0 auto -50px auto;
	width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header {
	margin: 0px; padding: 0px;
	height: 250px;
	background-image: url(../images/header-left.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 10px;
}
#header .right {
	margin: 0px; padding: 0px;
	height: 250px;
	background-image: url(../images/header-right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.main {
	clear: both;
	padding-top: 50px;
	_padding-top: 20px;
}
.main p {
	line-height: 1.5em;
	padding-bottom: 10px;
}
.main .flash {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	border: 1px solid #000;
}
.main #rightcol {
	float: left;
	padding-left: 50px;
	width: 300px;	
}
.footer {
	float: none;
	clear: both;
	background-color: #000;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 50px;
}
.push {
	height: 50px;	
}
#footer a {
	text-align: left;
	color: white;
	text-decoration: none;
visibility: hidden;
}
.floatleft {
	float: left;
	width: 300px;
}
#break {
	padding: 10px 0px 20px 0px;
	border-bottom: 1px solid black;
	clear: both;
}
#thumbs img {
	float: left;
	border: 1px solid #000;
	padding: 5px;
	margin: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	background-color: #ffeaa2;	
}
.implant {
	width: 700px;	
	padding-bottom: 30px;
}
.implant p {
	padding-top: 10px;
	padding-bottom: 10px;	
}
.implant ul li {
	padding: 10px;
}
.implant h4 {
	padding-top: 10px;
	padding-bottom: 20px;	
}