body {
	margin: 0;
	padding: 0;
	background: #FFF url(images/bg2.gif) repeat-y center;
	font-size: 88%;
	font-family: Verdana, Arial, sans-serif;
	color: #231F20;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0.6em 0 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0.6em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;
	font-family: Georgia, serif;
	color: #ED1C24; 
}
h1, h2 {
	font-size: 2.8em;
	color: #539ED2;
	letter-spacing: 1px;
}
h3 {
	margin: 1.2em 0 0 0;
	font-size: 1.6em;
	font-weight: normal;
}
h3.top {
	margin: 0.6em 0 0 0;
}
h3.blue {
	color: #539ED2;
	font-weight: bold;
	letter-spacing: 1px;
}
h4, h5, h6 {
	margin: 0.4em 0 0 0;
	font-size: 1.06em;
	font-weight: normal;
}
a {
	text-decoration: none;
} 
a:link, a:visited, a:active {
	color: #0071BC !important;
}
a:hover {
	color: #539ED2 !important;
}
input, textarea, select {
	border: 1px solid #999;
	background: #FFF;
	color: #231F20;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
}
blockquote {
	margin: 1.2em 40px;
	padding: 0.1em 40px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
small, .small {
	font-size: 0.92em;
}
code {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	color: #666;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
table, tr, td {
	border: 0; 
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
a img {
	border: 0;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 910px;
	background: #FFF url(images/bg.gif) repeat-y;
	text-align: left;
}
#header {
	float: left;
	width: 240px;
	padding: 16px 0 0 9px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 231px;
} 
html>body #header {
	width: 231px;
}	
#content {
	float: right;
	margin: 0;
	width: 670px;
	display: inline; /* IE double margin bug fix */
}
#menu {
	float: left;
	margin: 0;
	width: 240px;
	display: inline; /* IE double margin bug fix */
}
#footer {
	clear: both;
}

/* Header Styles */
#header h1 {
	border: 0;
	margin: 0;
	width: 190px;
	height: 190px;
	background: url(images/logo.jpg) no-repeat;
}
#header h1 a {
	display: block;
	padding: 190px 0 0 0;
	width: 190px;
	height: 190px;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
html>body #header h1 a {
	height: 0;
}
	
/* Sidebar Styles */

#menu ul {
	margin: 14px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	padding: 0;
}
#menu ul li a {
	display: block;
	padding: 62px 0 0 0;
	width: 161px;
	height: 62px;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
html>body #menu ul li a {
	height: 0;
}
#menu ul li#about a {
	background: url(images/menu.gif) 0 0;
}
#menu ul li#classes a {
	background: url(images/menu.gif) 0 -62px;
}
#menu ul li#timetable a {
	background: url(images/menu.gif) 0 -124px;
}
#menu ul li#parties a {
	background: url(images/menu.gif) 0 -186px;
}
#menu ul li#facilities a {
	background: url(images/menu.gif) 0 -248px;
}
#menu ul li#location a {
	background: url(images/menu.gif) 0 -310px;
}
#menu ul li#press a {
	background: url(images/menu.gif) 0 -372px;
}
#menu ul li#index a {
	background: url(images/menu.gif) 0 -434px;
}
#menu ul li#about a:hover, #menu ul li#about a.active {
	background: url(images/menu.gif) -161px 0;
}
#menu ul li#classes a:hover, #menu ul li#classes a.active {
	background: url(images/menu.gif) -161px -62px;
}
#menu ul li#timetable a:hover, #menu ul li#timetable a.active {
	background: url(images/menu.gif) -161px -124px;
}
#menu ul li#parties a:hover, #menu ul li#parties a.active {
	background: url(images/menu.gif) -161px -186px;
}
#menu ul li#facilities a:hover, #menu ul li#facilities a.active {
	background: url(images/menu.gif) -161px -248px;
}
#menu ul li#location a:hover, #menu ul li#location a.active {
	background: url(images/menu.gif) -161px -310px;
}
#menu ul li#press a:hover, #menu ul li#press a.active {
	background: url(images/menu.gif) -161px -372px;
}
#menu ul li#index a:hover, #menu ul li#index a.active {
	background: url(images/menu.gif) -161px -434px;
}

