body {
	margin: 0 auto;
	width: 960px;
	background-color: #81987C;
}

main	{
	position: absolute; 
	width: 960px;
	max-height: 745px; 
	top: 10px;
	bottom: 10px; 
	border: 1px solid black;
}

header	{
	position: absolute;
	height: 90px;
	width: 950px;
	font-family: Georgia, serif;
	font-size: 44px;
	color: teal;
	background-color: #D1E1D1;
	padding: 10px 0px 0px 10px;
	border-bottom: 1px solid black;
}

#shown	{
	position: absolute;
	top: 101px;
	bottom: 10px;
	width: 936px;
	max-height: 580px;
	background-color: #d7d1c7;
	overflow: auto;
	padding: 12px;
}

footer	{
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 940px;
	background-color: #D1E1D1;
	padding: 10px;
	font-size: 17px;
	border-top: 1px solid black;
	text-align: center;
}

.mslide {
	height: 580px;
	width: 448px;
	margin-bottom: 15px;
	background-color: white;
	overflow: auto;
	float: right; 
}

.mktext	{
	height: 580px;
	width: 448px;
	margin-bottom: 15px;
	padding-left: 10px;
	background-color: white;
	overflow: hidden;
	float: left;
}

.cslide {
	height: 275px;
	width: 448px;
	overflow: hidden;
	float: right;
}

.cctext	{
	height: 275px;
	width: 448px;
	margin-bottom: 15px;
	padding-left: 10px;
	background-color: white;
	overflow: hidden;
}

a:link { color: navy; }
a:hover { font-weight: bold; font-style: italic; }
a:active { color: blue; font-weight: bold; }

h1 { display: inline; font-family: Georgia; font-size: 28px; color: teal; }
h2 { display: inline; font-family: Verdana; font-size: 17px; color: navy; }
h3 { display: inline; background-color: white; padding: 5px 10px; border-radius: 5px; }
h4 { display: inline; background-color: white; }

hr { margin-top: 0px; margin-bottom: 10px; height:2px; border-width:1; background-color: #81987C; }
pre img {float: left; padding: 0px 5px 0px 0px; }

pre	{
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: Verdana;
	font-size: 14px;
	tab-size: 3;
}

.alert {
	position: absolute;
	top: 50px;
	width: 870px;
	background-color: MintCream;
	padding: 12px;
	margin: 10px;
	border: 2px solid teal;
}

.closebtn {
	font-weight: bold;
//	float: right;
	font-size: 20px;
	cursor: pointer;
	border: 3px solid gray;
	border-radius: 10px;
	background-color: white;
}

.closebtn:hover {
	color: green;
}
