/* CSS Document */

body
{
padding:0px;
margin:0px auto;
font-family:arial;
font-size:12px;
font-style:normal;
font-weight:normal;
text-align:justify;
line-height:normal;
color:#000000;
text-decoration:none;
background-image: url(../image/background_top.jpg);
background-repeat:repeat-x;
background-color:#12110D;
}

/* CSS iamge */

.header
{
height:182px;
background-image: url(../image/kentucky-karate.jpg);
background-repeat:no-repeat;
}
.left_coloumn_image
{
background-image:url(../image/women-self-defense.jpg);
background-repeat:no-repeat;
background-position:center;
}
.body_image
{
height:191px;
width:251px;
padding:4px;
border:1px solid #F19917;
background-image:url(../image/black-belts.jpg);
background-repeat:no-repeat;
background-position:center;
}

.menu_bar
{
height:19px;
padding-left:32px;
background-image:url(../image/menu_bar.gif);
background-repeat:no-repeat;
}
.menu_text
{
font-family:tahoma;
font-size:12px;
font-style:normal;
font-weight:bold;
line-height:normal;
text-align:left-middle;
color:#000000;
text-decoration:none;
}
.menu_text:hover
{
font-family:tahoma;
font-size:12px;
font-style:normal;
font-weight:bold;
line-height:normal;
text-align:left-middle;
color:#000000;
text-decoration:underline;
}
.footer_text
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:nomal;
line-height:normal;
color:#000000;
text-decoration:none;

}
.footer_text:hover
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:nomal;
line-height:normal;
color:#000000;
text-decoration:underline;

}
/* CSS box */

.menu_box
{
padding:6px;
}
.body_box
{
padding-bottom:0px;
padding-left:15px;
padding-right:15px;
padding-top:15px;
}