/* Footer */

#footer {
	height: 3em;
}

/* Pages */

/* Home */

body#home {
	background: #539ED2;
	color: #FFF;
}
#home #wrapper {
	background: none;
}
#home #header h1 {
	background: url(images/logohome.jpg) no-repeat;
}
#home #menu ul li#about a {
	background: url(images/menuhome.gif) 0 0;
}
#home #menu ul li#classes a {
	background: url(images/menuhome.gif) 0 -62px;
}
#home #menu ul li#timetable a {
	background: url(images/menuhome.gif) 0 -124px;
}
#home #menu ul li#parties a {
	background: url(images/menuhome.gif) 0 -186px;
}
#home #menu ul li#facilities a {
	background: url(images/menuhome.gif) 0 -248px;
}
#home #menu ul li#location a {
	background: url(images/menuhome.gif) 0 -310px;
}
#home #menu ul li#press a {
	background: url(images/menuhome.gif) 0 -372px;
}
#home #menu ul li#index a {
	background: url(images/menuhome.gif) 0 -434px;
}
#home #menu ul li#about a:hover, #home #menu ul li#about a.active {
	background: url(images/menuhome.gif) -0 0;
}
#home #menu ul li#classes a:hover, #home #menu ul li#classes a.active {
	background: url(images/menuhome.gif) -0 -62px;
}
#home #menu ul li#timetable a:hover, #home #menu ul li#timetable a.active {
	background: url(images/menuhome.gif) -0 -124px;
}
#home #menu ul li#parties a:hover, #home #menu ul li#parties a.active {
	background: url(images/menuhome.gif) -0 -186px;
}
#home #menu ul li#facilities a:hover, #home #menu ul li#facilities a.active {
	background: url(images/menuhome.gif) -0 -248px;
}
#home #menu ul li#location a:hover, #home #menu ul li#location a.active {
	background: url(images/menuhome.gif) -0 -310px;
}
#home #menu ul li#press a:hover, #home #menu ul li#press a.active {
	background: url(images/menuhome.gif) -0 -372px;
}
#home #menu ul li#index a:hover, #home #menu ul li#index a.active {
	background: url(images/menuhome.gif) -0 -434px;
}
#home #content {
	text-align: center;
}
#home #content h2 {
	margin: 5.8em auto 0 auto;
	padding: 92px 0 0 0;
	text-align: center;
	background: url(images/hometitle.gif) no-repeat;
	width: 420px;
	height: 92px;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
html>body #home #content h2 {
	height: 0;
}
#home #content p {
	text-align: left;
}
#home #content table {
	margin: 0 auto;
}
#home2 {
	display: block;
	padding: 179px 0 0 0;
	text-align: center;
	background: url(images/home2a.jpg) no-repeat;
	width: 178px;
	height: 179px;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
html>body #home2 {
	height: 0;
}
#home4 {
	display: block;
	padding: 177px 0 0 0;
	text-align: center;
	background: url(images/home4a.jpg) no-repeat;
	width: 179px;
	height: 177px;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
html>body #home4 {
	height: 0;
}
#home6 {
	display: block;
	padding: 177px 0 0 0;
	text-align: center;
	background: url(images/home6a.jpg) no-repeat;
	width: 179px;
	height: 177px;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
html>body #home4 {
	height: 0;
}
#home8 {
	display: block;
	padding: 178px 0 0 0;
	text-align: center;
	background: url(images/home8a.jpg) no-repeat;
	width: 178px;
	height: 178px;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
