/* Curriculum page modules background images */
div#module
{
width: 187px;
height: 186px;
background-repeat: no-repeat;
}

div#moduletext
{
padding-left: 16px;
padding-right: 25px;
padding-top: 18px; 
font-family: verdana,tahoma,arial;
font-size: 11px;
font-weight: bold;
color: #ffffff;
}


div#moduleenglish
{
width: 187px;
height: 186px;
background-image: url(../images/banner_english.png);
background-repeat: no-repeat;
}


div#modulemaths
{
width: 187px;
height: 186px;
background-image: url(../images/banner_maths.png);
background-repeat: no-repeat;
}


div#modulesportsandarts
{
width: 187px;
height: 238px;
background-image: url(../images/banner_sportsandarts.png);
background-repeat: no-repeat;
}

div#modulescienceandtechnology
{
width: 187px;
height: 186px;
background-image: url(../images/banner_scienceandtechnology.png);
background-repeat: no-repeat;
}


div#modulefoundation
{
width: 187px;
height: 250px;
background-image: url(../images/banner_foundation.png);
background-repeat: no-repeat;
}


div#modulehumanities
{
width: 187px;
height: 250px;
background-image: url(../images/banner_humanities.png);
background-repeat: no-repeat;
}

div#modulemodernlanguages
{
width: 187px;
height: 186px;
background-image: url(../images/banner_modernlanguages.png);
background-repeat: no-repeat;
}


div#modulepartnerships
{
width: 187px;
height: 250px;
background-image: url(../images/banner_governors.png);
background-repeat: no-repeat;
}


/* End curriculum page modules background images */
