@charset "utf-8";
/* CSS Document */

body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #fefefe;
background-image: url(../img/dentists/body_bg.jpg);
background-repeat: repeat-x;
font-family: Helvetica, Arial, sans-serif;
}

/* Main Layout */

#Wrap {
width: 855px;
height: auto;
margin: 0 auto;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
}

#Header {
width: 855px;
height: 189px;
float: left;
background-image: url(../img/dentists/header.jpg);
background-repeat: no-repeat;
}

#Menu {
width: 855px;
height: 29px;
float: left;
}

#Content {
width: 815px;
height: auto;
float: left;
padding: 20px;
background-color: #fefefe;
}

#Content_Treatments {
width: 815px;
height: auto;
float: left;
padding: 20px;
background-color: #fefefe;
background-image: url(../img/dentists/treatments_bg.jpg);
background-repeat: no-repeat;
}

/* Font */

.header {
color: #de6cff;
font-size: 40px;
font-weight: bold;
font-family: "Century Gothic";
}

.subheader {
color: #de6cff;
font-size: 18px;
font-weight: bold;
}

.bodyfont {
color: #de6cff;
font-size: 12.5px;
line-height: 20px;
}

.bodyfont_grey {
color: #999999;
font-size: 12.5px;
line-height: 20px;
}

