body {
	position: absolute;
	top: 0px;
	left: 100px;
	font-family: Helvetica, sans-serif;
}

#banner {
	position: relative;
 	vertical-align: top;
 	width: 800px;
 	height: 200px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

a.block {
	color: #000000;
	background: #999999;
	border: 3px solid #000099;
	display: block;
	padding: 2px;
}

a.block:hover {
	color: #000000;
	background: #CCCCCC;
	border: 3px solid #6666FF;
}
	
p {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

p.detail {
	font-size: 12px;
	padding: 0px 5px;
}

p.detailfocus {
	font-size: 12px;
	padding: 0px 5px;
}

p.mission {
	font-size: 14px;
	padding: 0px 20px;
	letter-spacing: .08em;
}

img.icon {
	position: relative;
	border: 1px solid #000000;
	width: 64px;
	height: 64px;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	color: #000000;
	padding-left: 10px;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	color: #111111;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	color: #222222;
}

#mission {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 490px;
	height: 395px;
	background: #BBBBBB;
}

#triplinks {
	position: absolute;
	top: 200px;
	left: 490px;
	width: 300px;
	height: 385px;
	background: #666666;
	padding: 5px;
}

#tripfocus {
	position: relative;
	padding: 2px;
}

#tripdetail {
	position: relative;
	padding: 2px;
}

#footer {
	position: absolute;
	top: 595px;
	left: 0px;
	width: 800px;
	text-align: center;
	font-size: 10px;
	
}