@charset "utf-8";
/* CSS Document */

/* This document is used for styles which only apply to individual pages. */

/* HOME PAGE */

#home_main{
background-image:url(../images/home_main.png);
background-repeat:no-repeat;
height:512px;
width:606px;
font-family: papyrus, "Times New Roman", arial, Times, serif;
font-weight:600;
color:#3b3c3b;
}


/* MODALITIES PAGE */

/* places background image at top of content area. */
#mod_top{
background-image:url(../images/mod_top.png);
background-repeat:no-repeat;
height:143px;
width:606px;
}

/* repeats a background to fill in overflow areas of content area. */
#mod_bg{
background-image:url(../images/mod_bg.png);
background-color:#eaf2ee;
width:606px;
}

/* places content background image at bottom of content area. */
#mod_bg_footer{
background-image:url(../images/mod_bg_footer.png);
background-repeat:no-repeat;
background-position:bottom;
height:369px;
width:606px;
}

#mod_treat_top{
background-image:url(../images/mod_treat_top.png);
background-repeat:no-repeat;
height:24px;
width:263px;
}

#mod_treat_bottom{
background-image:url(../images/mod_treat_bottom.png);
background-repeat:no-repeat;
height:25px;
width:263px;
}

#treatment_description{
font-family: papyrus, "Times New Roman", arial, Times, serif;
color:#3b3c3b;
}


/* ABOUT PAGE */

#about_main{
background-image:url(../images/about_main.png);
background-repeat:no-repeat;
width:606px;
height:512px;
font-family: papyrus, "Times New Roman", arial, Times, serif;
color:#3b3c3b;
}


/* FEEDBACK WINDOW */

#feedback_main{
background-image:url(../images/feedback_main.png);
background-repeat:no-repeat;
background-color:#eaf2ee;
width:450;
height:490;
font-family: papyrus, "Times New Roman", arial, Times, serif;
font-size:16px;
font-weight:600;
color:#3b3c3b;
}


/* CONTACT PAGE */

#contact_main{
background-image:url(../images/contact_main.png);
background-repeat:no-repeat;
width:606px;
height:512px;
font-family: papyrus, "Times New Roman", arial, Times, serif;
color:#3b3c3b;
}