* {
	margin: 0;
	padding: 0;
}

body {
background: #333;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #fff;
}

a 
{
	text-decoration: none;
	color: #99AECD;
}
a:hover 
{
	text-decoration: underline;
	color: #4F5D7F;
}
a.boldlink
{
	color:#fff;
    font-weight: bold;
    font-size: 13px;
}

#wrap {
margin: 20px auto 10px auto;
width: 850px;
background: #000;
padding: 10px;
border: 5px solid #000;
}

#header {
height: 160px;
background: #554d42 url('/images/headerImg2.jpg') no-repeat;
}
#header h1 { 
font-size: 50px;
letter-spacing: -7px;
padding: 17px 0 0 10px;
color: #FF5500;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}

#menu {
height: 40px;
line-height: 40px;
background: #000 url('../images/navbarS1.jpg') no-repeat;;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 5px 10px 5px 10px;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#menu li.current a {
	color: #f00;
}

#content {
	padding: 0 0 20px 0;
	min-height:800px;
	background: url('../images/lbg2.jpg') no-repeat;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.right ul {
padding: 10px 0 15px 30px;
color: #99AECD;
}
.right ul li a {
text-decoration: none;
font-weight: 600;
}
.right ul li a:hover {

}

.left 
{
	float: left;
	width: 200px;
	padding-top: 10px;
//	border: 5px solid #f00;
//	background: url('../images/lbg1.jpg') repeat-y;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #7988AF;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }


ol#toc
{
    height: 2em;
    list-style: none;
    margin: 0;
    padding-left: 30px;
}

ol#toc li
{
    float: left;
    margin: 0 1px 0 0;
    font-size: 15px;
}

ol#toc a
{
    background: #bdf url('http://www.kissakikai.com/tabs.gif');
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
    font-size: 15px;
}

ol#toc a:hover
{
    background-color: #3af;
/*    background-position: 0 -120px; */
}

ol#toc a:hover span
{
    background-position: 100% -120px;
/*	font-size: 20px; */
}

ol#toc li.current a
{
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
/*  font-size: 20px;    */
}

ol#toc li.current span
{
    background: #bdf url('http://www.kissakikai.com/tabs.gif');
    background-position: 100% -60px;
}

ol#toc span
{
    background: #bdf url('http://www.kissakikai.com/tabs.gif') 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

.hl1
{
color:#f00;
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}


.hl2
{
    font-weight: normal;
    font-family: tahoma, Trebuchet MS, arial, verdana,sans-serif;
    font-size: 12px;
    color: #c0c0c0;
    padding:0 0 20 35;
}

.hl3
{
    font-weight: bold;
    font-family: tahoma, Trebuchet MS, arial, verdana,sans-serif;
    font-size: 18px;
    text-decoration:underline blink;
    color: red;
    padding:0 0 20 0;
}

.testimonial
{
    font-weight: normal;
    font-style:italic;
    font-family: tahoma, Trebuchet MS, arial, verdana,sans-serif;
    font-size: 12px;
    color: #666600;
    padding:0 50 0 45;
}

.lTitle
{
    font-weight: normal;
    padding: 15px 15px 5px 0;
    vertical-align: top;
	text-align:left;
}

.lDesc
{
    font-weight: normal;
    border-bottom:1px solid red;
    padding: 15px 0 5px 0;
    vertical-align: top;
}

.byline
{
   font-weight: bold;
    margin-left:25px;
    font-family: TimesNR, serif;
}
