html, body{
 margin:0; 
 padding:0; 
 text-align:center;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#333333;
} 
 
#pagewidth{ 
 width:790px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 border-left:1px solid #333333;
 border-right:1px solid #333333;
 background-color:white;
} 
 
#header{
 width:100%;
 background-color:white;
}

#lowertable{
	background-image:url(images/ringring_03.gif);


}
#phoneNumbers{
  float:left;

  padding:30px;
}
#phoneNumbers a{
  font-size:120%;
}


.hdricon{
    display:inline;
  float:right;
}
.hdrlogo{
    display:inline;
  float:left;
}
#nav_left{
 position:relative;
 float:left;
 background-color:#D9B6D7;
 width:525px;
 height:20px;
 line-height:20px;
 padding-left:10px;
 color:#FFFFFF;
 font-weight:bold;
} 
#nav_right{
 position:relative;
 float:right; 
 background-color:#336699;
 width:255px;
 text-align:right;
 height:20px;
 line-height:20px;
} 
 
#menucol{
 width:135px; 
 float:left; 
 position:relative;
 padding:30px 5px 10px 10px;
 background-color:#F4E3F3;
}
 
#contentcol{

 float:center;
 text-align:center;
 background-color:#D9B6D7;
 min-height:300px;
}

#content_title{
 height:20px;
 line-height:20px;
 font-size:16px;
 font-weight:bold;
 padding-left:10px;
}

#content_details{
 position:relative; 
 padding:10px 10px 10px 10px;
}

#content_introtext{
width:100%;
border:1px solid #339966;
 float:center;
text-align:center;
 padding:10px 10px 10px 10px;

}

#home_introtext{
 padding:10px 10px 10px 90px;
}

#footer{
 height:26px;
 line-height:20px;
 padding:0px 10px 0px 10px;
 border-bottom:1px solid #333333;
 background-color:#CC9DCA;
 color:#FFFFFF;
 font-size:10px;
}

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

