body {
	padding: 0;
	margin: 0;
	background: #9c9481;
}

#main {
	position: absolute;
	top: 30px; left: 30px;
	background: #f4f2ee;
	border: thin solid #141310;
	padding: 0px 30px 20px 180px;
	z-index: 0;
}

#logo {
	position: absolute;
	top: 10px; left: 15px;
	width: 170px;
	height: 114px;
	background-color: #cdc8b9;
	border: thin solid #141310; 
	z-index: 1;
}

#menu {
	position: absolute; 
	top: 140px; 
	left: 15px;
	width: 172px;
	z-index: 1;  
}

#menu p {
   font: 14px Arial;
   text-align: center;
}	

#box {
	border: thin solid #141310;  
	background-color: #cdc8b9;
	font: 10px Arial; 
	color: #141310;
	text-align: center;
	padding: 5px;
	width: 160px;
	z-index: 1;
}

a:link {
	color: #8B8166;
}

a:visited {
	color: #8B8166;
}

a:hover {
	color: #141310;
}

a:active {
	color: #141310;
}

p {
   font: 16px arial;
   text-align: justify;
}

li {
   font: 16px arial;
   text-align: left;
}


p.figure {
   font: italic 16px arial;
   text-align: center;
}

.code {
   font: 17px courier;
   text-align: left;
}

ol.roman {
	list-style-type: upper-roman;
}

.caps { 
	float:left; 
	color: #141310;
	font-size: 80px; 
	line-height: 60px; 
	padding-top: 6px;
	padding-right: 6px; 
	font-family: times;
}

img.mid {
	vertical-align: text-middle;
}

img.top {
	vertical-align: text-top;
	margin-bottom: 16px;
}

h1 {
	background-color: #cdc8b9; 
	border: thin solid #141310;
	margin-top: -20px;
	padding: 20px;
	font: bold 22px Arial; 
	color: #141310;
	text-align: right;
}

h2 {
	font: bold 18px Arial;
	margin-top: 24px;
}

h3 {
	font: bold 16px Arial;
	margin-bottom: -12px;
}

h4 {
	font: italic 16px Arial;
	margin-bottom: -12px;
	margin-left: 16pt;
}

table {
   font: 14px Arial;
}

table.PGkidstable {
   font: 16px Arial;
}

tr.PGkidschild {
	valign: top;
}
	

th {
   font: italic 14px Arial;
   text-align: center;
}

#button {
	width: 172px;
	padding: 0 0 0 0;
	margin-bottom: 10px;
	}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
		
#button li {
	border: 1px solid #141310;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}

#button li a, #button li a:visited {
	display: block;
	padding: 7px 5px 7px 5px;
	background-color: #cdc8b9;
	text-decoration: none;
	font: 14px arial;
	color: #141310;
}

#button li a:hover {
	background-color: #f4f2ee;
	color: #141310;
}

html>body #button li a {
	width: auto;
}

div.footer {
	clear: left;
	background-color: #cdc8b9;
	margin: 20px;
	padding: 20px;
	border: thin solid #141310;
	z-index: 3;
}

div.content {
	width: 100%;
}

