/*
-----------------------------------------------
CSS Base Stylesheet
Author:   Matthijs Brondijk, Jasper Roel
Version:  17-07-2006
----------------------------------------------- */

body {
    background-color:           white;
}
#main {
    
}
.search {
    background:                 url('../images6/bg_search.png') no-repeat;
}
#searchbutton {
    background:                 url('../images6/search_button0.png') no-repeat;
}
#searchbutton:hover {
    background:                 url('../images6/search_button1.png') no-repeat;
}
.question {
    background:                 url('../images6/bg_question.png') no-repeat;
}
#questionbutton {
    background:                 url('../images6/question_button0.png') no-repeat;
}
#questionbutton:hover {
    background:                 url('../images6/question_button1.png') no-repeat;
}
.site_help {
    background:                 url('../images6/bg_contact.png') no-repeat;
}
#site_helpbutton {
    background:                 url('../images6/sitehelp_button0.png') no-repeat;
}
#site_helpbutton:hover {
    background:                 url('../images6/sitehelp_button1.png') no-repeat;
}
.library {
    background:                 url('../images6/bg_library.png') no-repeat;
}
#librarybutton {
    background:                 url('../images6/library_button0.png') no-repeat;
}
#librarybutton:hover {
    background:                 url('../images6/library_button1.png') no-repeat;
}
.info_links {
    background:                 url('../images6/bg_info.png') no-repeat;
}
.forum {
    background:                 url('../images6/bg_forum.png') no-repeat;
}
.school {
    background:                 url('../images6/bg_school.png') no-repeat;
}
.reading {
    background:                 url('../images6/bg_read.png') no-repeat;
}
.do {
    background:                 url('../images6/bg_do.png') no-repeat;
}
.interactive {
    background:                 url('../images6/bg_interactive.png') no-repeat;
}
.news {
    background:                 url('../images6/bg_news.png') no-repeat;
}
