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

body{
background-image:url(images/background.jpg);
margin:0px;


}

.navtext A:link {text-decoration: none; color:#FFFFFF}
.navtext A:visited {text-decoration: none; color:#FFFFFF}
.navtext A:active {text-decoration: none; color:#FFFFFF}
.navtext A:hover {text-decoration: underline; color:#FFFFFF } 

.navtext{ 
padding-top:5px

}

A:link {text-decoration: none; color:#283891}
A:visited {text-decoration: none; color:#283891}
A:active {text-decoration: none; color:#283891}
A:hover {text-decoration: underline; color: #283891;}

#wrapper{
width:997px;
margin:auto;
padding-top:10px

}

#header{
background-image:url(images/header.png);
width:997px;
height:195px;

}

#nav{
height:30px;
width:971px;
background-color:#79271A;
margin-left:6px;



}


#nav-drop{
height:30px;
width:20px;
background-image:url(images/dropshadow.png);
margin-left:971px;
margin-top:-25px




}

.Header{
text-align:center;
font-family:"Times New Roman", Times, serif;
font-size:16px; 
color:#FFFFFF;
padding-top:5px;
font-weight:bold;

}

.main-text{
text-align:left;
font-family:"Times New Roman", Times, serif;
font-size:18px;
font-style:regular; 
color:#603913;
padding-top:5px;
padding-left:30px;
padding-right:40px;
line-height:20px

}

#body-home{
background-image:url(images/home_bottom.png);
background-repeat:no-repeat;
height:486px;
width:997px;

}


#body-acupuncture{
background-image:url(images/acupuncture_bottom.png);
background-repeat:no-repeat;
height:1152px;
width:997px;

}


#body-community{
background-image:url(images/clinic_bottom.png);
background-repeat:no-repeat;
height:522px;
width:997px;

}


#body-contact{
background-image:url(images/contact_bottom.png);
background-repeat:no-repeat;
height:954px;
width:997px;

}


#body-events{
background-image:url(images/events_bottom.png);
background-repeat:no-repeat;
height:1275px;
width:997px;

}

#body-gifts{
background-image:url(images/gifts_bottom.png);
background-repeat:no-repeat;
height:625px;
width:997px;

}


#body-message{
background-image:url(images/massage_bottom.png);
background-repeat:no-repeat;
height:882px;
width:997px;

}



