body {
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	background-color: 81987C;
	scrollbar-base-color: eadac0;
	overflow: auto;
	font-family: Arial;
	font-size: 16px;
	color: navy;
}

#header {
	position: absolute;
	top: 20px;
	height: 80px;
	width: 960px;
	font-family: Times new roman;
	font-size: 4em;
	font-weight: bold;
	background-color: A1BBA2;
}

#container {
	position: absolute; 
	width: 960px;
	max-height: 660px; 
	top: 100px;
	bottom: 20px; 
	background: white;
}

#mainp {
	position: absolute;
	float: right;
	top: 0px;
	bottom: 30px;
	width: 920px;
	background-color: beige;
	font-size: 1.125em;
	font-weight: bold;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 940px;
	background-color: eadac0;
	padding: 5px 10px 0px 10px;
	font-size: 16px;
}

a:link { color: teal; }
a:hover { color: red; }
a:visited { color: teal; }
a:visited:hover { color: red; }

h1 { display: inline; font-family: Times new roman; font-size: 1.75em; }
h2 { display: inline; font-family: Times new roman; font-size: 1.35em; }
h3 { display: inline; font-family: Arial; font-size: 1em; color: red; }
pre {tab-size: 3; font-family: Arial; font-size: 16px; display: inline-block; }

hr { height: 3px; background-color: teal; border: 0px; }
img {margin-right: 0px; border: 2px solid teal; }

.desclink {
	display: inline-block;
	margin: 0 20 0 20;
//	border: 2px solid teal;
	float: left;
	}

.depilink {
	font-size: 0.875em;
	display: inline-block;
	float: left;
	width: 110px;
	margin: 0 0 0 20;
	}

.iconlink {
	display: inline-block;
	margin: 0 20 0 20;
//	border: 2px solid teal;
	}

.textlink {
	font-size: 0.875em;
	display: inline-block;
	text-align: center;
	width: 181px;
	margin: 0 20 0 20;
	}

.iconlink2 {
	display: inline-block;
	margin: 0 21 0 21;
//	border: 2px solid teal;
	}

.textlink2 {
	font-size: 0.8em;
	display: inline-block;
	text-align: center;
	width: 103px;
	margin: 0 21 0 21;
	}
