body, html	{
	height: 100%;
}
body	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #111111;
}
body,table,tr,td	{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
td, th {
	vertical-align: top;
	text-align: left;
}
td.center {
	text-align: center;
}
td.right {
	text-align: right;
}
img	{
	border-width: 0;
}
.b	{
	border: solid 2px #000000;
}
h1, h2, h3	{
	font-weight: bold;
	color: #929292;
}
h1	{
	font-family: Century Gothic, Arial, Helvetica, Geneva, sans-serif;
	font-size: 30px;
	font-weight: normal;
}
h2	{
	font-size: 14px;
}
h3	{
	font-size: 12px;
}
#header	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1020px;
	height: 195px;
	background: url(../image/headerbg.jpg) no-repeat;
}
#logo	{
	position: absolute;
	top: 35px;
	left: 335px;
	width: 345px;
	height: 90px;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 1020px;
	height: auto;
  text-align: left;
}
#content {
	position: absolute;
	top: 195px;
	left: 0px;
	width: 1020px;
	height: auto;
	background-color: #454547;
	z-index: 30;
}
#text	{
	position: relative;
	top: 65px;
	left: 100px;
	width: 910px;
	height: auto;
	min-height: 500px;
	z-index: 990;
}
#copyright	{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	position: relative;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	z-index: 1000;
	left: 0px;
	width: 1020px;
}
a.copylink:link, a.copylink:visited, a.copylink:active {
	color: #ffffff;
}
a.copylink:hover {
	color: #f37a20
}
a:link, a:visited, a:hover, a:active	{
	font-weight: bold;
}
a:link, a:visited, a:active	{
	color: #ffffff;
}
a:hover	{
	color: #929292;
}