* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
}

body {
	background-color: black;
}

a {
	color: #003e9d;
	text-decoration: none;
}

a:hover {
	color: #0066ff;
}

h1 {
	color: #777777;
	font-weight: bold;
}

h2 {
	font-family: serif;
	color: #666666;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	margin: 20px 10px 0px 0px;
}

p {
	margin: 5px 20px 15px 20px;
	text-align: justify;
}

.big {
	font-size: large;
}

.center {
	text-align: center;
}

img.floatright {
	float: right;
	margin: 10px 0px 10px 10px;
}

.floatleft {
	float: left;
	margin: 10px 10px 10px 0px;
}

div.main {
	background-color: #eddfb2;
	background-image: url(bg04.jpg);
	background-repeat: repeat-y;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	width: 720px;
}

div.submain {
	margin: 0px 20px 0px 20px;
	padding: 5px 0px 5px 0px;
}


div.slogan {
	font-style: italic;
	color: #333333;
	text-align: center;
}

div.biglogo {
	text-align: center;
}

img.smalllogo {
	float: right;
}

div.mainmenu {
	font-size: small;
}

table.mainmenu td {
	font-size: small;
	padding: 0px 10px 0px 10px;
}

span.current {
	color: #777777;
}

div.address {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #555555;
}

table.home-table {
	margin: 10px 10px 20px 10px;
}

td.home-table-left {
	text-align: right;
	padding: 0px 10px 0px 0px;
}

td.home-table-center {
	text-align: center;
}

td.home-table-right {
	text-align: left;
	padding: 0px 0px 0px 10px;
}

table.home-table div.head {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

table.home-table div.item {
	font-family: serif;
	font-size: 20px;
	font-weight: bold;
	background-image: url(bluedot.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}

div.lessons {
	margin: 10px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #008000;
}

p.home-blurb {
	margin: 0px 70px 10px 70px;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

table.teacher-brief {
	margin: 20px 0px 20px 20px;
}

table.teacher-brief th {
	border-bottom: 2px solid black;
	text-align: left;
}

table.rental-list {
	margin: 0px 0px 30px 0px;
}

table.rental-list th {
	border-bottom: 2px solid black;
	text-align: left;
}

table.rental-list td {
	border-bottom: 1px solid #bbbbbb;
}

table.contact {
	margin: 10px 0px 10px 20px;
}

table.contact th {
	font-size: large;
	color: #666666;
	text-align: right;
}

table.contact td {
	font-size: large;
	text-align: left;
}

table.employees {
	margin: 10px 0px 10px 20px;
}

table.employees th {
	font-weight: normal;
	text-align: left;
}

div.line {
	text-align: center;
	clear: both;
}

div.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}