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

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