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

body{
	padding:0;
	margin:0;
	background-color:#ffffff;
	color:#666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bg/pattern.gif);
	background-repeat: repeat-x;
}
div, h1, h2, p, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}


#header{
	width:946px;
	height:110px;
	margin:0 auto;
}
#header img.logo {
	height: 95px;
	width: 351px;
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
	float: left;
}
#header img.registration {
	float: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 14px;
}
#header p.contact {
	float: right;
	width: 300px;
	font-size: 16px;
	font-weight: bold;
	left: 942px;
	top: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
}
#header ul {
	margin: 0px;
	float: right;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 21px;
}
#header ul li {
	font-size: 14px;
	display: inline;
	float: left;
}
#header ul li a {
	display: block;
}
#header li.nav_home {
	background-image: url(../images/nav/home.gif);
}
#header li.nav_home a:hover {
}
#top {
	background-image: url(../images/bg/bg_top.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
	height: 253px;
	width: 946px;
}
#top.none {
	background-image: url(../images/bg/bg_top_none.gif);
}
#top img {
	padding-left: 13px;
}
#top p.top_line {
	background-image: url(../images/bg/top_line.gif);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 946px;
}
#top p.top_line_red {
	background-image: url(../images/bg/top_line_red.gif);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 946px;
}
#top p.top_line_orange {
	background-image: url(../images/bg/top_line_orange.gif);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 946px;
}
#top p.top_line_yellow {
	background-image: url(../images/bg/top_line_yellow.gif);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 946px;
}
#top p.top_line_purple {
	background-image: url(../images/bg/top_line_purple.gif);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 946px;
}
#top p.top_line_green {
	background-image: url(../images/bg/top_line_green.gif);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 946px;
}
#top p.ad {
	font-size: 16px;
}
#top ul {
	margin: 0px;
	padding-top: 60px;
	padding-left: 140px;
}
#top li {
	font-size: 17px;
	line-height: 1.3em;
	list-style-image: url(../images/star.gif);
	padding-left: 12px;
}
#nav {
	height: 58px;
	width: 946px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav ul {
	margin: 0px;
	float: right;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
}

#body {
	width: 946px;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	background-image: url(../images/bg/bg_gray.gif);
}
#body h1.facility {
	background-image: url(../images/header/facility.gif);
	background-repeat: no-repeat;
	background-position: 40px top;
	display: block;
	height: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-right: 60px;
}
#body h1.registration {
	background-image: url(../images/header/registration.gif);
	background-repeat: no-repeat;
	background-position: 40px top;
	display: block;
	height: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#body h1.teachers {
	background-image: url(../images/header/teachers.gif);
	background-repeat: no-repeat;
	background-position: 40px top;
	display: block;
	height: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#body p {
	padding-left: 45px;
	line-height: 1.3em;
	padding-bottom: 14px;
	padding-left: 50px;
	padding-right: 50px;
}
#body h2 {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-left: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #3B4252;
	clear: both;
}
#body  img.teachers {
	background-color: #FFFFFF;
	display: block;
	padding: 10px;
	margin-right: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin-bottom: 5px;
}
#left {
	float: left;
	width: 470px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bg/bug.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
#left h1 {
	background-image: url(../images/header/about.gif);
	background-repeat: no-repeat;
	background-position: 40px top;
	display: block;
	height: 40px;
	margin-bottom: 20px;
}
#left h1.program {
	background-image: url(../images/header/ourProgram.gif);
	background-repeat: no-repeat;
	background-position: 40px top;
	display: block;
	height: 40px;
}
#left h1.contact {
	background-image: url(../images/header/contact.gif);
	background-repeat: no-repeat;
	background-position: 40px top;
	display: block;
	height: 40px;
}
#left p {
	padding-left: 45px;
	line-height: 1.3em;
	padding-bottom: 14px;
}
#left ul li {
	padding-left: 0px;
	line-height: 1.3em;
	padding-bottom: 14px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 55px;
}
#right {
	float: right;
	width: 440px;
	padding-top: 20px;
	background-image: url(../images/bg/boy.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left-width: 4px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding-right: 20px;
}
#right h1 {
	background-image: url(../images/header/UpcomingEvents.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
	display: block;
	height: 40px;
}
#right h2 {
	background-color: #FFFAE2;
	display: block;
	font-size: 16px;
	margin-left: 32px;
	padding-left: 7px;
	margin-bottom: 6px;
	margin-top: 10px;
	margin-right: 30px;
	color: #666666;
	border: 1px solid #999999;
}
#right p {
	padding-left: 40px;
	line-height: 1.3em;
}
#right p.buttom {
	background-color: #CCCCCC;
	display: block;
	height: 20px;
	padding: 0px;
	margin-top: 40px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right ul {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#right ul li {
	list-style-position: outside;
	list-style-type: square;
	padding-bottom: 10px;
}
#footer {
	background-image: url(../images/bg/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	width: 946px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer p {
	margin: 0px;
	float: right;
	padding-top: 25px;
	padding-right: 20px;
	font-size: 12px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}

