
/*font-family: 'Questrial', sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=Questrial);
/*font-family: 'Montserrat', sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:700);

body{
	background:url(../img/back.png);
	margin:0;
}
.pull-mid{
	display:block;
	margin:0 auto;
}
.top{
	width:600px;
	background:#fff;
	text-align:center;
}
.bottom{
	-moz-box-shadow:inset 0px 5px 5px #1796bb;
	-webkit-box-shadow:inset 0px 5px 5px #1796bb;
	box-shadow:inset 0px 5px 5px #1796bb;
	border-bottom:1px solid #d5e6eb;
	background:#01B3E3;
	height:85px;
	width:100%;
}
.bottom-wrap{
	width:585px;
	color:#fff;
}

.font-monterrat{
	font-family: 'Montserrat', sans-serif;
}
.font-questrial{
	font-family: 'Questrial', sans-serif;
}
.bottom .left{
	line-height:85px;
	font-size:16px;
	color:#FFF;
	float:left;
}
.bottom .right{
	padding-top:15px;
	float:right;
}
.bottom .right p{
	font-size:15px;
	margin:0;
	line-height:18px;
}