﻿body
{
    text-align: center;
     

 
    background-image: url('images/background.png');
    background-repeat: repeat-x;
    background-color:#F3E8CA;
     
     margin: 0 auto;
     
}
img
{
    border: 0px;
}

#wrapper
{
    margin: 0 auto;
    width: 900px;
    height:100%;

   /* border: solid 1px #000000;*/
  
}
#header
{
    background-image: url('images/topbanner.png');
    background-repeat:no-repeat;
    height:100px;
     color:#000000;
    margin-left:20px;

}
#header img
{
    float:left;
    padding-top:15px;
}
#phonenumber
{
    
    padding-top:25px;
    float:left;
    color:#2E7298;
    font-size:35px;
    font-weight:bold;
    padding-left:80px;
    
    width:500px;
}
#phonenumber img
{
    float:right;
    margin-top:-15px;
}
#picture 
{
    background-image: url('images/picture3.png');
    background-repeat:no-repeat;
    height:260px;
    margin-top:30px;
    margin-bottom:0px;


}
#picture2 
{
    background-image: url('images/picture2.png');
    background-repeat:no-repeat;
    height:260px;
    margin-top:30px;
    margin-bottom:0px;


}
#picture1 
{
    background-image: url('images/picture.png');
    background-repeat:no-repeat;
    height:260px;
    margin-top:30px;
    margin-bottom:0px;


}
#menu 
{
    background-image: url('images/topbanner.png');
    background-repeat:no-repeat;
    height:40px;

    margin-left:20px;
    color:#000000;
}
h1
{
    color:#8DC63E;
}
h2
{
    color:#8DC63E;
}
#content 
{
   color:#000000;
    background-image: url('images/ortho.png');
    background-repeat:no-repeat;
    min-height:500px;
    padding-top:30px;
    background-color: #E9F3F5;

}
#contentleft
{
    float:left;
    width:600px;
    text-align:left;
      font-size:17px;
      margin-left:10px;
       background-color: #E9F3F5;
       margin-top:5px;
    /*  border-right:1px;
      border-right-color:#000000;
      border-right-style:solid;*/
      
}
#contentright
{
    float:right;
    width:249px;
    border:1px;
      border-color:#8CC742;
      border-style:solid;
      margin-top:15px;
      padding-bottom:10px;
      margin-right:5px;
       background-color: #E9F3F5;
  
}

ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}
li
{
    float:left;
    padding-left:100px;
    padding-top:3px;
}
ul a
{
     color:#000000;
    text-decoration:none;
}
ul a:hover
{
     color:#D0CACA;
    text-decoration:underline;
}

.list ul
{
    list-style-type:square;
    margin-left:10px;
    padding-left:50px;
}
.list li
{
    float:none;
     padding-left:0px;
    padding-top:0px;
    
    
}
#footer
{
    padding-top:5px;
    background-image: url('images/topbanner.png');
    background-repeat:no-repeat;
    height:40px;
    clear:both;
      margin-left:20px;
}

