
* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	}

body {
	background: #403883;
	color: #e2dff1;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 76%;
	line-height: 1.4em;
	}
	
#header-wrap, #content-wrap, #nav-wrap, #footer-wrap {
	text-align: center;
	}
	
#header, #nav, #content, #footer {
	width: 732px;
	text-align: left;
	margin: 0 auto;
	}


/*--[ common ]----------------------------------------------------------------*/


h1, h2, h3, h4 {
	margin-bottom: .5em;
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-weight: normal;
	}
	
h1 {
	color: #fff;
	}
	
h1 em {
	font-style: normal;
	color: #e03a00;
	}

h2 {
	font-size: 1.8em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F9E9AB;
	}
	
h3 {
	margin: .5em 0 .25em 0;
	padding: 0px;
	font-family: Georgia, serif;
	color: #D3BF39;
	font-size: 1.3em;
	letter-spacing: 1px;
	}
	
h4 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-style: italic;
	color: #D3BF39;
	font-size: 1.3em;
	letter-spacing: 1px;
	}	
	
p {
	padding: 0 0 .5em 0;
	font-size: 1.1em;
	line-height: 1.5em;
	}
	
em {
	font-style: normal;
	color: #100C43;
	}
	
.more {
	font-style: normal;
	color: #FF9EEB;
	}
	
.first {
	margin-top: .5em;
	}
	
.mid {
	margin-top: 2em;
	}
	
.last {
	margin-bottom: .5em;
	}

.note {
	margin-top: .5em;
	color: #FFF200;
	}	
	
.event {
	margin-top: .5em;
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #4D044D;
	font-size: 2.3em;
	letter-spacing: 3px;
	}
img {
	border: none;
	}
	

/*--[ links ]----------------------------------------------------------------*/

a {color: #b7ae77; text-decoration: none; }

a:link {color: #b7ae77; text-decoration: none; }
a:visited {color: #b7ae77; text-decoration: none; }
a:hover {color: #f9eaa4; text-decoration: none; } 


/*--[ header ]----------------------------------------------------------------*/


#header-wrap {
	background: #fbf9f5;
	height: 176px;
	}
	
#header {
	position: relative;
	height: 176px;
	}
	
#header h2 {
	background: transparent url(../pix/mm_logo.gif) 0 0 no-repeat;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 97px;
	height: 116px;
	margin: 0px;
	}
	
#header h2 a {
	text-indent: -9000em;
	overflow: hidden;
	width: 97px;
	height: 116px;
	display: block;
	text-decoration: none;
	color: #fff;
	float: left;
	}
	
#imbar {
	position: absolute;
	top: 30px;
	right: 0px;
	margin: 0px;
	}


/*--[ nav ]----------------------------------------------------------------*/

#nav-wrap {
	background: #b196c6;
	padding: 0;
	margin: 0;
	height: 3em;
	border-bottom: 2px solid #403883;
	overflow: hidden;
	}
	
#nav {
	position: relative;
	}	

#nav ul {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: helvetica, sans-serif;
	font-weight: bold; 
	letter-spacing: .1em;
	width: 100%;
	}	

#nav ul li { 
	display: inline;
	}

#nav ul li a {
	padding: 1em .75em;
	font-family: helvetica, sans-serif;
	font-size: 1em; 
	color: #fff;
	text-decoration: none;
	float: right;
	}	

#nav ul li a:hover {
	background-color: #7B589a;
	color: #F6DF8C;
	}


/*--[ content ]----------------------------------------------------------------*/


#content-wrap {
	background: #8077b7;
	padding: 28px 0;
	overflow: hidden;
	}


/*--[ main ]----------------------------------------------------------------*/


#main {
	float: left;
	display: inline;
	margin-bottom: 28px;
	padding: 0px;
	width: 434px;
	position: relative;
	}
	
#quote-wrap {
	padding: 28px 0 0 0;
	margin: 2em 0 0 0;
	width: 434px;
	background-image: url(../pix/bg_quote.png);
	background-repeat: no-repeat;
	}		
	
.quote {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	color: #06004e;
	letter-spacing: .05em;
	}	

