@charset "utf-8";
/* CSS Document */

a, img {float:left}

a#button1 {
	height:60px;
	width:163px;
	background-image:url(buttons_01.gif);
	background-repeat:no-repeat;
	display:block;
}

a:hover#button1 {
	height:60px;
	width:163px;
	background-image:url(buttons-over_01.gif);
	background-repeat:no-repeat;
	display:block;
}

a#button2 {
	height:60px;
	width:124px;
	background-image:url(buttons_02.gif);
	background-repeat:no-repeat;
	display:block;
}

a:hover#button2 {
	height:60px;
	width:124px;
	background-image:url(buttons-over_02.gif);
	background-repeat:no-repeat;
	display:block;
}

a#button3 {
	height:60px;
	width:165px;
	background-image:url(buttons_03.gif);
	background-repeat:no-repeat;
	display:block;
}

a:hover#button3 {
	height:60px;
	width:165px;
	background-image:url(buttons-over_03.gif);
	background-repeat:no-repeat;
	display:block;
}