body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background: #322a40 url('images/bg.gif') top;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

div#container {
	margin: 6px auto;
	padding: 0;
	border: 0;
	text-align: left;
	width: 717px;
}

div#header {
	margin: 0;
	padding: 0;
	border: 0;
	width: 717px;
	height: 234px;
	background: url('images/header.gif') top no-repeat;
}

div#headerContent {
	padding: 160px 30px 0px 30px;
}

div#headerContent h1 {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	font-size: 0.0001pt;
}

div#headerContent div#phone {
	background: url('images/arrow.gif') right no-repeat;
	padding: 0 28px 0 0;
	margin: 0;
	font-size: 28px;
	color: #331362;
	float: right;
}

div#content {
	padding: 0 0 0.5em 0;
	margin: 0;
	background: url('images/slice.gif');
}

div#content h1 {
	margin: 0;
}

div#navigation {
	margin: 0;
	padding: 0 0 0 30px;
	float: left;
	width: 150px;
	font-size: 11pt;
}

div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navigation ul li {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	
}

div#navigation ul li a {
	margin: 0;
	padding: 0 0 0 1em;
	background: url('images/li_passive.gif') left no-repeat;
	text-decoration: none;
	color: #666;
}

div#navigation ul li a:hover {
	background: url('images/li_active.gif') left no-repeat;
}

div#pageContent {
	margin: 0;
	padding: 0 30px;
	float: left;
	width: 470px;
}

div#pageContent a {
	color: #341563;
	text-decoration: underline;
}

div#pageContent a:hover {
	background: #341563;
	color: #fff;
	text-decoration: none;
}

div#footer {
	width: 717px;
	height: 81px;
	background: url('images/footer.gif') top no-repeat;
	padding: 47px 0px 0px 0px;
	text-align: center;
	color: white;
	font-size: 11px;
}

div#footer a {
	color: white;
	text-decoration:underline;
}

div.clear {
	clear: both;
}

p {
	line-height: 135%;
	text-align: justify;
}

p.cursive {
	font-family: cursive;
	font-style: italic;
	font-size: 150%;
}

img.floatright {
	float: right;
	padding: 0.5em 0 1em 1.5em;
}

img.firstPara {
	padding-top: 1.4em;
}

table.classTable {
	width: 100%;
	margin-top: 1em;
}

table.classTable th, table.classTable td {
	padding: 0.3em;
}

table.classTable th {
	background: #341563;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}

table.classTable td {
	border-bottom: #341563 1px solid;
}

table.classTable .comingSoon {
	font-size: 8pt;
	font-weight: bold;
	color: #341563;
}

table.classTable .small {
	font-size: 8pt;
}

table.classTable tbody tr:hover {
	background: #c36;
	color: #fff;
}

table.shopTable {
	float: right;
	margin: 0.8em 0 0.8em 2em;
	width:200px;
}

table.shopTable th, table.shopTable td {
	padding: 0.3em;
}

table.shopTable th {
	background: #341563;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}

table.shopTable td {
	border-bottom: #341563 1px solid;
}

table.shopTable tbody tr:hover {
	background: #c36;
	color: #fff;
}

img.shopPic {
	margin-bottom: 0.8em;
}

table.contactTable {
	margin: 1em auto 0 auto;
}

table.contactTable td {
	padding: 0.5em;
	font-size: 120%;
}

table.contactTable td.label {
	background: #341563;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}


div.quote {
	background: #ccf url('images/quote.gif') 10px 6px no-repeat;
	padding: 10px 10px 10px 68px;
	margin: 1.5em 0 1.5em 0;
}

div.quote p {
	font-size: 9pt;
	margin: 0;
}

p.rightAlign {
	text-align: right;
}

hr {
	color: #c36;
	background-color: #c36;
	border: 0;
	width: 100%;
	height: 2px;
}

div#schoolPics {
	float: right;
	margin: 1.4em 0 1em 2em;
}

table#galleryTable {
	margin: 2em auto 0 auto;
}

table#galleryTable td {
	padding: 0;
}

table#galleryTable td a:hover {
	background: transparent;
}

table#galleryTable td a img {
	border: solid 4px #999;
	margin: 4px;
}

table#galleryTable td a img:hover {
	border: solid 4px #c36;
}