@charset "utf-8";
/* CSS Document */

/* This document contains settings which apply to all pages in the site.  */
/* Most of this is establishing background images and table cell sizes. */

a:link{
color:#3b3c3b;
}
		
a:active{
color:#3b3c3b;
}
		
a:visited{
color:#3b3c3b;
}
		
a:hover{
color:#3b3c3b;
}

p{
font-family: papyrus, "Times New Roman", arial, Times, serif;
}

img {
border: none;
}

body{
background-color:#000000;
}

#page{
margin:0 auto;
width:800px;
}

#content{
width:606px;
background-color:#eaf2ee;
}

#border_top{
background-image:url(../images/border_top.png);
background-repeat:no-repeat;
background-color:#7b8c83;
height:70px;
width:800px;
}

#border_left_repeat{
background-image:url(../images/border_left_repeat.png);
background-color:#7b8c83;
height:512px;
width:97px;
}

#border_right_repeat{
background-image:url(../images/border_right_repeat.png);
background-color:#7b8c83;
height:512px;
width:97px;
}

#border_bottom{
background-image:url(../images/border_bottom.png);
background-repeat:no-repeat;
background-color:#7b8c83;
height:187px;
width:800px;
}

#menu_left{
background-image:url(../images/menu_left.png);
background-repeat:no-repeat;
background-color:#7b8c83;
height:25px;
width:315px;
}

#menu_home{
background-color:#707b75;
height:25px;
width:63px;
}

#menu_mod{
background-color:#707b75;
height:25px;
width:155px;
}

#menu_about{
background-color:#707b75;
height:25;
width:77px;
}

#menu_contact{
background-color:#707b75;
height:25px;
width:78px;
}

#menu_right{
background-image:url(../images/menu_right.png);
background-repeat:no-repeat;
background-color:#7b8c83;
height:25px;
width:112px;
}

#sub_left{
background-image:url(../images/sub_left.png);
background-repeat:no-repeat;
background-color:#7b8c83;
height:35px;
width:97px;
}

#sub_swed{
background-color:#eaf2ee;
height:35px;
width:175px;
}

#sub_deep{
background-color:#eaf2ee;
height:35px;
width:117;
}

#sub_injury{
background-color:#eaf2ee;
height:35px;
width:144px;
}

#sub_ashi{
background-color:#eaf2ee;
height:35px;
width:86px;
}

#sub_bamboo{
background-color:#eaf2ee;
height:35px;
width:84;
}

#sub_right{
background-image:url(../images/sub_right.png);
background-repeat:no-repeat;
background-color:#7b8c83;
height:35px;
width:97px;
}

#add_left{
background-color:#7b8c83;
height:115px;
width:97;
}

#add_main{
background-image:url(../images/add_main.png);
background-repeat:no-repeat;
background-color:#eaf2ee;
height:115px;
width:606px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
color:#727574;
text-align:center;
}

#add_right{
background-color:#7b8c83;
height:115px;
width:97;
}

#disclaimer{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
font-weight:400;
color:#3b3c3b;
text-align:center;
position:relative;
top:12px;
right:8px;
}