﻿body 
{
	position: relative;
	background-color: #FFFBD6;
}
h1, h2, h3, h4, h5, h6, p {
  position: relative;
} 
.HeadingText
{
	text-align: center; 
	font-weight: bold; 
	font-size: 2.0em;
}
.Header
{
	position: relative;
	font-size: 2.0em; 
	color: Maroon; 
	text-align: center;
}
.MenuBox
{
	position: relative;
	float: left;
	border: thin solid;
	background-color: #990000;
	width: 150px;
	margin: 1.0em 0 0 0;
	display: inline;
	
}
.MenuButton
{
	position: relative;
	color: #FFFBD6;
	cursor: pointer;
	padding: 0px 5px 0px 5px;
	border: thin solid #FFFBD6;
	background-color: #990000;
	font-size: x-large;
	font-weight: bold;
	
}
.Content1
{
	position: relative;
	background-color: #FFFFFF;
	width: auto;
	height: auto;
	z-index: 1;
	padding: 0;
	margin: 1.0em 0 0 9.8em;
	
	
}
.Content1 .Member
{
	position: relative;
	border: thin solid #000001;
}
.Content1 .WebLog
{
	position: relative;
	border: thin solid #000001;
}

