body {
	color: #666;
	font: 12px/18px Arial, Helvetica, sans-serif;
	text-align: center;
}

	a {
		border-bottom: 1px solid #eee;
		color: #222;
		text-decoration: none;
	}
	
	a:hover {
		background: #ff6;
		border-bottom: 1px solid #ee5;
	}

	#airlock {
		margin: 18px auto;
		text-align: left;
		width: 700px;
	}
		
		#header {
			border-bottom: 3px double #ddd;
			float: left;
			margin-bottom: 20px;
			padding: 18px 0;
			width: 700px;
		}
		
			#header h2 {
				color: #ae5;
				float: left;
				font-size: 68px;
				line-height: 68px;
				margin: 0 3px 0 -3px;
				width: 220px;
			}
		
			#header h1 {
				color: #777;
				float: left;
				font-size: 18px;
				line-height: 22px;
				margin-top: 86px;
				padding-bottom: 18px;
				width: 478px;
			}
		
				#header h1 span.aside {
					font-size: 14px;
				}
		
		#skills {
			float: left;
			padding-bottom: 18px;
			width: 220px;
		}
		
			#skills h3 {
				color: #8c3;
			}
		
			#skills ul {
				margin-bottom: 18px;
			}
			
				#skills ul ul {
					border-left: 1px dotted #ae5;
					font-size: 10px;
					margin-bottom: 0;
					padding-left: 10px;
				}
		
		#resume {
			float: left;
			padding-bottom: 18px;
			width: 478px;
		}
		
			#resume h3 {
				color: #8c3;
			}
			
			#resume p + h3 {
				margin-top: 18px;
			}
		
			#resume h4 {
				color: #444;
			}

			#resume p + h4 {
				margin-top: 18px;
			}

				#resume h4 strong.who {
					display: inline-block;
					font-size: 11px;
					text-transform: uppercase;
					width: 18em;
				}
				
				#resume h4 span.where {
					display: inline-block;
					width: 14em;
				}
				
				#resume h4 span.when {
					display: inline-block;
				}
				
					#resume h4 span.when i {
						font-weight: normal;
					}
				
		#footer {
			border-top: 3px double #ddd;
			float: left;
			margin-top: 18px;
			padding: 18px 0;
			width: 700px;
		}
		
			#footer p {
				float: left;
				margin-left: 220px;
				margin-bottom: 18px;
				width: 478px;
			}
