/*
-----------------------------------------------
CSS Base Stylesheet
Author:   Matthijs Brondijk, Jasper Roel
Version:  17-07-2006
----------------------------------------------- */

body {
    background:                 #619A6E url('../images4/bg.jpg') repeat-y top left ;
}
#main {
    background:                 #619A6E url('../images4/bg_main.jpg') repeat-y top left ;
}
.search {
    background:                 url('../images4/bg_search.png') no-repeat;
}
#searchbutton {
    background:                 url('../images4/search_button0.png') no-repeat;
}
#searchbutton:hover {
    background:                 url('../images4/search_button1.png') no-repeat;
}
.question {
    background:                 url('../images4/bg_question.png') no-repeat;
}
#questionbutton {
    background:                 url('../images4/question_button0.png') no-repeat;
}
#questionbutton:hover {
    background:                 url('../images4/question_button1.png') no-repeat;
}
.site_help {
    background:                 url('../images4/bg_contact.png') no-repeat;
}
#site_helpbutton {
    background:                 url('../images4/sitehelp_button0.png') no-repeat;
}
#site_helpbutton:hover {
    background:                 url('../images4/sitehelp_button1.png') no-repeat;
}
.library {
    background:                 url('../images4/bg_library.png') no-repeat;
}
#librarybutton {
    background:                 url('../images4/library_button0.png') no-repeat;
}
#librarybutton:hover {
    background:                 url('../images4/library_button1.png') no-repeat;
}
.info_links {
    background:                 url('../images4/bg_info.png');
}
.forum {
    background:                 url('../images4/bg_forum.png') no-repeat;
}
.school {
    background:                 url('../images4/bg_school.png') no-repeat;
}
.reading {
    background:                 url('../images4/bg_read.png') no-repeat;
}
.do {
    background:                 url('../images4/bg_do.png') no-repeat;
}
.interactive {
    background:                 url('../images4/bg_interactive.png') no-repeat;
}
.news {
    background:                 url('../images4/bg_news.png') no-repeat;
}