<!--

/* --InFlight Crew Connections-- */

* { 
	margin: 0; 
	padding: 0; 
}

body {
	background-color: #3C3E38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#wrapper {
	background: #3C3E38;
	width: 1024px;
}

#header {
	width: 1024px;
	height: 400px;
}

#flashcontent {
	width: 1024px;
	height: 400px;
}



/* --Menu-- */

#nav {
	float: right;
	height: 28px;
	margin-top: 55px;
	margin-right: 87px;
}

#content {
	width: 650px;
	height: 100%;
	margin-left: 100px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	width: 625px;	
}

#content a {
	color: #FFFFFF;	
	text-decoration: underline;
}

#content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.line24 { line-height: 24px; }

.indent {
	margin-left: 10px;
	margin-right: 10px;
	width: 625px;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

h2 { 
	font-family: Trebuchet MS;
	color: #e9e2cf;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:4px;
}

.red {
	color: #FF464A;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.linkimg {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	float: left;
}

.clear { clear: both; }

.right { float: right; }
.left { float: left; }

.footcont { 
	float: left;
	width: 210px;
	background: url(images/breaker.jpg) left no-repeat;
}




/* Footer */
#footer {
	width: 900px;
	height: 100%;
	margin-left: 100px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
	float: left;
	margin-left: 10px;
	line-height:19px;
}

#footer a {
	color: #FFFFFF;	
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	

-->

