html {
	margin:0;
	padding:0;
}

body {
	background-color: #fafafa;
	font-family: Arial;
	font-size: 80%;
	color: #050505;
	height: 100%;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #00f;
}

#left {
	float: left;
	width: 9em;
}

h1 {
	color: #050505;
	font-style: italic;
	font-size: 40px;
	margin: 0em;
	margin-left: 0.5em;
}

.blue {
	color: #11a;
}

.subtitle {
	font-size: 20px
}

h2 {
	text-align: center;
	color: #050505;
	font-size: 19px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0em;
	background-color: #eef;
}

h3 {
	text-align: center;
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

#topnav {
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #eef;
}

#magic {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: white;
	opacity: 0.75;
	filter: alpha(opacity=75);
	height: 65px;
}

body>#magic {
	position: fixed;
}

#spacer {
	margin-top: 75px;
}

#right {
	float: right;
	width: 9em;
}

#content {
	margin-right: 10em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
/* set left margin and bottom padding for IE5/Win */
	margin-left: 0;
/* set left margin and bottom padding for others
	voice-family: "\"}\""; 
	voice-family: inherit; */
}

#content p {
	padding-left: 1em;
}

#footer {
	clear: both;
	border-top: #000 solid 1px;
	margin-top: 1em;
}

.footleft {
	float: left;
}

.footright {
	float: right;
	text-align: right;
}
