body {
	font-family:Arial, Helvetica, sans-serif;
}

/* top nav */
div.topnav {
	width:640px;
	height:20px;
	margin:0;
	padding:0;
}

div.topnav ul {
	margin:0;
	padding:0;
}

div.topnav ul li {
	list-style:none;
	float:left;
	line-height:14px;
}

div.topnav ul li a {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	padding-right:15px;
}

div.topnav ul li a:hover {
	text-decoration:underline;
}
/* /top nav */

/* schedule table */
table.schedule {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #614d35;
	border-collapse: collapse;
	background-color: white;
}
table.schedule th {
	border-width: 1px;
	padding: 10px;
	border-style: inset;
	border-color: #ffffff;
	background-color: #614d35;
	-moz-border-radius: 0px;
}
table.schedule td {
	border-width: 1px;
	padding: 10px;
	border-style: inset;
	border-color: #614d35;
	background-color: white;
	-moz-border-radius: 0px;
}
/* schedule table */

#karate p, #aikido p, #jiujitsu p, #mma p, #links p {
	padding-left:26px;
	padding-right:33px;
}

#flashcontent {
	height: 100%;
}

.bio {
	width:492px;
	height:125px;
	margin-left:26px;
	margin-bottom:26px;
}


.bio img {
	border:1px solid #E9E6E3;
	float:left;
	margin-bottom:5px;
	margin-right:15px;
}

.bio p {
	width:350px;
	padding:0 !important;
	float:right;
	margin:0;
}

.bio.long {
	height:170px;
	
}

.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

ul.gallery-list {
	list-style:none;
	margin:0;
	padding-left:26px;
	font-size:12px;
}

#schedule h1 {
	margin:0;
}

h1 {
	padding-left:26px;
	font-size:22px;
	color:#614d35;
}