/* CSS Document */

body
{
padding:0px;
margin:auto;
background:url(../images/bg_main.jpg) repeat;


}

#wrapper
{
width:766px;
height:auto;
margin: auto;
/*background:url(../images/bg.jpg) repeat;*/
}

.menu
{
width:766px;
height:50px;
float:left;
}

.btn_home
{
background: url(../images/home.jpg) no-repeat;
width:128px;
height:50px;
float:left;
display:block
}
.btn_home:hover, .homedown
{
background: url(../images/home_hover.jpg) no-repeat;
width:128px;
height:50px;
float:left;
}

.btn_about
{
background: url(../images/aboutus.jpg) no-repeat;
width:127px;
height:50px;
display:block;
float:left;
}
.btn_about:hover, .aboutdown
{
background: url(../images/aboutus_hover.jpg) no-repeat;
width:127px;
height:50px;
float:left;
}

.btn_date
{
background: url(../images/datetime.jpg) no-repeat;
width:128px;
height:50px;
display:block;
float:left;
}
.btn_date:hover, .datedown
{
background: url(../images/datetime_hover.jpg) no-repeat;
width:128px;
height:50px;
float:left;
}

.btn_enrolment
{
background: url(../images/enrolment.jpg) no-repeat;
width:128px;
height:50px;
display:block;
float:left;
}
.btn_enrolment:hover, .enrolmentdown
{
background: url(../images/enrolment_hover.jpg) no-repeat;
width:128px;
height:50px;
float:left;
}

.btn_holiday
{
background: url(../images/holiday.jpg) no-repeat;
width:127px;
height:50px;
display:block;
float:left;
}
.btn_holiday:hover, .holidaydown
{
background: url(../images/holiday_hover.jpg) no-repeat;
width:127px;
height:50px;
float:left;
}

.btn_contact
{
background: url(../images/contactus.jpg) no-repeat;
width:128px;
height:50px;
display:block;
float:left;
}
.btn_contact:hover, .contactdown
{
background: url(../images/contactus_hover.jpg) no-repeat;
width:128px;
height:50px;
float:left;
}
.header_flash
{
width:766px;
height:384px;
float: left;
font-size:0px;
display:block;
}

.header
{
background:url(../images/header.jpg) no-repeat;
width:766px;
height:334px;
float: left;
}
.header2
{
background: url(../images/header_2.jpg) no-repeat;
width:766px;
height:22px;
float: left;
}

.button
{
width:766px;
height:154px;
float:left;
}
.baby
{
background:url(../images/baby.jpg) no-repeat;
width:221px;
height:154px;
float:left;
margin-left:42px;
margin-right:10px;
display:block;
}
.baby:hover, .babydown
{
background:url(../images/baby_hover.jpg) no-repeat;
width:221px;
height:154px;
float:left;
margin-left:42px;
margin-right:10px;
}
.preschool
{
background:url(../images/preschool.jpg) no-repeat;
width:221px;
height:154px;
float:left;
display:block;
}
.preschool:hover, .preschooldown
{
background:url(../images/preschool_hover.jpg) no-repeat;
width:221px;
height:154px;
float:left;
}
.schoolage
{
background:url(../images/schoolage.jpg) no-repeat;
width:221px;
height:154px;
float:left;
margin-left:10px;
margin-right:33px;
display:block;
}
.schoolage:hover, .schoolagedown
{
background:url(../images/schoolage_hover.jpg) no-repeat;
width:221px;
height:154px;
float:left;
margin-left:10px;
margin-right:33px;
}
.title
{
font-family: Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:bold;
text-align:left;
color:#000000;
padding-top:45px;
padding-bottom:15px;
padding-left:42px;
padding-right:33px;
}
.title_cont
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
text-align:left;
color:#000000;
padding-top:45px;
padding-bottom:45px;
padding-left:42px;
padding-right:33px;
}
.title_cont_lessons
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
text-align:left;
color:#000000;
padding-top:45px;
padding-bottom:45px;
padding-left:15px;
padding-right:33px;
}
.content
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
text-align:left;
color:#000000;
padding-top:45px;
padding-bottom:45px;
padding-left:42px;
padding-right:33px;
}
.content_left
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
text-align:left;
color:#000000;
padding-top:0px;
padding-bottom:45px;
padding-left:42px;
padding-right:33px;
}
.footer
{
width: auto;
height:67px;
/*background-color:#002e59;*/
background:url(../images/footer_bg.jpg) repeat;
}
.footer_content
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
text-align: center;
color:#cccccc;
}
.footer_content a
{
color:#cccccc;
text-decoration:underline;
}
.footer_content a:hover
{
color:#cccccc;
text-decoration: none;
}
.hidden_pic
{
display:none;
}

