body, html	{
	height: 100%;
}
body	{
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-color: #5F5F5F;
	background-image: url(../images/bg.gif);
}
body,table,tr,td	{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
td, th {
	vertical-align: top;
}
td.left, th.left {
	text-align: left;
}
td.right {
	text-align: right;
}
div.float_right {
  float: right;
}
div.float_left {
  float: left;
}
img	{
	border-width: 0;
}
h1, h2, h3	{
	font-weight: bold;
	display: inline;
}
h1	{
	font-size: 16px;
	color: #8d8d8d;
}
h2	{
	font-size: 14px;
}
h3	{
	font-size: 12px;
}
.b	{
	border: solid 1px #000000;
}
#header	{
	background: url(../images/headerbg.gif) top left repeat-x;
	width: 780px;
	height: 85px;
	top: 0px;
	left: 0px;
}
#heading	{
	width: 210px;
	height: 30px;
	top: 90px;
	left: 205px;
	z-index: 500;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: auto;
  text-align: left;
}
#content {
	top: 85px;
	left: 0px;
	width: 780px;
	height: auto;
	z-index: 30;
  background: url(../images/contentbg.jpg) repeat-y;
}
#text	{
	position: relative;
	top: 50px;
	left: 210px;
	width: 525px;
	height: auto;
	z-index: 50;
}
#content, #header, #heading	{
	position: absolute;
}
#copyright	{
	position: relative;
	color: #8d8d8d;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	left: 165px;
	top: 0px;
	height: 20px;
	width: 585px;
	z-index: 100;
}
a:link, a:visited, a:hover, a:active	{
	font-weight: bold;
	text-decoration: underline;
}
a:link, a:visited, a:active	{
	color: #8d8d8d;
}
a:hover	{
	color: #000000;
}