@charset "utf-8";
/* left.css */

aside {
	position: absolute; 
	width: 180px; 
	min-height: 650px; 
	background-color: #ffffff;
	margin-left: 10px;
	margin-top: 0px;
}

.phone_number {
	background:transparent;
	position: relative;
	float: left;
	width: 130px;
	height: 38px;
	vertical-align: top;
	margin-right: 10px;
}

.blue_button {
	background:transparent url(/images/blue-button.png) no-repeat;
	position: relative;
	float: left;
	width: 132px;
	height: 38px;
	vertical-align: top;
	margin-right: 10px;
}

.blue_button a{
	width:132px;
	height: 38px;
	position: absolute;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	left: -3px;
	top: 6px;
	text-decoration: none;
	}

