body {
	margin: 0; padding: 0;
	background: #fff;
	font-size: 15px;
	font-family: Georgia, serif;
	letter-spacing: 1px;
}

address {
	position: absolute;
	letter-spacing: 0;
	right: 1em;
	bottom: 80px;
	text-align: right;
	font-size: 10px;
	height: 15px; line-height: 15px;
	font-weight: normal;
}

div.left {
	text-align: right;
	font-weight: bold;
	background: #1a6f73;
	color: #fff;
}
div.right {
	text-align: left;
	background: #fff;
}
div.columns {
	position: static;
	clear: both;
}

a:link,
a:visited {
	color: #1a6f73;
}
a:link:hover,
a:visited:hover {
	background: #1a6f73;
	color: #fff;
	text-decoration: none;
}


#header {
	position: absolute;
	top: 0;
	left: 0; right: 0;
	height: 75px;
	z-index: 40;
	background: #000;
}
#header div.left {
	float: left;
	width: 50%;
	height: 70px;
}
#header div.right {
	float: right;
	width: 50%;
	height: 70px;
}


#nav {
	position: absolute;
	top: 70px;
	left: 0; right: 0;
	margin: 0; padding: 0;
	z-index: 50;
	clear: both;
}
#nav li {
	list-style: none;
	float: left;
	width: 25%;
	z-index: 55;
}
#nav li a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
 	line-height: 32px;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 60;
	border-top: 5px solid #000;
}
#nav li a.active {
	border: 1px solid #000;
	border-top: none;
	border-bottom-width: 5px;
	padding-top: 5px;
}
#nav li a:link,
#nav li a:visited {
	background: #fff;
	color: #000;
	text-decoration: none;
}
#nav li a:link:hover,
#nav li a:visited:hover {
	background: #fff;
	color: #1a6f73;
}
#nav li.left a.active:link,
#nav li.left a.active:visited {
	background: #1a6f73;
	color: #fff;
}
#nav li.left a.active:link:hover,
#nav li.left a.active:visited:hover {
	background: #1a6f73;
	color: #000;
}


#layout {
	width: 100%;
}


#content {
	padding: 1em 15em;
	margin-top: 110px;
}
#content .left {
	background: #fff;
	color: #000;
	font-weight: normal;
}


#footer {
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-top: 5px solid #000;
	letter-spacing: 3px;
	font-weight: bold;
}
#footer .left {
	float: left;
	width: 50%;
	height: 70px;
}
#footer .right {
	float: right;
	width: 50%;
}
#footer p {
	margin: 0 3px;
}