html>body #home8 {
	height: 0;
}
#home2:hover, #home2:active {
	background: url(images/home2b.jpg) no-repeat;
}
#home4:hover, #home4:active {
	background: url(images/home4b.jpg) no-repeat;
}
#home6:hover, #home6:active {
	background: url(images/home6b.jpg) no-repeat;
}
#home8:hover, #home8:active {
	background: url(images/home8b.jpg) no-repeat;
}

/* Classes */

@-moz-document url-prefix() {
.class1 #wrapper {
	width: 985px;
}
.class1 #content {
	width: 745px;
}
}
table#table_class1 td {
	vertical-align: top;
}
table#table_class1 td img, table#table_class1 td h3, table#table_class1 td p {
	float: left;
}
table#table_class1 td p {
	margin: 0.6em 0 0 10px; 
	width: 150px;
	font-size: 0.72em;
	line-height: 1.3em;
}
h3#title_class1_1 {
	display: block;
	margin: 0;
	padding: 19px 0 0 0;
	width: 157px;
	height: 19px;
	background: url(images/title_class1_1.gif) no-repeat;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
html>body h3#title_class1_1 {
	height: 0;
}
h3#title_class1_2 {
	display: block;
	margin: 0;
	padding: 18px 0 0 0;
	width: 185px;
	height: 18px;
	background: url(images/title_class1_2.gif) no-repeat;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
html>body h3#title_class1_2 {
	height: 0;
}
h3#title_class1_3 {
	display: block;
	margin: 0;
	padding: 16px 0 0 0;
	width: 163px;
	height: 16px;
	background: url(images/title_class1_3.gif) no-repeat;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
html>body h3#title_class1_3 {
	height: 0;
}
h3#title_class1_4 {
	display: block;
	margin: 0;
	padding: 16px 0 0 0;
	width: 158px;
	height: 16px;
	background: url(images/title_class1_4.gif) no-repeat;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
table#table_class2 td {
	vertical-align: top;
}
table#table_class2 td p {
	margin-left: 5px; 
	width: 237px;
	font-size: 0.78em;
	line-height: 1.3em;
}

/* About Us */

/* Enrollment */

h2#title_timetable {
	display: block;
	margin: 3.2em 0;
	padding: 50px 0 0 0;
	width: 520px;
	height: 50px;
	background: url(images/title_timetable.gif) no-repeat;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
html>body h2#title_timetable {
	height: 0;
}
h2#title_timetable2 {
	display: block;
	margin: 3.2em 0 0 0;
	padding: 40px 0 0 0;
	width: 305px;
	height: 40px;
	background: url(images/title_timetable2.gif) no-repeat;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
html>body h2#title_timetable2 {
	height: 0;
}
.timetable h3 {
	font-size: 1.32em;
}
.timetable p {
	margin: 0.4em 0 0.6em 0;
	font-size: 0.86em;
}
.timetable_links {
	font-size: 1.6em;
}
.timetable_links a {
	padding: 5px 0 5px 30px;
	background: url(images/timetable_icon.gif) no-repeat;
}
.timetable table p {
	margin: 0.4em 0 0 30px;
	font-size: 0.76em;
}

/* Parties */

h2#title_parties {
	display: block;
	margin: 3.2em 0 0 0;
	padding: 116px 0 0 0;
	width: 692px;
	height: 116px;
	background: url(images/title_parties.gif) no-repeat;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
} 
html>body h2#title_parties {
	height: 0;
}

/* Location */

.location {
	margin: 1.2em 0;
	clear: both;
	overflow: auto;
}
.location img {
	float: left;
}
.location div {
	float: left;
	margin-left: 15px;
	width: 370px;
}
.location h4 {
	margin: 0.4em 0 0.2em 0;
	color: #539ED2;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 1px;
}	
.location p {
	margin: 0.6em 0 0.8em 0;
	line-height: 1.3em !important;
}

/* Press */

.media td {
	padding: 0 15px 15px 0;
}

.hidden {
	display: none;
}
img.left {
	float: left;
	margin-right: 15px;
}
img.right {
	float: right;
	margin-left: 15px;
}