body {
	background-image: url( images/background.gif );
	background-repeat: repeat-y;
	background-color: white;
	color: black;
	margin: 0;
	font-family: Tahoma, Trebuchet, Verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #475c6b;
	text-decoration: none;
}

a:hover {
	color: #7595aa;
}

h1 {
	font-size: 2.5em;
	margin: 0;
}

h2 {
	font-size: 1.5em;
	margin: 0;
}

h3 {
	font-size: 1em;
	margin: 0;
}

#logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 188px;
	height: 147px;
	z-index: 0;
	background-image: url( images/swoop.gif );
	background-repeat: no-repeat;
}

#company {
	position: absolute;
	top: 10px;
	left: 250px;
	width: 350px;
	text-align: right;
	font-size: 2em;
	line-height: 0.75em;
	font-weight: bold;
	color: #7595aa;
}

#company .tag {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #aaa;
}

#navigation {
	display: block;
	position: absolute;
	top: 200px;
	left: 0;
	width: 70px;
	height: 200px;
	z-index: 5;
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#navigation ul {
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	list-style-type: none;
}

#navigation ul li {
	font-size: 11px;
	margin-bottom: 6px;
}

#content {
	display: block;
	position: absolute;
	top: 85px;
	left: 110px;
	width: 475px;
	z-index: 10;
}

body.home #content {
	text-align: center;
}

.trademark {
	margin-left: 1px;
	margin-right: -1px;
	font-size: 50%;
	vertical-align: top;
}

ul.loose {
	margin: 0;
	padding-left: 2em;
}

ul.loose li {
	margin-bottom: 7px;
}