body {
    margin: 0px;
    padding: 0px;
    background-color: #A38CB4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-y;
}

/* links */

a:link {
    text-decoration: none;
    color: #999899;
    font-weight: bold;
}

a:visited {
    text-decoration: none;
    color: #999899;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #9E005D;
    font-weight: bold;
}

img {
    border: 0px;
}


/* div styles */

#logobg {
    position: absolute; top: 0px; left: 0px;
    width: 239px;
    height: 165px;
    border-top: 2px solid #A38CB4;
    text-align: center;
    background-image:  url(../images/logobg.gif);
}

#logobg img {
    padding-top: 55px;
}

#navbg {
    position: absolute; top: 0px; left: 239px;
    width: 530px;
    height: 165px;
    border-top: 2px solid #C8BAD2;
    background-image:  url(../images/navbg.jpg);
}

#dentistry {
    /*position: absolute; top: 120px; left: 10px;*/
	position: absolute; top: 120px; left: 153px;
    width: 133px;
    height: 37px;
    padding-left: 5px;
    border-left: 2px solid #A38CB4;
    font-family: Arial, Helvetica, sans-serif;
    color: #7C6B89;
    font-weight: bold;
}

#dentistry:hover {
    background-color: #FFFFFF;
}

#commercial {
    position: absolute; top: 120px; left: 153px;
    width: 133px;
    height: 37px;
    padding-left: 5px;
    border-left: 2px solid #A38CB4;
    font-family: Arial, Helvetica, sans-serif;
    color: #7C6B89;
    font-weight: bold;
	display:none;
}

#commercial:hover {
    background-color: #FFFFFF;
}

#contact {
    position: absolute; top: 120px; left: 296px;
    width: 133px;
    height: 37px;
    padding-left: 5px;
    border-left: 2px solid #A38CB4;
    font-family: Arial, Helvetica, sans-serif;
    color: #7C6B89;
    font-weight: bold;
}

#contact:hover {
    background-color: #FFFFFF;
}

#home {
    position: absolute; top: 120px; left: 439px;
    width: 81px;
    height: 37px;
    padding-left: 5px;
    border-left: 2px solid #A38CB4;
    font-family: Arial, Helvetica, sans-serif;
    color: #7C6B89;
    font-weight: bold;
}

#home:hover {
    background-color: #FFFFFF;
}

#header {
    position: absolute; top:165px; left:0px;
    width:769px;
    height: 128px;
    border-top: 2px solid #D1C5D9;
    border-bottom: 2px solid #D1C5D9;
}

#body {
    position: absolute; top:297px; left: 0px;
    width: 769px;
    background-color: #FFFFFF;
    text-align: center;
}

#bodycopy {
    margin: 0px auto;
    padding-bottom: 60px;
    width: 500px;
    text-align: justify;
    line-height: 1.5em;
}

#footer {
    position: absolute; bottom: 2px; left: 0px;
    width: 769px;
    text-align: center;
    color: #7C6B89;
}

#footerimg {
    position: absolute; bottom: 18px; left: 0px;
    width: 100%;
    background-image: url(../images/footer.gif);
    background-repeat: repeat-x;
}

#movimg {
    margin: 0px auto;
    padding-bottom: 60px;
    width: 500px;
    text-align: center;
}

#movimg img {
    padding-bottom: 10px;
    margin: 0px;
}

#bodycopy2 {
    margin: 0px auto;
    padding-bottom: 10px;
    width: 500px;
    text-align: justify;
    line-height: 1.5em;
}

h1 {
    padding-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #A38CB4;
}

h2 {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #A38CB4;
}

h3 {
    padding-bottom: 5px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #A38CB4;
}
