/* CSS Screen Style
-----------------------------------------------
Author: B. N. Weiss | New York
Website: www.ibbcv.com
Version: 1.0 - August 2006
(c) 2006 B. N. Weiss | New York. All Rights Reserved. 
----------------------------------------------- */




/* General Settings
----------------------------------------------- */

html[xmlns] {
	height : 100%;
	padding-bottom : 0.005em;

} 

body {
	background: url(./../zz_images/background.gif);
	background-color: #000000;
	margin: 0px;
    padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
}

p {
    margin: 0px;
    padding: 0px;
}

td {
    border: 1px solid black;
	text-align: center;
	color: #FFFFFF;
}




/* Div Layers
----------------------------------------------- */

#jamesmemory {
	position: absolute;
	left: 970px;
	top: 0px;
    width: 205px;
    height: 545px;
	z-index: 20;
}

#kwon {
	position: absolute;
	left: 0px;
	top: 0px;
    width: 249px;
    height: 447px;
	z-index: 1;
}

#events {
	position: absolute;
	left: 0px;
	top: 447px;
    width: 249px;
    height: 69px;
	z-index: 2;
}

#logo {
	position: absolute;
	left: 249px;
	top: 0px;
    width: 696px;
    height: 80px;
	z-index: 3;
}

#strong {
	position: absolute;
	left: 249px;
	top: 80px;
    width: 696px;
    height: 129px;
	z-index: 4;
}

#head {
	display: none;
}

#navigation {
	position: absolute;
	left: 32px;
	top: 301px;
    width: 217px;
    height: 132px;
	z-index: 5;
}

#seknavigation {
	position: absolute;
	left: 342px;
	top: 178px;
    width: 603px;
    height: 30px;
	z-index: 6;
}

#content {
	position: absolute;
	left: 343px;
	top: 250px;
    width: 603px;
    height: auto;
	z-index: 7;
}

#dates {
	position: absolute;
	left: 38px;
	top: 530px;
    width: 200px;
    height: auto;
	z-index: 8;
}

#ibbcv {
	position: absolute;
	left: 0px;
	top: 447px;
    width: 249px;
    height: 69px;
	z-index: 2;
}



#blackbelt {
	position: absolute;
	left: 0px;
	top: 600px;
    width: 249px;
    height: 143px;
	z-index: 9;
}



/* Span Classes
----------------------------------------------- */

.headline {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.subheadline {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.note {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #FF0000;
}

.subnote {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 9px;
}

.bold {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.description {
	color: #FF0000;
	background-color: #333333;
}

.john {
	text-align: left;
}

a:link, a:active, a:visited {
	text-decoration: underlined;
	color: #FF0000;
	font-weight: bold;
}

a:hover, a:focus {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #666666;
}

.nodisplay {
	display: none;
}

.nodisplaycopyright {
	display: none;
}

.dateheadline {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #6e6e6f;
	font-weight: bold;
	font-size: 11px;
}

.date {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #6e6e6f;
	font-weight: normal;
	font-size: 11px;
}
