/* CSS Document */
body
{
text-align:center;
}

#container
{
background-image:url(../images/bokken-warrior.jpg);
background-repeat:no-repeat;
background-position:right bottom;
height:480px;
width:90%;

}

#main
{
width:60%;
background:url(../images/semi-trans.gif);
float:right;
text-align:left;
margin-top:145px;
margin-right:5%;
margin-left:10%;
}

#left
{
width:15%;
height:80%;
float:left;
font:"Courier New", Courier, mono;
font-size:18px;
text-align:left;

}

/*Left style navigation*/

/*#left ul{
list-style-type: none;
padding: 0;
text-align:center;
width:100%;
height:25px;
line-height:24px;
}

#left li
{
display: block;
text-align:left;
font-size:24px;
padding-left:20px;
}

#left li a
{
border: 1px solid #ccc;
text-decoration: none;
font:"Courier New", Courier, mono;
color:#000000;
}

#left li a:hover
{
color: #fff;
text-decoration:underline;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#left li a#active
{
color: #fff;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
cursor:text;
}
*/




/*Top Style Navigation*/
#navcontainer{
clear:both;
padding-top:20px;
margin-bottom:0;
margin-right:0;
}

#navcontainer ul{
/*background-color:#FFFF00;
*/list-style-type: none;
padding: 0;
background:url(../images/semi-trans.gif);
text-align:center;
width:80%;
height:25px;
line-height:24px;
float:right;
}

#navcontainer li
{
display: inline;
text-align:left;
font-size:24px;
padding-left:20px;
}

#navcontainer li a
{
/*border: 1px solid #ccc;
*/text-decoration: none;
color:#666666;
font:"Courier New", Courier, mono;

}

#navcontainer li a:hover
{
color: #000;
/*border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
*/}

#navcontainer li a#active
{
color: #000;
/*border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
cursor:text;
*/}