﻿body
{
	margin: 0 20px 20px 20px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #BCBBAF;
}


h1
{
	font-size: 28px;
	margin-bottom: 0;
}


h2
{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
	font-weight: normal;
}

h3
{
	font-size: 14px;
	margin-bottom: 0;
}

h4
{
	font-size: 14px;
	margin-bottom: 0;
	font-weight: normal;
}


.lightGrey
{
	color: #BCBBAF;
}

.midGrey
{
	color: #939C9d;
}
.darkGrey
{
	color: #485352;
}


#container
{
	margin: 0;
	float: left;
	width: 745px;
}

/****** HEADER ******/

#header
{
	float: left;
	width: 745px;
}

#header img
{
	vertical-align: top;
	padding-top: 10px;
}


#decoration
{
	height: 8px;
	min-height: 8px;
	float: right;
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#decoration img
{
	height: 8px;
	min-height: 8px;
	float: right;
	padding-right: 10px;
	padding: 0 0 0 0;
}

#homeLink
{
	height: 16px;
	font-size: 12px;
	min-height: 16px;
	float: right;
	margin: -18px 85px 0 0;
	padding: 5 0 0 0;
	color: #333366;
}

#homeLink img
{
		height: 16px;
	min-height: 16px;
	float: left;
	padding-right: 10px;
	padding: 0 0 0 0;
	vertical-align: middle;
}

#homeLink a
{
	line-height: 20px;
	text-decoration: none;
	color: #333366;
}

#homeLink a:hover
{
	text-decoration: underline;
}

#contact
{
	height: 16px;
	font-size: 12px;
	min-height: 16px;
	float: right;
	margin: -18px 0 0 0;
	padding: 5 0 0 0;
	color: #333366;
}

#contact a
{
	line-height: 20px;
	text-decoration: none;
	color: #333366;
}

#contact a:hover
{
	text-decoration: underline;
}

#contact img
{
	height: 16px;
	min-height: 16px;
	float: left;
	padding-right: 10px;
	padding: 0 0 0 0;
	vertical-align: middle;
}


.headlineSmall
{
	font-size: 9px;
	text-transform: uppercase;
}


/****** END HEADER ***/

/****** CONTENT UNITS ***/
#content
{
	padding: 15px;
	width: 95%;
	float: left;
}

#content h3
{
	color: #485352;
}


#content p
{
	color: #939C9D;
	font-weight: bold;
	margin: 0;
}


#content a
{
	color: #485352;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}


#homepage
{
	text-align: center;
	float: left;
	width: 100%;
}










/*** MENU ***/

#menu
{
	margin: 0;
	float: left;
	font-size: 9px;
	font-weight: bold;
	height: 35px;
	width: 745px;
	padding: 0;
}

#menu li
{
	float: left;
	list-style-image: none;
	list-style: none;
	display: inline;
	height: 33px;
	vertical-align: middle;
}

.leftMenuItem a
{
	line-height: 33px;
	float: left;
	color: #333;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 75px;
	height: 35px;
	border-top: solid 1px #9B9B9B;
	background: url(../img/menu/menu_bg_left_off.gif) no-repeat;
}

.leftMenuItem a:hover
{
	background: url(../img/menu/menu_bg_left_over.gif) no-repeat;
}

.leftMenuItem a:active
{
	background: url(../img/menu/menu_bg_left_active.gif) no-repeat;
}

.menuItem a
{
	line-height: 33px;
	float: left;
	width: 73px;
	height: 100%;
	background: url(../img/menu/menu_bg_off.gif) no-repeat;
	border-top: solid 1px #9B9B9B;
	border-bottom: solid 1px #9B9B9B;
	border-left: solid 1px #9B9B9B;
	color: #333;
	text-decoration: none;
	text-align: center;
}


.menuItem a:hover
{
	background: url(../img/menu/menu_bg_over.gif) no-repeat;
}

.menuItem a:active
{
	background: url(../img/menu/menu_bg_active.gif) no-repeat;
}

.rightMenuItem a
{
	line-height: 33px;
	float: left;
	color: #333;
	text-decoration: none;
	text-align: center;
	width: 77px;
	height: 34px;
	border-top: solid 1px #9B9B9B;
	border-left: solid 1px #9B9B9B;
	background: url(../img/menu/menu_bg_right_off.gif) no-repeat;
}

.rightMenuItem a:hover
{
	background: url(../img/menu/menu_bg_right_over.gif) no-repeat;
}

.rightMenuItem a:active
{
	background: url(../img/menu/menu_bg_right_active.gif) no-repeat;
}


/*** END MENU ***/




/**** FOOTER ****/

#footer
{
	text-align: center;
	color: #393939;
	margin-top: 20px;
	float: left;
	background: url(../img/footer_bkg.gif) no-repeat;
	height: 45px;
	width: 745px;
}


#footer p
{
	padding: 5px;
}



.schedule
{
	width: 730px;
	color: #777;
	padding: 2px;
	text-align: left;
}

.schedule td
{
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	padding: 5px;
}


.schedule a
{
	font-weight: bold;
}
.scheduleHeader td
{
	background: url(../img/menu/menu_bg_over.gif) repeat-x;
	height: 25px;
	color: #485352;
	font-weight: bold;
	padding-bottom: 0;
}


.scheduleFooter td
{
	color: #485352;
	border: solid 1px #333;
	padding-bottom: 0;
	text-align: center;
}


#instructorContainer
{
	float: left;
	text-align: center;
	width: 715px;
}




.kata
{
	width: 100%;
	color: #777;
	padding: 2px;
}

.kata td
{
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #333;
	text-align: center;
}

.kataHeader
{
	font-weight: bold;
	color: #333;
	background: url(../img/menu/menu_bg_over.gif) repeat-x;
	height: 25px;
}


.bkgE9E9E9
{
	background-color: #E9E9E9;
}

.bkgF5E985
{
	background-color: #f5e985;
}

.bkgFFAB74
{
	background-color: #ffab74;
}

.bkgB6E295
{
	background-color: #b6e295;
}

.bkg91C6E5
{
	background-color: #91c6e5;
}

.bkgBAA381
{
	background-color: #baa381;
}

.bkg9E9E9E
{
	background-color: #9e9e9e;
}

.small
{
	font-size: 0.8em;
}
