﻿html {height:100%;}

body {
	margin:0px;
	height:100%;
	
	background-color:black;
	background-image:url('images/gradient.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;

	font-family:"Arial";
	font-size:9pt;
	font-weight:normal;
	font-variant:small-caps;
	
	letter-spacing:1px;
	
	color:white;
	
	cursor:default;
}

table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

a {
	color:white;
	text-decoration:none;
}

a:hover {
	color:white;
	text-decoration:underline;
}

.school_title {
	background-color:white;
	padding-left:10px;
	font-weight:bold;
	font-size:13pt;
	letter-spacing:1px;
	color:#5A0903;
	cursor:pointer;
}

.school_line {
	height:1px;
	background-color:white;
}

.school_content {
	padding:10px 20px 20px 20px;
	background-color:white;
	color:#5A0903;	
}

.students_picture {vertical-align:top;}

.students_name {
	font-size:11pt;
	font-weight:bolder;
}

.students_margin_left {
	margin-top:0px;
	margin-left:20px;
}

.theatre_subject {
	color:#570804;
	font-size:12pt;
	font-weight:bold;
}

.theatre_title {
	color:#570804;
	font-size:10pt;
	font-weight:bold;
}

.news_title {
	color:#570804;
	font-size:12pt;
	font-weight:bold;
	margin-top:0px;
}

.wisdom_title {
	color:#570804;
	font-size:12pt;
	font-weight:bold;
	letter-spacing:2px;
	margin-top:0px;
}

.wisdom_name {
	color:#570804;
	font-weight:bold;
	margin-left:40px;
}

.contact_classes {
	border-bottom:1px white solid;
	margin-bottom:0px;
}

.contact_link {
	background-color:white;
	font-weight:bold;
	padding-left:10px;
	text-align:left;
	letter-spacing:1px;
	color:#5A0903;
	cursor:pointer;
	width:135px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:15px;
}