@charset "UTF-8";
/* CSS Document */

body {
	margin: 20px 0;
	background-color: #ffffff;
	color: #000000;
	font-size: .8em;
	font-family: "American Typewriter", Arial, "Times New Roman", serif;
	text-align: center;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a	{
	text-decoration: none;
	color: #000000;
	border: 0;
}
img {
	border: 0;
}
/* Body Setup */

.content_wrapper {
	position: relative;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 800px;
	text-align: justify;
	background-image: url(/images/frame/hand.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 476px;
	border: 1px solid #bbbbbb;
}
#splash {
	background-image: none;
}
.logo {
	position: absolute;
	top: 2px;
	right: 20px;
}
.title {
	font-size: 1.2em;
	font-weight: bolder;
}
.title2 {
	font-size: 1.2em;
	color: #000000;
}
.strap_paragraph {
	font-size: .8em;
	color: #666666;
	padding: 10px;
}
.strap_paragraph td {
	width: 33%;
	vertical-align: top;
	text-align: center;
}

/* Menu Setup */

#main_menu {
	position: absolute;
	right: 20px;
	top: 111px;
	text-align: center;
	height: auto;
	bottom: 93px;
}
#main_menu ul {
	border-bottom: 1px solid #eeeeee;
	height: 33px;
	width: 45.79em;
	float: right;
}
#main_menu li {
	float: right;
	width: 9.05em;
}

/* Rollover */

#main_menu li ul {
	position: relative;
	left: -999em;
	border: 1px solid #eeeeee;
	border-top: none;
	width: 8.85em;
	background-color: #ffffff;
	height: auto;
}
#main_menu li:hover ul {
	left: auto;
}
#main_menu li.sfhover ul {
	left: 0;
}

/* 2nd lvl Nav */

#main_menu li ul {
	margin: 0;
}

#main_menu li:hover ul ul {
	position: absolute;
	top: 0;
	left: -999em;
	border: 1px solid #eeeeee;
	border-left: none;
}
#main_menu li li:hover ul {
	left: auto;
	margin-left: 114px;
}
#main_menu li li.sfhover ul {
	left: 0;
}

/* Main Menu Links */

#main_menu a {
	display: block;
	padding: .75em;
	color: #666666;
}
#main_menu a:hover {
	color: #000000;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding-top: 1em;
	padding-bottom: .5em;
}
#main_menu li ul a {
	display: block;
	font-size: .9em;
	width: 8.3em;
}
#main_menu li ul a:hover {
	border: 0;
	display: block;
}
#main_menu li ul li ul a:hover {
	border-left: none;
	display: block;
}

/* Body Setup */

.content {
	padding: 170px 10px 10px 10px;
	line-height: 1.4em;
}
.content img {
	margin: 10px 10px 10px 0;
}
.content_wrapper #single_column {
	padding: 170px 100px 0 100px;
	width: 600px;
}
.content td {
	padding: 10px;
	vertical-align: top;
	width: 50%;
	text-align: justify;
}
.artist_list li {
	margin: 0px 0px 10px 25px;
	float: left;
}
.artist_list {
	height: 7em;
}
.supp_info {
	font-size: .8em;
	color: #555555;
}
.section_title {
	font-weight: bolder;
	font-size: 2em;
}

/* Artist Setup */

.teacher_name {
	font-weight: bolder;
	font-size: 1.2em;
}
.teacher_list li {
	padding: 20px;
}

/* Calendar Setup */

.calendar_table {
	margin-left: 20px;
	width: 400px;
}
.calendar_table td {
	padding: 10px;
	width: 33%;
	text-align: left;
}
.calendar_month {
	font-weight: bolder;
	font-size: 1.6em;
}

/* Links Setup */

.links_list li {
	margin: 0 0 15px 0;
}
.links_list a {
	display: block;
	color: #404040;
}
.links_list strong {
	font-weight: bolder;
	font-size: 1.2em;
}
.links_category {
	font-size: 1.6em;
	font-weight: bolder;
	margin-bottom: 20px;
	border-bottom: 1px solid #444444;
	text-align: right;
}
