html {
	margin: 0 !important;
	padding: 0 !important;
}
body {
	background-image: url(i/background2.jpg);
	color: #333;
	font-family: "museo-sans-1","museo-sans-2", helvetica, arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
}
#header {
	background-image: url(i/colorbar.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0 0 20px;
	padding: 30px 0;
}
#c {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

h1 {
	margin: 0;
	padding: 0;
}
h2 {
	border-bottom: 9px solid #333;
	clear: both;
	font-size: 18px;
}
table#weekly_schedule {
	margin: 0 auto;
}
table#weekly_schedule td, table#weekly_schedule th {
	border-bottom:1px solid #d3c4a3;
	font-size: 11px;
	padding: 15px;
	text-align: center;
	width: 10%;
}
table#weekly_schedule td.left {
	text-align: left;
}
table#weekly_schedule td.bottom {
	border: 0;
}
table#weekly_schedule {
	border-collapse:collapse;
	width: 95% !important; 
}
div.section {
	clear: left;
	padding-bottom: 50px;
	
}
ul#nav, ul#nav li {
	display: inline;
}

ul#nav li a {
	border-bottom: 1px solid #aaa;
	color: #333;
	display:block;
	float: left;
	margin-right: 3px;
	padding: 5px 10px;
	text-decoration: none;
}
ul#nav li a:hover {
	border-bottom: 1px solid #333;
}

img.photo {
		border: 7px solid #fff;
}
img.photo-right {
	float:right; margin-left: 20px;
}
img.photo-left {
	float:left; margin-right: 20px;
}

#about {
	font-family: "caflisch-script-pro-1","caflisch-script-pro-2";
	font-size: 1.4em;
}
#about ul {
	margin: 0;
	padding: 0;
}
#about li {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}
#price_list {
	font-size: 80%;
}
br.clr {
	clear: both;
	display: block;
	font-size: 1px;
	margin: 0;
	padding: 0;
	width: 100%;
}

