#calendarFrame
{
	position:relative;
	top:-220px;
	left:275px;

}
#monthDisplay
{
	top: 0px;
	height: 50px;
	width: 350px;
	left:50px;
	position: absolute;
	text-align: center;
	line-height: 50px;
	background: url('monthBox.png'); 
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	
}
#DAY0, #DAY1, #DAY2, #DAY3, #DAY4, #DAY5, #DAY6
{
	top: 50px;
	height: 50px;
	width: 50px;
	position: absolute;
	background: url('dateBox.png'); 
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	line-height: 50px;
}

#box0, #box1, #box2, #box3, #box4, #box5, #box6
{
	top: 100px;
	height: 50px;
	width: 50px;
	position: absolute;
	background: url('dateBox.png'); 
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	line-height: 50px;
}

#box7, #box8, #box9, #box10, #box11, #box12, #box13
{
	top: 150px;
	height: 50px;
	width: 50px;
	position: absolute;
	background: url('dateBox.png'); 
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	line-height: 50px;
}
#box14, #box15, #box16, #box17, #box18, #box19, #box20
{
	top: 200px;
	height: 50px;
	width: 50px;
	position: absolute;
		background: url('dateBox.png'); 
	text-align: center;
		font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	line-height: 50px;
}
#box21, #box22, #box23, #box24, #box25, #box26, #box27
{
	top: 250px;
	height: 50px;
	width: 50px;
	position: absolute;
		background: url('dateBox.png'); 
	text-align: center;
		font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	line-height: 50px;
}
#box28, #box29, #box30, #box31, #box32, #box33, #box34
{
	top: 300px;
	height: 50px;
	width: 50px;
	position: absolute;
		background: url('dateBox.png'); 
	text-align: center;
		font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	line-height: 50px;
}
#box35, #box36, #box37, #box38, #box39, #box40, #box41
{
	top: 350px;
	height: 50px;
	width: 50px;
	position: absolute;
		background: url('dateBox.png'); 
	text-align: center;
		font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	line-height: 50px;
}

#box0, #box7, #box14, #box21, #box28, #box35, #DAY0
{
	left: 50px;
}
#box1, #box8, #box15, #box22, #box29, #box36, #DAY1
{
	left: 100px;
}
#box2, #box9, #box16, #box23, #box30, #box37, #DAY2
{
	left: 150px;
}
#box3, #box10, #box17, #box24, #box31, #box38, #DAY3
{
	left: 200px;
}
#box4, #box11, #box18, #box25, #box32, #box39, #DAY4
{
	left: 250px;
}
#box5, #box12, #box19, #box26, #box33, #box40, #DAY5
{
	left: 300px;
}
#box6, #box13, #box20, #box27, #box34, #box41, #DAY6
{
	left: 350px;
}
#previousButton, #nextButton
{
	top: 400px;
	height:50px;
	width: 175px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	position: absolute;
	background: url('buttonBox.png'); 
	text-align: center;
	line-height: 50px;
}

#previousButton:hover 
{

	background: url('buttonBox_hover.png'); 
}

#nextButton:hover
{

	background: url('buttonBox_hover.png'); 
}

#previousButton:active 
{

	background: url('buttonBox_hover.png'); 
	text-decoration:underline;
}

#nextButton:active
{

	background: url('buttonBox_hover.png'); 
	text-decoration:underline;
}
#nextButton
{	
	left: 225px;
}
#previousButton
{	
	left: 50px;
}