html {
	font-size: 100%;
}

body {
	font-size: 1em;
	font-family: verdana, helvetical, arial, sans serif;
	color: #000000;
	background-color: #ddbeff;
	padding: 70px 10px 10px;
}

div.title1 {
	position: absolute;
	top: 5px;
	left: 15px;
}

div.title2 {
	text-align: right;
	padding: 3px 5px 1px;
}

div.title2_tl {
	background: url('./images/purple_tl.png') top left no-repeat;
}

div.title2_tr {
	background: url('./images/purple_tr.png') top right no-repeat;
}

div.title2_tm {
	background: #994bfe url('./images/purple_tm.png') top left repeat-x;
}

div.content_bl {
	background: url('./images/white_bl.png') bottom left no-repeat;
}

div.content_br {
	background: url('./images/white_br.png') bottom right no-repeat;
}

div.content_bm {
	background: #ffffff url('./images/white_bm.png') bottom left repeat-x;
}

h1, h2, h3 {
	font-family: times new roman, serif;
	font-style: italic;
	color: #390084;
	margin: 0px;
}

h1 {
	font-size: 1.5em;
	padding: 10px 0px 5px;
	text-align: center;
}

h2 {
	font-size: 1.3em;
	padding: 5px 0px;
	text-align: center;
}

h2.nospace {
	clear: both;
	margin: 0px;
	padding: 0px;
}

div.menu {
	clear: both;
	color: #ffffff;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px 10px;
	position: relative;
	font-size: 0.8em;
}

div.menu_item {
	float: left;
	padding: 3px 15px;
	position: relative;
}

div.menu_selected {
	color: #390084;
	padding: 0px;
	position: relative;
}

div.tab_tl {
	background: url('./images/tab_tl.png') top left no-repeat;
	position: relative;
}

div.tab_tr {
	background: url('./images/tab_tr.png') top right no-repeat;
}

div.tab_tm {
	background: #ffffff url('./images/tab_tm.png') top left repeat-x;
}

div.tab_inner {
	padding: 3px 20px;
}

div.menu_end {
	padding: 3px;
}

div.content {
	font-size: 0.8em;
	padding: 10px 20px;
	position: relative;
}

div.image {
	float: right;
	margin: 0px 0px 5px 5px;
}

div.left_content {
	padding-left: 20px;
	margin-bottom: 10px;
	float: left;
	clear: left;
	text-align: right;
	height: 100px;
	width: 35%;
	vertical-align: middle;
}

div.right_content {
	padding-right: 20px;
	margin-bottom: 10px;
	float: right;
	clear: right;
	height: 100px;
	width: 35%;
	vertical-align: middle;
}

div.solo {
	background: url( './images/violin.gif' ) center left no-repeat;
}

div.duet_1 {
	background: url( "./images/duet_1.gif" ) right center no-repeat;
}

div.duet_2 {
	background: url( "./images/duet_2.gif" ) left center no-repeat;
}

div.trio_1 {
	background: url( "./images/trio_1.gif" ) right center no-repeat;
}

div.trio_2 {
	background: url( "./images/trio_2.gif" ) left center no-repeat;
}

div.quart {
	background: url( "./images/quart.gif" ) right center no-repeat;
}

div.custom {
	background: url( './images/custom.gif' ) center left no-repeat;
}

div.learn {
	background: url( "./images/learning.gif" ) right center no-repeat;
}

a { text-decoration: none; }
a:visited { color: #390084; }
a:link { color: #390084; }
a:active { color: #390084; text-decoration: underline; }
a:hover { color: #390084; text-decoration: underline; }

a.menu { text-decoration: none; }
a.menu:visited { color: #ffffff; }
a.menu:link { color: #ffffff; }
a.menu:active { color: #ffffff; text-decoration: underline; }
a.menu:hover { color: #ffffff; text-decoration: underline; }

.important {
	color: #390084;
	font-weight: bold;
}

p.footer {
	text-align: center;
	font-size: 0.8em;
	background-color: #ddbeff;
}

.clearall {
	clear: both;
	font-size: 1px;
}

td.label {
	vertical-align: top;
	padding: 5px 0px 5px 20px;
	text-align: right;
}

input, textarea {
	border: 1px solid #390084;
	color: #390084;
}

input.frm_text {
	width: 300px;
}

textarea.frm_texta {
	width: 300px;
	height: 50px;
}

td.input {
	padding: 5px 20px;
}

input.frm_submit {
	background: #390084;
	color: #ffffff;
}

