body {
	background-color: #000;
	background-image: url('images/bg.jpg'); background-repeat:repeat-y; background-position:center;
	padding:0px;
	margin:0px;
}

img { margin:0px 8px 8px 0px;}

#home_table {
	background: url('images/home_last.jpg') no-repeat;
	
	
}

#home_table th{
	height:30px;
	
}

#home_table th ul{
	text-align: center; padding:18px 0px;
}

#home_table th li{
	display: inline; list-style-type: none; padding:0px 9px; font-size:16px;
}

#home_table th  a { text-decoration: none; font-weight:bold; color:#000; }
#home_table th  a:hover { color:#6a091d; }
#home_table th  a#selected {color:#a00021} /* 6a091d */
#home_table .logo{ 	height:250px; }



#home_table .paper{
	/*background-color:#a4c0af;*/
	font-size: 14px;
	
	height:990px;
	width:560px;
	padding:10px;
	vertical-align: top;
	/*font-weight: bold;*/
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}

#home_table tr .paper p {
	font-size: 14px;
}

#home_table tr .paper form {
	font-size: 13px;
}

#home_table tr .paper form table {
	font-size: 13px;
}


#teachers { width:100%; text-align:center; }
#teachers td { padding: 5px;}
#teachers td img { max-width:260px; max-height:242px; border:1px solid #333;}

#teachers a {  text-decoration: none; color:#000;}

.p_img {
	text-align:center;
	margin-left: auto;
    margin-right: auto;
}
.p_img img {
	border:1px solid #000;
}


.titlepage {
	font-size: xx-large;
	text-align: center;
	font-weight: bold;
	color:#FFF;
}

#packages { font-size:12px;}



/* -------------------------IMAGE ROTATOR----------------------------------- */
/* rotator in-page placement */
div.rotator {
	position:relative;
	/*left:-38px;*/
	height:310px;
	margin-left: auto;
	margin-top: auto;
	
	
	
}

div.rotator ul{padding:0px; margin:auto;}

/* rotator css */
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div.rotator ul li img {
	/*border:0px solid #369;*/
	border:none;
	/*padding: 2px;*/
	margin-top:5px;
	margin-bottom:5px;
	/*background: #369;*/
	max-height:310px;
	max-width:420px;
}
div.rotator ul li.show {
	z-index:500;
}
/* -------------------------------------------------------------------------- */


#program { font-size:12px;}
#program .program_date { padding-bottom:9px; padding-top:15px; font-weight:bold; font-size:14px; vertical-align:top;}
#program .program_row { }
#program .program_time {text-align:left; vertical-align:top; padding-top:3px; padding-bottom:4px;}
#program .program_lesson {padding-left:8px; vertical-align:top;}