html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color: #559977;
} 
 
#pagewidth{ 
 width:765px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:171px; 
  background-color:#FFFFFF;
  background-image: url(images/reliableartsheader_bg.gif);
  background-repeat:no-repeat; 
  width:100%;
} 
 
#leftcol{
	width:290px;
	float:left;
	position:relative;
	background-color: #006633;
	color: #FFFFFF;
	height: 565px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	overflow: auto;
	padding: 5px;
 }
 
 h1 {
	font: bold 14px Arial;
	color: #FFFFFF;
}
 
#maincol
{
	background-image: url(images/water_bg_550.jpg);
	float: right;
	display:inline;
	position: relative;
	width: 462px;
	height: 575px;
	overflow: auto;
 }
 
#footer{
    height:12px; 
    background-color:#004422;
   	color: #ffffff;
	font-family: Arial;
	font-size: 9px;
	padding: 2px;
	text-align: right;
    clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.greylinks 
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #AACCBB;
	text-decoration: none;
}
.greylinks:Hover 
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.dental-links 
{
	top: 5px;
	text-align: right;
	margin-right: 10px;
    font: bold 16px Arial;
	color: #FFFFFF;
}

.dentallinks 
{
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;

}
.dentallinks:Hover 
{
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.yellowtext 
{
	font: bold 14px Arial;
	color: #FFFF00;
	text-align: right;
	margin-right: 30px;
}

.seminars {
	text-align: right;
	margin-right: 30px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #FFFF00;
}

.seminarlinks 
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #AACCBB;
	text-decoration: none;
}
.seminarlinks:Hover 
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.hotline 
{
	margin-left: 270px;
}

.shipping 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 25px;
}

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
