.display_none {
	display: none;
}

body, html	{
	height: 100%;
}
body	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #020204;
}
body,table,tr,td	{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
td, th {
	vertical-align: top;
	text-align: center;
}
td.left {
	text-align: left;
}
img	{
	border-width: 0;
}
.b	{
	border: solid 2px #000000;
}
.q	{
	border: solid 2px #FFD200;
}
h1, h2, h3	{
	font-weight: bold;
	color: #011b46;
}
h1	{
	font-size: 18px;
}
h2	{
	font-size: 16px;
}
h3	{
	font-size: 14px;
}
#background	{
	width: 770px;
	height: 550px;
	top: 55px;
	left: 250px;
	position: absolute;
}

#logo	{
	position: absolute;
	width: 250px;
	height: 340px;
	top: 55px;
	left: 0px;
	z-index: 500;
}
#propellers	{
	position: absolute;
	width: 250px;
	height: 275px;
	top: 395px;
	left: 0px;
	z-index: 500;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 1020px;
	height: auto;
  text-align: left;
}
#content {
	background: url(../images/contentbg.gif) repeat-y;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1020px;
	height: auto;
	z-index: 30;
}
#text	{
	position: relative;
	top: 0px;
	left: 290px;
	width: 700px;
	height: auto; 
	z-index: 800;
}

#copyright	{
	position: relative;
	color: #616161;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	left: 0px;
	top: 15px;
	width: 1010px;
	z-index: 100;
}
a:link, a:visited, a:active	{
	color: #000000;
}
a:hover	{
	color: #594127;
}
a.cr:link, a.cr:visited, a.cr:active	{
	color: #616161;
}
a.cr:hover	{
	color: #ffffff;
}

