A {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
A:link {
	color: #777766;
	background: #552a2a url('images/coffeetable.jpg') fixed;
}
A:active {
	color: #993366;
	background: #552a2a url('images/coffeetable.jpg') fixed;
}
A:visited {
	color: #993366;
	background: #552a2a url('images/coffeetable.jpg') fixed;
}
A:hover {
	font-weight: bold;
}
body {
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background: #552a2a url('images/coffeetable.jpg') fixed;

}
table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	background: #552a2a url('images/coffeetable.jpg') fixed;
	text-decoration: none;
}
p.signature {
	padding-right: 1em;
	text-align: right;
	font-size: 7.5pt;
	font-style: italic; 
}

#menu {
	position: fixed;
	top: 0px;
	left: 0px;
	padding-left: 0.5em;
	padding-top:  0.3em;
	min-width: 15em;
	z-index: 50;
	height: 100%;
}
#content {
	padding-bottom: 4em;
	padding-right: 1em;
}
#body_frame {
	position: absolute;
	top: 0px;
	left: 16em;
	margin: 0.2em;
	min-width: 50em;
}
#footer {
	position: fixed;
	width: 100%;
	height: 4em;
	bottom: 0;
	left: 0;
	min-width: 80em;
	z-index: 48;
	/* background: #552a2a url('images/coffeetable.jpg') fixed; */
}
