#page_container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: thick ridge #00CCFF;
	position: relative;
	background-color: #CCCCCC;
}
#banner {
	height: 200px;
	position: relative;
	width: 1000px;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #CCCCCC;
	background-color: #253266;
}
#banner     img {
	position: relative;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
#page_content {
	width: auto;
	margin: 0px;
	position: relative;
	padding: 20px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#page_footer {
	height: 25px;
	width: auto;
	position: relative;
	bottom: 0px;
	border: thin ridge #CCCCCC;
	clear: both;
	background-color: #253266;
	padding: 3px;
	color: #669966;
}
#copyright_text {
	float: left;
	width: 230px;
	margin: 5px;
	font-size: 12px;
}
#footer_contact {
	float: right;
	margin: 5px;
	font-size: 14px;
}
#bottom_nav {
	height: 20px;
	border: medium ridge #CCCCCC;
	position: relative;
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd";
	font-size: 18px;
	text-align: center;
	padding: 8px;
	clear: both;
	background-color: #CCCCCC;
	font-weight: bold;
}
h1 {
	color: #253266;
	font-size: 40px;
}

h2 { color: #253266; }

.crew_container {
	border: medium ridge #cccccc;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#sidebar {
	float: left;
	width: 130px;
	border-right: medium ridge #cccccc;
	padding-left: 5px;
	position: relative;
	padding-bottom: 30px;
	margin-top: 100px;
}
#sidebarred_main {
	position: relative;
	float: right;
	width: 760px;
	padding-right: 30px;
	padding-left: 30px;
}

h3 { color: #990033; }

.crew_item {
	width: 720px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #cccccc;
	position: relative;
	padding: 15px;
}

.capability_list {
	list-style-image: url(../images/bullet.jpg);
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #483201;
	font-style: normal;
	text-indent: 30px;
	line-height: 26px;
	font-size: 16px;
}

.tech_spec_list dt {
	color: #00667F;
	line-height: normal;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.tech_spec_container_left {
	width: 400px;
	float: left;
	padding: 10px 20px 10px 10px;
	margin-left: 20px;
}
.tech_spec_container_right {
	width: 400px;
	float: right;
	padding: 10px 10px 10px 20px;
	margin-right: 40px;
}
.tech_spec_list  dd {
	line-height: normal;
	color: #333399;
	padding-bottom: 20px;
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd";
	font-size: 22px;
}

.capability_list_container { margin-left: 50px; }
.links_div {
	width: 700px;
	border: medium ridge #cccccc;
	margin-left: 130px;
	padding: 10px;
}

.link_text_box {
	height: auto;
	width: 400px;
	left: 400px;
	float: right;
}
.contacts_div {
	float: none;
	width: 360px;
	position: relative;
	height: auto;
	margin: auto;
	padding: 0px;
}
