@charset "UTF-8";
/* CSS Document */
#banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333;
	background-repeat: no-repeat;
	position: relative;
	height: 119px;
	-webkit-box-shadow: inset 13px 34px 22px 13px #666;
	border-top-width: 3px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #333;
	width: 110%;
}
#phone_box {
	font-color: #FFF;
	color: #FFF;
	margin-left: 75%;
	top: 13px;
	width: 134px;
	position: absolute;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-shadow: 3px 4px 3px #000;
	font-size: 11pt;
	height: 50px;
}
#fb_iconbox, #twitter_box {
	float: left;
}
#fb_iconbox {
	width: 30px;
	height: 30px;
	margin: 0px;
}

#twitter_box {
	width: 30px;
	height:30px;
	margin-left:5px;
	padding-bottom: 30px;
}
#banner_1 {
	height: 117px;
	width: 110px;
	position: absolute;
	left: 290px;
	top: -1px;
}

#container {
	width: 968px;
	margin: auto;
	background-color: #FFF;
	font-size:14px;
	-webkit-box-shadow: 3px 1px 7px 6px #999;
	height: 1400px;
	margin-top: 30px;
}
#banner_2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
}
#main_image {
	position: relative;
	height: 400px;
	width: 978px;
	background-color: #FFF;
	margin-top: 60px;
	-webkit-box-shadow: 3px 6px 22px 0px #666;
	background-image: url(../brassentrance.jpg);
	background-repeat: no-repeat;
}
#heading1 {
	color: #039;
	text-shadow: 3px 1px 3px #999;
}
#text_box1 {
	float: right;
	width: 350px;
	padding-top: 50px;
	margin-right: 12px;
	color: #000;
	text-align: justify;
}
#heading2 {
	padding-top: 35px;
	margin-bottom: 0px;
	color: #039;
	text-shadow: 2px 2px 5px #666;
}
#main_text {
	width: 1000px;
	height: 900px;
}
#left_column  {
	float: left;
	width: 400px;
	height: 900px;
}
#left_column {
	margin-left: 35px;
	margin-top: 0px;

}
#heading3 {
	color: #039;
	text-shadow: 3px 2px 5px #666;
}
#leftcolumn_image2 {
	border: 1px solid;
	width: 370px;
	margin-left: 0px;
	-webkit-box-shadow: -3px 3px 2px 2px #999;
	border-color: #999;
}
#right_column {
	margin-left: 450px;
	padding-top: 100px;
	height: 780px;
}
#rightcolumn_image1 {
	border: 1px solid;
	width: 375px;
	margin-left: 50px;
	-webkit-box-shadow: 3px 2px 2px 2px #999;
	border-color: #999;
}
#text_box2 {
	width: 369px;
	margin-top: 215px;
	text-align: justify;
	margin-left: 50px;
}
#footer {
	height: 20px;
	background-color: #FFF;
	text-align: center;
	color: #333;
	font-size: 10pt;
	margin-top: 30px;
}
	
