.container {
	border: 1px solid #000;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	background-color: #BBB;
}
.header {
	background-image: url('images/banner.png');
	height: 110px;
	width: 800px;
}
.navtop {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
}
.navtop li {
	display: inline;
	width: 200px;
	height: 40px;
	text-align: center;
	valign: center;
	background-image: url('images/nav.png');
	float: left;
	font-size: 150%;
}
.navtop li a {
	display: block;
	background-image: url('images/unselected.png');
	height: 40px;
        width: 200px;
	color: #CCC;
	text-decoration: none;
	font-family: century gothic;
	font-size: 90%;
	padding-top: 12px;
}
.navtop li a.selected {
	background-image: url('images/tub.png');
}

.page {
	border-bottom: 1px solid #000;
	background-color: #CCC;
	font-family: century gothic;
	font-size: 80%;
	text-align: justify;
	padding: 5px;
	text-decoration: none;
}
.pagecontent {
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.footer {
	font-family: century gothic;
	color: #222;
	font-size: 70%;
	background-color: #BBB;
	padding: 1px;
	text-decoration: none;
}

.navsub {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
}
.navsub li {
	display: inline;
	float: left;
	width: 200px;
	height: 19px;
	text-align: center;
	background-image: url('images/nav.png');
	padding-top: 1px;
	border-bottom: 1px solid #000;
}
.navsub li a {
	color: #000000;
	text-decoration: none;
	font-family: century gothic;
	font-size: 90%;
}

.a {
	text-decoration: none;
}

h1,h2,h3,h4,h5{
font-size: 10pt; 
font-family: century gothic;
margin: 0;
padding: 0;
font-weight: normal;
}

