/* Inserting and Positioning Home Page Buttons */
.buttons a{
    float: left;
    width: 300px;
    height: 150px;
    background-position: 0 0;
    background-repeat: no-repeat;
	}
	
.buttons a:hover{
    background-position: 0 -150px;
	}
	
.buttons a:active {
    background-position: 0 -300px;
	}	


.button1 a{
    background-image: url(../images/button1.jpg);
    margin: 0 5px 5px 0;
	}

.button2 a{
  	background-image: url(../images/button2.jpg);
    margin: 0 0 5px 0;
  }
	
.button3 a{
    background-image: url(../images/button3.jpg);
    margin: 0 5px 5px 0;
	}
	
.button4 a{
    background-image: url(../images/button4.jpg);
    margin: 0 0 5px 0;
	}
	
.button5 a{
    background-image: url(../images/button5.jpg);
    margin: 0 5px 0 0;
	}
	
.button6 a{
    background-image: url(../images/button6.jpg);
    margin: 0;
	}

