/*right buttons*/

#home_right_buttons2 {
	width:291px;
	float:right;
}
.side_button2 {
	width:261px; /*291px minus padding*/
	height:70px; /*80px minus padding*/
	margin:0px 0px 10px 0px;
	padding:10px 10px 0px 20px;
	background-repeat:no-repeat;
	background-position:left top;
}
.side_button2 .title {
	font-family:"Century Gothic", Arial, sans-serif;
	color:#bcebff;
	font-size:18px;
}
.side_button2 .image {
	float:right;
	width:100px;
	height:48px;
	margin:0px 0px 0px 0px;
}
.side_button2 .text {
	float:left;
	width:200px;
	font-size:12px;
	padding:0px 0px;
	line-height:normal;
	color:#FFFFFF;
}
.side_button2 .text p {
	padding:0px;
	margin:0px;
}
.side_button2 a, .side_button2 a:visited, .side_button2 a:link, .side_button2 a:hover {
	text-decoration: none;
	color:#bcebff;
}
