﻿.page_container
{
	width: 1041px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#section_main
{
	width: 1041px;
	background: #303030;
	border: solid 1px #F7F7F7;
	color: #F7F7F7;
	font-size: 14px;
}

hr
{
	border: solid 1px white;
}

h1
{
	margin: 5px;
	font-size: 30px;
	font-weight: normal;
}


h2
{
	margin-top: 50px;
	margin-bottom: 10px;
	color: #F7F7F7;
}

h3
{
	margin: 5px 0;
}

.page_section
{
	margin: 25px 35px;
	position: relative;
}

#about_fleet
{
	width: 800px;
	height: 200px;
	margin: 15px auto;
	border: solid 1px #F7F7F7;
	background: #CCC;
	display: block;
}

.affiliation_image
{
	height: 150px;
	width: 250px;
	border: solid 1px #F7F7F7;
	background-color: #AAA;
	display: block;
}

.image_container
{
	float: left;
	height: 200px;
	width: 250px;
	margin: 10px 20px;
}

.image_shadow
{
	background: transparent url('/Assets/Layout/250shadow.png') top center no-repeat;
	height: 20px;
	margin-bottom: -20px;
}

.description_container
{
	float: left;
	width: 640px;
	margin: 20px;
}

a.affiliation_link:link, a.affiliation_link:visited
{
	font-size: 12px;
	/*color: #f7f7f7;
	text-decoration: none;*/
	float: left;
}

a.affiliation_link:hover
{
	/*text-decoration: underline;*/
}

.about_description_container
{
	margin: 20px;
}
