* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	background: url('/images/fills/splashes/ultimate.jpg') no-repeat white top left;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: black;
}

#pilot {
	text-align: right;
	position: fixed;
	top: 0px;
	left: 3px;
	width: 383px;
	height: 511px;
	padding: 125px 174px 0 0;
	text-transform: uppercase;
	list-style: none;
	font-size: 12px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	background: url('/images/fills/pilot.png') no-repeat top left;
}

	#pilot li {
		margin-bottom: 7px;
	}
	
	#pilot p {
		margin-top: 25px;
		text-transform: none;
/*		font-family: arial;*/
	}
	
	#content {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 264px;
		min-height: 440px;
		background: white;
		font-size: 12px;
		padding: 175px 13px 0 16px;
	}
	
		#content h1 {
			font-size: 12px;
			letter-spacing: 2px;
			font-weight: bold;
			text-align: left;
			margin-bottom: 10px;
			text-transform: uppercase;
		}
			
			#content h1 i {
				font-style: normal;
				color: gray;
			}
		
		#content p {
			color: rgb(71, 74, 81);
			line-height: 18px;
			margin-bottom: 20px;
		}
		
		#content p a {
			font-weight: bold;
		}

		#content ol {
			list-style: none;
			margin: 0 0 15px 0;
		}
		
				#content ol li a {
					color: rgb(71, 74, 81);
					line-height: 18px;
					margin-bottom: 20px;
					font-weight: bold;
				}
				#content ol li a:hover { color: rgb(100,0,0) }