.quote-author
	{
	margin: 0 28px 0 0;
	padding: 0;
	font-family: Georgia, serif;
	color: #06004e;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	}	
	
.question {
	margin: .5em 0 .25em 0;
	padding: 0px;
	font-family: Georgia, serif;
	color: #D3BF39;
	font-size: 1.3em;
	letter-spacing: 1px;
	}
	
.answer {
	margin: -.25em 0 .5em 0; 
	color: #e2dff1;
	}

	
.words {
	color: #06004e;
	font-size: 1em;
	line-height: 1.3em;
	}
	
.words-too {
	color: #fff;
	font-size: 1em;
	line-height: 1.3em;
	}

.c1 { color: #91268F; font-size: 1.1em;  letter-spacing: 3px; }
.c2 { color: #3F377D; font-size: 1.1em;  letter-spacing: 3px; }
.c3 { color: #6BBAFF; font-size: 1.1em;  letter-spacing: 3px; }
.c4 { color: #8DC63F; font-size: 1.1em;  letter-spacing: 3px; }
.c5 { color: #F6D411; font-size: 1.1em;  letter-spacing: 3px; }
.c6 { color: #F68B1E; font-size: 1.1em;  letter-spacing: 3px; }
.c7 { color: #ff0000; font-size: 1.1em;  letter-spacing: 3px; }

	
#schedule-wrap {
	margin-bottom: 28px;
	padding: 0px;
	width: 732px;
	position: relative;
	}
	
#schedule-wrap table {
	margin: 14px 0 0 0px;
	padding: 0px;
	}
	
.day_column {
	padding: 0;
	margin: 0;
	background-image: url(../pix/bg_schedule.png);
	background-repeat: no-repeat;
	background-color: #FBF9F5;
	}	
	
.event-name {
	margin: 25px 0 .5em 0;
	padding: 0 0 0 .5em;
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	color: #91795B;
	font-size: .9em;
	line-height: 1em;
	}
	
.event-time {
	margin: .5em 0 0 0;
	padding: 0px .5em;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #24242A;
	font-size: .9em;
	line-height: 1em;
	}
	
.price-head {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	color: #282263;
	font-size: 1.3em;
	}
	
.item {
	margin: 0 0 0 .5em;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	color: #D3BF39;
	font-size: 1.2em;
	}
	
.price {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	color: #F6DF8C;
	font-size: 1.2em;
	}
	
.classes	{
	margin: 10px 0 20px 0;
	}
	
	
#contact-wrap {
	padding: 28px 0 0 0;
	margin: 0 0 0 -3px;
	background-image: url(../pix/bg_contact.png);
	background-repeat: no-repeat;
	}	
	
.req {color: #ed44c0 !important; font-size: 125%; 
	}
	
.required {
	margin: -14px 28px 0 0px;
	color: #5B3B7B;
	text-align: right;
	}

.textarea {
	padding: 2px; width: 370px; 
	background: #F3F1F7; border: 1px solid #663;
	}

#contact-form {
	line-height: 1.6em;
	margin: 0; 
	letter-spacing: .1em;
	}
	
form {
	color: #100C43;
	margin: 0 0 0 28px; 
	}
	
.button { margin: 10px 0px 0px 0px;  }


/*--[ sidebar ]----------------------------------------------------------------*/


#sidebar {
	padding-left: 0px;
	float: right;
	display: inline;
	margin-bottom: 28px;
	padding: 0px;
	width: 268px;
	color: #06004e;
	}
	
#sidebar p {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.25em; 
	}
	
#sidebar h3 {
	margin: 0 0 .25em 0;
	padding: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #D3BF39;
	font-size: 1.2em;
	}

#sidebar li {
	margin: 1em 0 1em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.25em; 
	}
	
.sidebar-list {
	margin: .2em  0 1em 14px;
	}
	
.location {
	font-weight: bold; 
	}	
	
.sm {
	float: right;
	margin: 0 0 0 20px;
	border: 4px solid #fff;
	clear: both;
	}
	
.lg {
	margin: 0 0 0px 0;
	border: 4px solid #fff;
	}
	
.free {
	float: right;
	margin: 0 0 0 20px;
	clear: both;
	}
	
.new	{
	margin: 10px 0 60px 0;
	}

.map {
	margin: 1em 0;
	}
	
.clear {
	clear: both;
	}


/*--[ footer ]----------------------------------------------------------------*/


#footer-wrap {
	clear: both;
	background: #403883 url(../pix/bg_footer-wrap.png) 0 0 repeat-x;
	padding-top: 0px;
	height: 200px;
	}

#footer {
	clear: both;
	background: url(../pix/bg_footer.png) 0 0 no-repeat;
	height: 200px;
	}
	
#footer-info {
	margin: 0 0 0 272px;
	padding: 15px 0 0 0;
	}
		
#footer-nav li {
	display: inline;
	list-style-type: none;
	font-family:  "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 10px;
	padding-right: 5px; }

#copyright { color: #7b589a; border: 0 none; }