.main {
	width: 100%;
	text-align: center;
	margin-top: 25px;
}
.welcome {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: thin inset rgba(212,213,169,1.00);
	line-height: 125%;
	border-radius: 8px;
	background-color: rgba(249,254,255,1.00);
	-webkit-box-shadow: inset -1px -1px 2px 1px rgba(80,93,70,1.00);
	box-shadow: inset -1px -1px 2px 1px rgba(80,93,70,1.00);
}


body {
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
}
.boldLarge {
	font-weight: bold;
	font-family: "GeoSlab703 Md BT", Arial;
	font-size: 35px;
	line-height: 125%;
}
.boldMed {
	font-weight: bold;
	/* [disabled]text-align: left; */
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 21px;
	line-height: 120%;
}
.textSmall {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 16px;
	margin-bottom: 10px;
}
h1 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 28pt;
	font-weight: bold;
}
#socialIcons {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 20px;
}
.hours {
	line-height: 37px;
	font-weight: bold;
	font-family: "GeoSlab703 Md BT", Arial;
	font-size: 23px;
}
.main #text h2 {
	line-height: 28px;
	text-align: justify;
	color: #137EAA;
}
#call {
	clear: right;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-top: 20px;
}
#googlemap {
	width: 600px;
	float: left;
	clear: none;

}


#trading {
	width: 320px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	float: right;
}

#contruction {
	clear: both;
	padding-top: 10px;

}
