@charset "utf-8";
body  {
	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: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	background-color: #333333;
} 

 
a:link {
	color: #0099CC;
	text-decoration: none; font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
}
a {
	font-size: 12px;
	font-weight: normal;
}

.thrColFixHdr #container {
	background: #333333; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify;
} 

.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center top;
	font-size: 12px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #leftsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	height: 500px;/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 38px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;






margin: 5px
	  <div id="leftsidebar">
    <div align="left">
      <p><strong>Cosmetic Face Specialties</span></strong><br />
          <br />
          <a href="surg_face.html">Facelift</a><br />
          <a href="surg_browlift.html">Browlift</a><br />
          <a href="surg_eye.html">Eyelids</a><br />
          <a href="surg_lip.html">Lip Augmentation</a><br />
          <br />
          <a href="surg_fillers.html">Injectable Fillers<br />
         Juv&eacute;derm&trade;<br />
Sculptra&trade;<br />
Radiesse&trade;<br />
Restylane&reg;<br />
Perlane&reg;</a><br />
<br />
<a href="surg_botox.html">BOTOX&reg; Cosmetic</a><br />
<br />
<a href="skin_laser_intro.htm">Laser Skin Resurfacing</a><br />
<a href="skin_chem_text.htm">Chemical Peels</a><br />
<a href="surg_chin.html">Facial Implants</a><br />
 
}  
  
.thrColFixHdr #container {
	width: 808px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #003333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 100px;
	background-attachment: fixed;
	background-color: #FFFFFF;
} 

.thrColFixHdr #rightsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	text-align:left;
	color:#333333;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: 10px;
}
.thrColFixHdr #mainContent {
	margin: 10px 170px 10px 150px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	
	padding: 15px 20px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-left-width: thin;
	

} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
	font-size: 10px;
	background-color: #0099CC;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
.thrColFixHdr #container #mainContent h3 {
	color: #333333;
}
