/* general tags */
*{margin:0; padding:0;}
body{background:#fff ; font:76% verdana,tahoma,sans-serif;}
a{background-color:#ECE9D8; color:#286ea0; font-weight:bold; text-decoration:none;}
a:hover{text-decoration:underline;}
p{margin:0 0 16px 0;}
ul, ol{margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol{margin:3px 0 0 15px;}
img{float:left; margin:0 10px 5px 0;}

/* headers */
h1{color:#333; font-size:3.6em; letter-spacing:-3px; margin:1; text-align:right;}
h2{font-size:1.6em; font-weight:normal; letter-spacing:-1px; margin:5px 0 10px;}

/* IDs */
#title{
margin:20px auto -9px; 
width:700px;
}

#container{
background:#fff url('images/banner.png') bottom left;
border:15px solid #333;
color:#555;
margin:0 auto 15px;
padding:10px;
width:700px;
line-height:1.3em;
background-repeat: repeat-y;
}

#sidebar{
float:left;
padding-left:100px;
width:126px;
}

#sidebar p{
margin:10px 10px 0px 0;
text-align:center;
font-size:0.8em;
}

#main{
	float:right;
	width:472px;
	height: 350px;
	overflow: auto;
	padding-right: 4px;
}

#main_karate{
	float:right;
	width:472px;
	height: 350px;
	overflow: auto;
	text-align: justify;
	padding-right: 2px;
}

#main_karate a {
color: #CC0000;
background-color: #FFFFFF;
font-weight: normal;
}

#main_karate a:hover {
text-decoration:none;
color:#CC0000;
font-weight: bold;
}

#footer{clear:both;}

#footer a{
	background-color: #FFFFFF;
	font-style: normal;
}

#footer a:hover{
color: #CC0000;
text-decoration: none;
}

.sidenote a{
color: #333333;
background-color: #FFFFFF;
}

.sidenote a:hover{
color: #CC0000;
text-decoration: underline
}

.info{
color: #CC0000;
font-weight: bold;
}

.info1{
font-size:0.9em;
font-weight: normal;
}

.info2{
color: #333;
font-weight: bold;
}

.info_text {color: #CC0000}

.info_text a {color: #CC0000;}

/* menu */
.menu{border:1px solid #ffffff; color:#666666; display:block; font-size:1.1em; font-weight:bold; padding:4px 5px 4px 10px; width:100px;}
.menu:hover{background-color:#FFFFFF; border:1px solid #dadada; color:#CC0000; text-decoration:none;}
#current{
background-image: url('images/bullet.png');
background-repeat: no-repeat;
background-position: 100% 55%;
}
/* various classes */
.credits{color:#888; font-size:0.9em; margin-bottom:0; padding-left:235px; text-align:center;}
.credits a{color:#888;}