#airlock {
	/*border-top: 4px solid #06c;*/
}
#header {
	/*height: 30px;
	width: 800px;
	background: url(images/header_logo.gif) top left no-repeat;
	margin: 20px 0px;
	font-family: "Helvetica Neue", "Century Gothic";
	color: #666;*/
	
	display: list-item;                /* 1. */
	list-style-image: url(../images/header_logo.gif); /* 2. */
	list-style-position: inside;       /* 3. */
	letter-spacing: -1000em;           /* 4. */
	font-size: 1pt;                    /* 5. */
	color: #fff;   
}
#header h1{
	margin: 0px;
}
#breadcrumbs {
	font: 13px "Verdana", "Tahoma";
	color: #06c;
}
#breadcrumbs a {
	font: 13px "Verdana", "Tahoma";
	color: #06c;
	text-decoration: none;
}
#navigation {
	display:none;
}
#slideshow {
	height: 220px;
}
h2 {
	display:none;
	font-family: "Helvetica Neue", "Century Gothic";
	color: #06c;
	border-bottom: 1px solid #06c;
}
#content {
	font: 12px "Verdana", "Tahoma";
}
#content td, #content th {
	font: 11px "Lucida Grande", Verdana, Tahoma;
	line-height: 180%;
}
.right {
	border-left: 1px solid #d7d7d7;
	padding: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	font: 11px "Lucida Grande", Verdana, Tahoma;
	line-height: 180%;
	color: #666;
	width: 231px;
}
#footer {
	font: 11px "Lucida Grande", "Verdana", "Tahoma";
	font-weight: bold;
	color: #06c;
}