:focus {
	outline: 0;
}

body {
	padding: 0px;
	margin: 0px;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #121212;
	/* background-image: url(../img/bg.gif); */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}
img {
	border: none;
}

a:link {
	color: #ccc;
	text-decoration: none;
}
a:visited {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #ccc;
	text-decoration: none;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	min-height: 86px;  /* Tell good browsers not to collapse */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 86px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
	
	margin: 0;
	padding: 0;
	
	position: relative;
	
}
#header h1 { /* logo */
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/logo.gif);
	width: 309px;
	height: 76px;
	text-indent: -9999px;
	position: absolute;
	top: 2px;
	left: 0px;
	margin: 0;
	padding: 0;
}

#header h1 a { /* logo */
	width: 309px;
	height: 76px;
	display:block;
	margin: 0;
	padding: 0;
}

h1#home { /* logo */
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/home.gif);
	width: 766px;
	height: 179px;
	text-indent: -9999px;
	position: absolute;
	top: 200px;
	left: 97px;
	margin: 0;
	padding: 0;
}


#header h2 { /* contact */
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/contact.gif);
	width: 197px;
	height: 9px;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	background: #222222;
	padding: 7px;
	padding-right: 21px;
	margin-top: 0;
}
ul li {
	display: inline;
	padding-left: 18px;
}
ul li a:link {
	color: #ccc;
	text-decoration: none;
}
ul li a:visited {
	color: #ccc;
	text-decoration: none;
}
ul li a:hover {
	color: #fff;
	text-decoration: none;
}
ul li a:active {
	color: #ccc;
	text-decoration: none;
}

ul#home-nav {
	background-color: transparent;
	background-position: 10px 3px;
	background-repeat: no-repeat;
	background-image: url(../img/home-nav-bg.gif);
	top: 440px;
	width: 766px;
	left: 97px;
	font-size: 13px;
	padding-right: 00px;
}
ul#home-nav li {
	padding-left: 100px;
}

#main_content {
	text-align: left;
	padding-top: 20px;
	margin-top: 10px;
	border-top: 1px dotted #333;
	position: relative;
	color: #999;
	line-height: 1.25em;
	font-size: 14px;
}

#main_content .home_img {
	/* border: 5px solid #121212; */
}

.port, .fresh {
	padding: 5px;
	margin: 3px;
	background: #222222;
	display: inline-table;
}

#footer {
	background: #222222;
	padding: 4px;
	
	position: absolute;
	top: 540px;
	left: 0px;
	width: 100%;
	
	font-size: 10px;
}
h2 {
	color: #666;
}
.runway {
	float:left;
	background: #222222;
	padding: 5px;
	margin-right: 8px;
	margin-bottom: 7px;
}
#bio {
	position: absolute;
	top: 20px;
	left: 450px;
}
#contact {
	width: 300px;
	margin: 15px auto;
	font-size: 16px;
}

