@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: 292px;
	top: -2px;
}
#banner_2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
}

#container {
	margin: auto;
	width: 980px;
	height:auto;
	margin-top: 60px;
}
#main_image {
	height: 1150px;
	width: 1000px;
	background-color: #FFF;
	margin-top: 60px;
	background-image: url(crew1.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 6px 6px 22px 0px #666;
	margin: auto;
	;
}

#heading1 {
	color: #039;
	text-shadow: 3px 1px 3px #999;
	padding-top: 35px;
}
#text_box1 {
	float: right;
	width: 345px;
	color: #000;
	height: 377px;
	padding-right: 25px;
	text-align: justify;
}

#main_text {
	width: 990px;
	height:1150px;
	margin: auto;
}

#textbox_2 {
	width: 955px;
	padding-top: 440px;
	height: 330px;
	padding-left: 20px;
	color: #000;
	padding-right: 15px;
	text-align: justify;
}

#heading2 {
	text-shadow: 3px 1px 3px #999;
	 color: #039;
}

#image_box {
	height: 375px;
	width: 480px;
	float: right;
	margin-left: 30px;
}

#caption {
	width: 445px;
	text-align: center;
	font-size: 12px;
}

#info_box {
	width: 490px;
	color: #000;
	height: 447px;
	text-align: justify;
}

#footer {
	height: 35px;
	width: 450px;
	float: center;
	background-color: #FFF;
	margin-top: 35px;
	text-align: center;
	color: #333;
	font-size: 10pt;
	margin-left: 300px;
}
