*
{
 margin: 0px;
 padding: 0px; 
}

body
{
 background: #4E4E4E;
 text-align: center;
 font-family: arial;
 font-size: 12px;
 color: #333333;
 line-height: 1.5;
}

#maincontainer
{
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 //background: #FFFFFF;
 background: url("bodyback.jpg");
 background-repeat: repeat-y;
}

#headarea
{
 height: 125px;
 background: url("cosmetic-surgery.jpg");
 width: 800px;
 height: 125px;
}

#theleft
{
 float:left;
 width: 170px;
 background: #E1F5AB;
 display: inline;
}

#middleandright
{
 float: left;
 display: inline;
}

#themiddle
{
 float: left;
 /*border: 1px solid #AAAAAA;*/
 margin-left: 15px;
 /*width: 316px;*/
 width: 260px;
 padding-top: 15px;
 display: inline;
}

#themiddle a
{
 color: #0284D4;
 text-decoration: none;
}

#themiddle h1,h2
{
 color: #333333;
 font-size: 18px;
 font-weight: normal;
 line-height: 1;
 margin-bottom: 12px;
}

#themiddle h3
{
 color: #333333;
 font-size: 12px;
 font-weight: normal;
 line-height: 1;
 margin-bottom: 5px;
 padding: 0px;
}

#themiddle h4
{
 color: #333333;
 font-size: 12px;
 font-weight: bold;
 line-height: 1;
 margin-bottom: 5px;
 padding: 0px;
}

div#listcontainer
{
 /*border: 1px solid #000;*/
 /*width: 160px;*/
 /*font-size: .75em;*/
 margin: 0px;
}

div#listcontainer ul
{
 /*border: 1px solid red;*/
  margin: 0 0 3.5 1.25em;
 padding: 0;
 list-style-image: url("bullet.jpg");
 }

* html div#listcontainer ul
{
 list-style-image: url("bulletie.jpg");
 }
  
div#listcontainer li
{
 /*border: 1px solid green;*/
 margin: 0px 0 0 0; padding: 5px 0 0 0;
}


#themiddle p
{
 margin-bottom: 15px;
}

#theright
{
 float: left;
 /*border: 1px solid #AAAAAA;*/
 /*width: 280px;*/
 width: 336px;
 margin-left: 15px;
 padding-top: 15px;
 display: inline;
}

#nav-holder
{
 background: #D1B5E1;
 margin-left: 15px;
 margin-top: 30px;
 width: 145px;
}

#nav-top
{
 width: 145px;
 height: 25px;
 background: url("nav-top.gif");
}

#nav-bottom
{
 width: 145px;
 height: 25px;
 background: url("nav-bottom.gif");
}

#nav-left a
{
 text-decoration: none;
color: #636363;
 display: block;
 /*height: 25px;*/
 padding-top: 7px;
 padding-bottom: 7px;
 padding-left: 15px; 
 border-bottom: 1px solid #FFFFFF;
 line-height: 1;
}

#nav-left a:hover
{
 background: #BC92D3;
}

#nav-left ul
{
 margin-left: 0px;
 padding: 0px;
 list-style-type: none;
 width: 100%;
}

#nav-left li
{
 display: inline;
}

.clr
{
 clear: both;
}

#footer
{
 float: left;
 display: inline;
 margin-left: auto;
 margin-right: auto;
 padding-top: 30px;
 background: url("bodyback.jpg");
 background-repeat: repeat-y;
 width: 800px;

 
}

#footerinner
{
 margin-left: 185px;
 border-top: 1px solid #BBBBBB;
 width: 600px;
 color: #BBBBBB;
 padding-top: 5px;
}

#footerinner a
{
 color: #BBBBBB;
 text-decoration: none;
}

#footerinner a:hover
{
 color: #777777;
}