html
{
	height: 100%;
}
body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Sans-serif;
    font-size: 11px;
    color: #575757;
	text-decoration: none;
	line-height: 16px;
}
img
{
	border: 0px;
}
a:link, a:visited, a:hover, a:focus
{
	color: #A81826;
	text-decoration: none;
	line-height: 13pt;
}
a:hover
{
	text-decoration: underline;
}
h1, h2, h3, h4
{
	color: #C00000;
}
h1
{
	font-size: 28px;
	line-height: 30px;
}
h2
{
	font-size: 18px;
	line-height: 20px;
}
#header
{
	background-image: url(../images/header.jpg);
	height: 125px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
}
#body
{
	background: #FFFFFF url(../images/background.jpg) no-repeat center top;
}
#main-content-container
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.center
{
	text-align: center;
}
table.classes
{
	border: solid 1px #000000;
	border-collapse: collapse;
}
table.classes td, table.classes th
{
	border: solid 1px #000000;
	border-collapse: collapse;
	padding: 4px;
	width: 100px;
}
table.classes th.floor
{
	background-color: #000000;
	color: #FFFFFF;
}
table.classes td
{
	text-align: center;
}
.boxing
{
	background-color: #92CDDC;
}
.boxercise
{
	background-color: #FBD4B4;
}
.muay-thai
{
	background-color: #CCC0D9;
}
.muay-thai-beginner
{
	background-color: #C2D69B;
}
.jiu-jitsu
{
	background-color: #E5B8B7;
}
.karate
{
	background-color: #C4BC96;
}