﻿body 
{
    background-color:#CCD5D6;    
}
a.home
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/home.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.home
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/home_hover.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a.aboutus
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/aboutus.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.aboutus
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/aboutus_hover.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a.history
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/history.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.history
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/history_hover.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a.lineage
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/lineage.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.lineage
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/lineage_hover.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a.gallery
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/gallery.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.gallery
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/gallery_hover.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a.links
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/links.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.links
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/links_hover.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a.sensei
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/sensei.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.sensei
{
    display:block;
    width: 120px;
	height: 25px;
	background: url('Images/sensei_hover.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}


#contenttop
{
    background: url('Images/content-top.gif');
    background-repeat:no-repeat;
    padding:0px;
    height:22px;
    width:720px;
}

#contentmain
{
    background: url('Images/content-main.gif');
    background-repeat:repeat-y;
    padding:0px;
    width:720px;       
}
#content
{
    font-family:Trebuchet MS;    
    font-weight:normal;
    padding:0px;
    text-align:left;
    color:#2F2F2E;
    width:600px;
}
#contentbottom
{
    background: url('Images/content-bottom.gif');
    background-repeat:no-repeat;
    padding:0px;
    height:22px;
    width:720px;
}

#contentfooter
{
    font-family:Trebuchet MS;
    font-size:x-small;
    font-weight:normal;
    padding:0px;
    text-align:left;
    color:#2F2F2E;
    width:600px;
}
