﻿body {
	background: #FF9900;
	font-family: Arial;
	font-size: 15px;
}

.pagecontainer {
	background: #FEFF94;
	height: 820px;
	margin: 20px auto;
	position: relative;
	width: 800px;
}

header {
	display: inline-block;
	vertical-align: top;
	width: 350px;
}

header img {
	max-width: 100%;
}

article {
	display: inline-block;
	margin: 60px 0 0 40px;
	vertical-align: top;
	width: 400px;
	font-size: 14px;
	line-height: 18px;
}

article h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0;
}

article > p {
	margin-top: 20px;
}

article ul {
	list-style-type: disc;
}

article ul li {
	font-size: 14px;
	margin-left: 30px;
	padding-left: 10px;
}

article ul li p {
	margin-top: 5px;
	line-height: 18px;
}

article table td {
	padding: 2px 0;
	vertical-align: top;
}

article table td:first-child {
	padding-right: 10px;
}


contact {
	display: inline-block;
	margin: -50px 0 0 60px;
	vertical-align: top;
	width: 400px;
	font-size: 14px;
	line-height: 18px;
}

contact h1 {
	font-size: 15px;
	font-weight: bold;
}

nav {
	bottom: 0;
	position: absolute;
	right: 0;
}

nav ul {
	text-align: right;
}

nav ul li {
	display: inline-block;
	vertical-align: top;
}

nav ul li a {
	background: url(bg-nav.png) no-repeat center center;
	color: rgb(0, 0, 0);
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	padding: 60px 60px 0px 20px;
	text-align: left;
	text-decoration: none;
	width: 70px;
}

nav ul li a.active {
	background: url(bg-nav-active.png) no-repeat center center;
}

a  {
	color: black;
}
