* {
	margin: 0;
	padding: 0;
}

body {
background: #335;/* background, not page color*/
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;/* full page text color*/
}
/* START KARATE NORTH BELTS */
p.white{
color: black;
list-style-position: inside;
background: url(../images/belts/kn.belts.white.gif) no-repeat;
/*margin: auto auto auto -15px;*/
padding: 1px 5px 2px 45px;/* last one moves text to the left */
list-style-type: square;
}
p.gold{
color: black;
background: url(../images/belts/kn.belts.gold.gif) no-repeat;
/*margin: auto auto auto -15px;*/
padding: 1px 5px 2px 25px;
}
p.green{
color: white;
background: url(../images/belts/kn.belts.green.gif) no-repeat;
/*margin: auto auto auto -15px;*/
padding: 2px 5px 2px 20px;
}
p.purple{
color: white;
background: url(../images/belts/kn.belts.purple.gif) no-repeat;
/*margin: auto auto auto -15px;*/
padding: 2px 5px 2px 20px;
}
p.brown{
color: white;
background: url(../images/belts/kn.belts.brown.gif) no-repeat;
/*margin: auto auto auto -15px;*/
padding: 1px 5px 2px 20px;
}
p.first_brown{
color: white;
background: url(../images/belts/kn.belts.first_brown.gif) no-repeat;
/*margin: auto auto auto -15px;*/
padding: 1px 5px 2px 20px;
}
p.black1{
color: white;
background: url(../images/belts/kn.belts.black1.gif) no-repeat;
/*margin: auto auto auto -15px;*/
padding: 2px 5px 2px 17px;
}
p.black{
/*margin: auto auto auto -35px;*/
padding: 2px 5px 2px 20px;
}
/* END KARATE NORTH BELTS */

#indent {text-indent:5px}/* used in _words.php */

p.center{text-align: center;}

#center {text-align: center;}

ul.inside {list-style-position:inside}

a {
font-weight: 600;/*bold*/
text-decoration: none;
/*color: #536536;*/
color: maroon;
/*color: #751113;*/
/*color: #99AECD;*/
}
a:hover {
text-decoration: underline;
color: blue;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: aliceblue ;/*#fff = white*/
padding: 10px;
border: 5px solid #000;
}

#header {
height: 129px;
margin: auto auto auto 165px;
/*background-position: right;*/
/*background: #fff url(../images/knlogo5.jpg) no-repeat;*/
background: url(../images/kn.logo_temp.png) 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 {
text-decoration: blink;
height: 30px;
line-height: 30px;
background: #000;/* black strip across color*/
text-align: center;
color: white;
font-size: 15px;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
color: #fff;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

.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 {
  list-style-type: none;
}
.righ {
	margin: -550px 0 0 0;
float: right;
width: 300px;
text-align: justify;
}



.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
/*color: #7988AF;*/
/*color: #536536;*/
color: #751113;
font-size: 15px;
}

/* little boxes to left of menu */

.left ul {
padding: 10px 0 15px 30px;
list-style: url(../images/kn.patch5.gif)
/*list-style-type: url(images/leaf.jpg);*/
/*list-style-type: square;*/
/*color: #99AECD;*/
/*color: #751113;*/
}


.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; }