/* TEXT */

/* general */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em; /* ~14px */
}
table, input, textarea, select {
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
img {
	border: 0;
}
p {
	margin: 0;
	padding: 0 0 1em;
	line-height: 1.3em;
}
ul, ol {
	margin: 0;
	padding: 0 0 1.5em 2em;
	line-height: 1.3em;
}
h1 {
	margin: 0;
	padding: 0 0 1.5em;
	text-transform: capitalize;
	font-size: 1.3em;
	color: #821592;
}
h2 {
	margin: 0 0 0.7em;
	padding: 0 0 0.3em;
	font-size: 1.1em;
	border-bottom: 1px solid #821592;
}
h3 {
	margin: 0;
	padding: 0.3em 0 1em;
	font-size: 1em;
	border-bottom: 1px solid #821592;
}
h3:first-letter {
	color: #821592;
}

#text p:first-letter {
	color: #821592;
}
#text a {
	color: #821592;
}
#text a:hover {
	color: #821592;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.3em;
}
table td, table th {
	vertical-align: top;
	padding: 4px;
}
table th {
	border-bottom: 0.2em solid #821592;
}
table td {
	border-left: 1px dotted #821592;
}

/* classes */
.name {
	color: #821592;
}
strong.name {
	font-weight: normal;
}
.center, .center td {
	text-align: center;
}

/* ids */
#footer {
	text-align: center;
	color: white;
}
#f_first {
	font-size: 12px; /* ~0.85em */
}
#f_second {
	text-align: right;
	font-size: 10px; /* ~0.7em */
	line-height: 16px;
}
#footer a {
	color: white;
}
#footer a:hover {
	text-decoration: none;
}

/* END TEXT */


/* LAYOUT */

/* page */
body {
	background: black url(images/background.jpg) center top repeat-x;
	margin: 0;
	text-align: center;
}
#page_outer {
	background: transparent url(images/logo.jpg) left top no-repeat;
	margin: 14px auto;
	padding-top: 100px;
	width: 776px;
	text-align: left;
}
#page {
	position: relative;
	width: 676px;
	margin-left: 50px;
}

/* menu */
#menu {
	height: 29px;
	margin: 0 0 0 194px;
	padding: 7px 0 0;
	background: transparent url(images/menu_back.gif) right top repeat-y;
} * html #menu {
	height: 36px;
	he\ight: 29px;
	float: right;
}
#menu img {
	visibility: hidden;
}
#menu li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}
#menu a {
	display: block;
	height: 29px;
} * html #menu a {
	width: 10px;
}

#menu #submenu {
	position: absolute;
	left: 0;
	top: 160px;
	margin: 0;
	padding: 0;
	width: 96px;
}
#menu #submenu a {
	height: auto;
}
#menu #submenu img {
	visibility: visible;
}
#menu li#separator_sub {
	width: 78px;
	height: 1px;
	font-size: 1px;
	margin: 0 0 8px 8px;
	border-top: 1px solid #3b0942;
} * html #menu li#separator_sub {
	margin-left: 4px;
}

	/* menu effects */
	#about { background-image: url(images/menu/about_n.gif); }
	#about:hover { background-image: url(images/menu/about_h.gif); }
	#menu #about.here { background-image: url(images/menu/about_a.gif); }
	#classes { background-image: url(images/menu/classes_n.gif); }
	#classes:hover { background-image: url(images/menu/classes_h.gif); }
	#menu #classes.here { background-image: url(images/menu/classes_a.gif); }
	#staff { background-image: url(images/menu/staff_n.gif); }
	#staff:hover { background-image: url(images/menu/staff_h.gif); }
	#menu #staff.here { background-image: url(images/menu/staff_a.gif); }
	#birthday { background-image: url(images/menu/birthday_n.gif); }
	#birthday:hover { background-image: url(images/menu/birthday_h.gif); }
	#menu #birthday.here { background-image: url(images/menu/birthday_a.gif); }
	#calendar { background-image: url(images/menu/calendar_n.gif); }
	#calendar:hover { background-image: url(images/menu/calendar_h.gif); }
	#menu #calendar.here { background-image: url(images/menu/calendar_a.gif); }
	#contact { background-image: url(images/menu/contact_n.gif); }
	#contact:hover { background-image: url(images/menu/contact_h.gif); }
	#menu #contact.here { background-image: url(images/menu/contact_a.gif); }
	
	#submenu a.here, #submenu a:hover {
		background-position: 85px 11px;
		background-repeat: no-repeat;
	}
	#menu #submenu a.title_sub { background-position: 85px 1px; }
	#menu #submenu a#birthday_sub.title_sub { background-position: 85px 16px; }
	#submenu a:hover { background-image: url(images/menu/sub_hover.gif); }
	#menu #submenu a.here { background-image: url(images/menu/sub_active.gif); }

/* content */
#content {
	background: url(images/film_back.gif) right top repeat-y;
	overflow: hidden;
} * html #content {
	clear: right;
}
#ballerina {
	width: 538px;
	background: #fde7ff url(images/ballerina.gif) 125px top no-repeat;
}
#text {
	min-height: 382px;
	border-left: 96px solid #ecc0ff;
	padding: 0 2em;
	background: transparent url(images/submenu_right.gif) left top repeat-y;
} * html #text {
	height: 382px;
}
#submenu_fill {
	position: absolute;
	left: 0;
	top: 36px;
	width: 96px;
	height: 124px;
	background: transparent url(images/logo.jpg) -50px -136px no-repeat;
}
#text_fill {
	height: 80px;
	background: transparent url(images/logo.jpg) -146px -136px no-repeat;
	margin-left: -2em;
	margin-bottom: -0.5em;
}

#gallery {
	position: absolute;
	top: 36px;
	padding-top: 6px;
	right: 19px;
	float: right;
	width: 100px;
	font-size: 1px;
}
#gallery img {
	margin-bottom: 5px;
	width: 100px;
}

/* footer */
#f_first {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	background: transparent url(images/footer_back.gif) left top repeat-y;
}
* html #f_first img {
	margin-top: 10px;
}

/* END LAYOUT */