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

body {
	background: #ecebeb;
	margin: 0;
	padding: 0;
}
#header {
	margin-top: 20px;
	height: 189px;
	background: url(images/header-bg.png) repeat;
}
#header a {
	text-decoration: none;
}
#header img {
	border: none;
	margin-top: 7px;
}
#nav {
	margin: 0 0 0 15px;
	height: 89px;
	background: url(images/navigation5.png) no-repeat;
	font-family: Cooper Black;
	font-size: 30px;
	color: white;
}
#nav ul {
	list-style: none;
}
#nav li.first {
	margin: 20px 20px 0 35px;
	display: inline;
}
#nav li.first a:hover {
	color: black;
}
#nav li {
	float: left;
	margin: 20px 0 0 50px;
}
#nav li a {
	color: white;
	text-decoration: none;
}
#nav li a:hover {
	color: #c3c3f2;
}
#main {
	margin: 0 0 0 20px;
	height: 417px;
	background: url(images/main2.png) no-repeat;
}
#main #news {
	margin-left: 100px;
	padding-top: 1px;
	width: 750px;
}
#main #news h2 {
	font-size: 36px;
}
#main #news p {
	font-size: 20px;
	line-height: 40px;
}
#main #news .date {
	position: absolute;
	margin-left: 550px;
	color: orange;
}
#main #prev {
	position: absolute;
	width: 28px;
	height: 30px;
	margin: 190px 0 0 22px;
	background: url(images/main-left-arrow.png) no-repeat;
}
#main #prev:hover {
	background: url(images/main-left-arrow-hover.png) no-repeat;
}
#main #next {
	position: absolute;
	width: 28px;
	height: 30px;
	margin: 190px 0 0 902px;
	background: url(images/main-right-arrow.png) no-repeat;
}
#main #next:hover {
	background: url(images/main-right-arrow-hover.png) no-repeat;
}
#main_page {
	height: 680px;
	margin: 0 0 20px 58px;
	background: url(images/page.jpg) no-repeat;
}
#calendar {
	width: 900px;
	padding-top: 80px;
	text-align: center;
}
#apply {
	width: 900px;
	padding-top: 150px;
	text-align: center;
}
#gallery {
	width: 1000px;
	text-align: center;
	margin-bottom: 50px;
}
#footer {
	height: 400px;
}
#footer #subcontent_left {
	position: absolute;
	width: 260px;
	height: 347px;
	margin: 0 0 0 60px;
	background: url(images/subcontent2.png) no-repeat;
}
#footer #subcontent_left h3 {
	margin: 0;
	padding: 5px 0 0 10px;
}
#footer #subcontent_middle {
	position: absolute;
	width: 260px;
	height: 347px;
	margin: 0 0 0 370px;
	background: url(images/subcontent2.png) no-repeat;
}
#footer #subcontent_middle h3 {
	margin: 0;
	padding: 5px 0 0 10px;
}
#footer #subcontent_right {
	position: absolute;
	width: 260px;
	height: 347px;
	margin: 0 0 0 675px;
	background: url(images/subcontent2.png) no-repeat;
}
#footer #subcontent_right h3 {
	margin: 0;
	padding: 5px 0 0 10px;
}
#classes {
	margin: 0px 0 0 10px;
}
#classes img {
	border: none;
	margin: 10px 0 0 25px;
}
#ventrilo iframe {
	width: 200px;
	height: 300px;
	border: none;
	margin-left: 35px;
}
#information {
	width: 240px;
	margin: 15px 0 0 10px;
}
#information table {
	width: 235px;
	border: none;
}
#information table tr {
	margin: 25px 0 0 0;
}
#information table tr td {
	border: none;
}
#information table tr td.left {
	text-align: left;
	font-weight: bold;
	width: 120px;
}
#information table tr td.right {
	text-align: right;
}
#information .motto {
	text-align: center;
}
#char_class {
	margin-left: 190px;
	padding-top: 130px;
}
.classes {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	width:480px;
	text-align:left;
	border-collapse:collapse;
	margin:30px 30px 30px 15px;
}
.classes th {
	font-weight:normal;
	font-size:14px;
	border-bottom:2px solid #6678b1;
	border-right:30px solid #fff;
	border-left:30px solid #fff;
	color:#039;
	padding:8px 2px;
}
.classes td {
	border-right:30px solid #fff;
	border-left:30px solid #fff;
	color:#669;
	padding:12px 2px 0;
}

.classes td a {
	color:#669;
	text-decoration: none;
}

.classes td a:hover {
	text-decoration: underline;	
}
